1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/dl
akr 04946de81b * mkconfig.rb: generate RbConfig instead of Config.
* instruby.rb, rubytest.rb, runruby.rb, bcc32/Makefile.sub,
  ext/extmk.rb, ext/dl/extconf.rb, ext/iconv/charset_alias.rb,
  lib/mkmf.rb, lib/rdoc/ri/ri_paths.rb,
  lib/webrick/httpservlet/cgihandler.rb,
  test/dbm/test_dbm.rb, test/gdbm/test_gdbm.rb,
  test/ruby/envutil.rb, test/soap/calc/test_calc_cgi.rb,
  test/soap/header/test_authheader_cgi.rb, test/soap/ssl/test_ssl.rb,
  win32/mkexports.rb, win32/resource.rb: Use RbConfig instead of
  Config.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-02-20 08:34:53 +00:00
..
lib/dl should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG. 2005-11-08 13:50:38 +00:00
test Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION. 2005-05-14 20:59:07 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
cfunc.c * array.c: replace rb_protect_inspect() and rb_inspecting_p() by 2005-03-04 06:47:45 +00:00
cptr.c * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE). 2005-09-29 01:28:56 +00:00
depend * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, 2005-10-18 02:01:24 +00:00
dl.c Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION. 2005-05-14 20:59:07 +00:00
dl.h added new files. 2005-02-04 13:35:37 +00:00
extconf.rb * mkconfig.rb: generate RbConfig instead of Config. 2006-02-20 08:34:53 +00:00
handle.c banish some warnings. 2005-09-24 00:17:43 +00:00
mkcallback.rb Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644] 2005-02-06 18:07:10 +00:00