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
Age
Commit message (
Expand
)
Author
2004-05-23
Merged Nakada-san's patch [ruby-core:02916].
ttate
2003-12-11
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-04
* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7
usa
2003-12-01
Merged Tietew's patch of [ruby-dev:21991].
ttate
2003-11-13
Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)
ttate
2003-11-08
Bugfix for DL::Types::encode_type.
ttate
2003-11-08
* ext/dl/sym.c: typo fix(lasterror -> last_error).
eban
2003-11-08
Add DL.win32_last_error and DL.last_error.
ttate
2003-10-23
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-22
--enable-dlstack is true in default.
ttate
2003-10-22
Bugfix for PR#1196
ttate
2003-10-16
consistent parentheses in assignment RHS.
matz
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-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-03-24
Added rb_secure(4). (Thanks to Minero Aoki)
ttate
2003-03-03
* ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]
knu
2003-01-20
* typo fix.
eban
2003-01-16
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-12
* ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.
eban
2003-01-12
Check the return value of dlopen().
ttate
2003-01-11
Correct the description about type specifiers.
ttate
2003-01-11
* ext/dl/lib/dl/win32.rb: compatibility improvement.
eban
2003-01-06
* intern.h (rb_check_array_type): Declare rb_check_array_type().
knu
2002-12-20
* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
nobu
2002-12-09
Fix the conversion method.
ttate
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-10-31
Bugfix for Importable::callback.
ttate
2002-10-21
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-07
Fixed error messages and descriptions.
ttate
2002-10-02
Improve the description.
ttate
2002-09-08
* configure.in: modify program_prefix only if specified
eban
2002-08-29
Merged Nakada's patch [ruby-dev:18097].
ttate
2002-08-05
Multiple call of the initialize.
ttate
2002-08-04
Conform to the allocation framework.
ttate
2002-07-30
Get rid of "return".
ttate
2002-07-11
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-06-27
Add Importable::symbol.
ttate
2002-06-24
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-11
Include ctype.h for isdigit().
ttate
2002-06-11
Check the length of proto.
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
bugfix.
ttate
2002-06-10
Add DL::Importable::Internal::callback().
ttate
2002-06-10
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
[next]