summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2006-05-25* fixed the problems described in [ruby-dev:28665].ttate
2005-12-16corrected the allocation size.ttate
2005-09-29* ext/dl/dl.c (rb_io_to_ptr): abolish sizeof(FILE).akr
2005-09-19* ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support.matz
2005-09-12* ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSDmatz
2005-06-15* ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return.ocean
2005-06-08Data object is automatically converted to a PtrData object using to_ptr().ttate
2005-04-08accept space characters at the end of a prototype.ttate
2005-03-07bugfix for typealias() in import.rb.ttate
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-03bugfix.ttate
2004-12-21* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu
2004-12-14devided the method DL::Types#encode_type into three methods.ttate
2004-11-25bugfix for [ruby-talk:121309].ttate
2004-11-25Use 'P' instead of 'p' in types.rb.ttate
2004-11-24Improved encode_type() in types.rb for [ruby-talk:121175].ttate
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-23Use NUM2INT to convert short values.ttate
2004-09-27merged from HEAD.ttate
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-04* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa
2003-12-01Merged Tietew's patch of [ruby-dev:21991].ttate
2003-11-13Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate
2003-11-08Bugfix for DL::Types::encode_type.ttate
2003-11-08* ext/dl/sym.c: typo fix(lasterror -> last_error).eban
2003-11-08Add 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-22Bugfix for PR#1196ttate
2003-10-16consistent parentheses in assignment RHS.matz
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
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-24security enhancement of dl library (need test).matz
2003-03-24Added 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-12Check the return value of dlopen().ttate
2003-01-11Correct 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-09Fix the conversion method.ttate
2002-11-26dlsizeof() should handle 'S' and 's'.ttate
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-11-05fixed rb_ary2cary() to convert nil.ttate
2002-10-31Bugfix for Importable::callback.ttate
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu