ruby/ext/dl
nobu 3780ede6ef * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
ext/dl/ptr.c, ext/dl/sym.c, ext/gdbm/gdbm.c, ext/iconv/iconv.c,
  ext/stringio/stringio.c, ext/strscan/strscan.c,
  ext/tcltklib/tcltklib.c, ext/win32ole/win32ole.c:
  use rb_define_alloc_func().


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-20 11:23:40 +00:00
..
doc Fixed error messages and descriptions. 2002-10-07 01:09:50 +00:00
lib/dl Fix the conversion method. 2002-12-09 04:08:22 +00:00
sample bugfix. 2002-06-10 18:23:39 +00:00
test Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
MANIFEST Add a sample which shows how to deal with C++ libraries. 2002-04-20 16:09:44 +00:00
depend * string.c (rb_str_slice_bang): if there's no corresponding 2002-07-11 08:22:18 +00:00
dl.c dlsizeof() should handle 'S' and 's'. 2002-11-26 10:53:11 +00:00
dl.def Conform to the allocation framework. 2002-08-04 13:49:13 +00:00
dl.h Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
extconf.rb * configure.in (XCFLAGS): CFLAGS to comile ruby itself. 2002-10-21 14:03:46 +00:00
h2rb Add ruby-dl 2002-04-02 10:56:13 +00:00
handle.c * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, 2002-12-20 11:23:40 +00:00
install.rb Add ruby-dl 2002-04-02 10:56:13 +00:00
mkcall.rb Get rid of ineffective symbols, lines, constants and so on. 2002-11-07 16:42:07 +00:00
mkcallback.rb * eval.c (rb_eval): NODE_EVSTR is no longer used. 2002-06-24 07:20:42 +00:00
mkcbtable.rb * ext/dl: change the callback mechanism. 2002-06-09 17:47:34 +00:00
ptr.c * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, 2002-12-20 11:23:40 +00:00
sym.c * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, 2002-12-20 11:23:40 +00:00
type.rb Add ruby-dl 2002-04-02 10:56:13 +00:00