index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dl
/
dl.c
Age
Commit message (
Expand
)
Author
2005-05-14
Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.
ttate
2005-02-08
added bcc32 support [ruby-dev:25657] and fixed a minor bug.
ttate
2005-02-06
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
ttate
2005-02-06
* ext/dl/dl.c (Init_dl): function declaration should precede
akr
2005-02-04
added new files.
ttate
2005-02-04
remove all files to replace ruby-dl with ruby-dl2.
ttate
2004-12-08
* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:
akr
2004-11-25
Use 'P' instead of 'p' in types.rb.
ttate
2004-05-23
Merged Nakada-san's patch [ruby-core:02916].
ttate
2003-06-16
* ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
usa
2003-06-06
* gc.c (define_final): eliminate rb_f_lambda() call.
matz
2003-03-24
security enhancement of dl library (need test).
matz
2003-03-24
Added rb_secure(4). (Thanks to Minero Aoki)
ttate
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2002-11-26
dlsizeof() should handle 'S' and 's'.
ttate
2002-11-07
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-11-05
fixed rb_ary2cary() to convert nil.
ttate
2002-08-04
Conform to the allocation framework.
ttate
2002-06-11
Include ctype.h for isdigit().
ttate
2002-06-11
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
bugfix. (Thanks U.Nakamura)
ttate
2002-06-11
new platform [bccwin32] merged.
H_Konishi
2002-06-10
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
2002-06-09
* ext/dl: change the callback mechanism.
ttate
2002-05-20
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-15
Add DL::DLSTACK.
ttate
2002-04-04
Patch [ruby-dev:16747] (Thanks Nakada)
ttate
2002-04-03
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-02
Add ruby-dl
ttate