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
/
handle.c
Age
Commit message (
Expand
)
Author
2005-02-08
added bcc32 support [ruby-dev:25657] and fixed a minor bug.
ttate
2005-02-07
minor bugfix.
ttate
2005-02-07
Improved DL::Handle#sym.
ttate
2005-02-04
added new files.
ttate
2005-02-04
remove all files to replace ruby-dl with ruby-dl2.
ttate
2004-05-23
Merged Nakada-san's patch [ruby-core:02916].
ttate
2003-11-13
Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)
ttate
2003-03-29
* eval.c (avalue_to_svalue): use rb_check_array_type() again.
matz
2003-03-24
security enhancement of dl library (need test).
matz
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-12
Check the return value of dlopen().
ttate
2002-12-20
* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
nobu
2002-11-07
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-08-05
Multiple call of the initialize.
ttate
2002-08-04
Conform to the allocation framework.
ttate
2002-04-03
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-02
Add ruby-dl
ttate