[ruby-cvs:50851] nobu:r43708 (trunk): ext/rbconfig/sizeof: move to an extension library
nobu at ruby-lang.org
nobu at ruby-lang.org
Mon Nov 18 23:19:18 JST 2013
nobu 2013-11-18 23:19:16 +0900 (Mon, 18 Nov 2013)
New Revision: 43708
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43708
Log:
ext/rbconfig/sizeof: move to an extension library
* common.mk, ext/rbconfig/sizeof: move RbConfig::SIZEOF to an
extension library to get rid of annoying nmake VPATH rule.
* inits.c (rb_call_inits), miniinit.c (Init_sizes): RbConfig::SIZEOF
is no loger built-in.
* template/sizes.c.tmpl (Init_sizeof): rename initialization function.
Added directories:
trunk/ext/rbconfig/
trunk/ext/rbconfig/sizeof/
Added files:
trunk/ext/rbconfig/sizeof/depend
trunk/ext/rbconfig/sizeof/extconf.rb
Modified files:
trunk/common.mk
trunk/inits.c
trunk/miniinit.c
trunk/template/sizes.c.tmpl
trunk/win32/Makefile.sub
More information about the ruby-cvs
mailing list