aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
...
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-31/+0
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate2004-09-161-2/+3
* bugfix for Importable.callback().ttate2004-07-201-1/+1
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-236-49/+70
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa2003-12-041-4/+4
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-012-0/+92
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
* * ext/dl/sym.c: typo fix(lasterror -> last_error).eban2003-11-081-2/+2
* Add DL.win32_last_error and DL.last_error.ttate2003-11-082-2/+69
* * eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu2003-10-232-3/+3
* --enable-dlstack is true in default.ttate2003-10-221-6/+2
* Bugfix for PR#1196ttate2003-10-221-8/+5
* consistent parentheses in assignment RHS.matz2003-10-162-3/+3
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-292-4/+3
* security enhancement of dl library (need test).matz2003-03-244-148/+150
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-243-1/+15
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-031-1/+0
* * typo fix.eban2003-01-201-1/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-164-15/+5
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
* Check the return value of dlopen().ttate2003-01-121-3/+3
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-061-0/+1
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-203-3/+3
* Fix the conversion method.ttate2002-12-093-11/+34
* dlsizeof() should handle 'S' and 's'.ttate2002-11-261-0/+2
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-077-157/+143
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-24/+15
* Fixed error messages and descriptions.ttate2002-10-072-5/+5
* Improve the description.ttate2002-10-021-6/+5
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83
* Get rid of "return".ttate2002-07-301-1/+1
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-112-2/+16
* Add Importable::symbol.ttate2002-06-271-39/+55
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-1/+1
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Check the length of proto.ttate2002-06-111-0/+2
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-113-5/+7