| Age | Commit message (Expand) | Author |
| 2010-11-26 | * ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig. | nobu |
| 2010-08-07 | .cvsignore: have not been used already. [Bug #3468] | nobu |
| 2010-06-10 | * ext/dl/dl.c (rb_dl_strdup): strdup() only allocates a buffer of | knu |
| 2010-04-16 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
| 2010-04-12 | * ext/dl/depend: add -I. for cross compiling. | nobu |
| 2010-01-27 | * ext/dl/dl.c (c_parray): get rid of a deprecated function. | nobu |
| 2009-03-27 | * ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf. | nobu |
| 2008-07-23 | * ext/dl/dl.c (rb_ary_to_ptr), ext/dl/ptr.c (rb_dlmem_delete): | nobu |
| 2008-07-04 | * ext/dl/dl.c (rb_str_to_ptr): should propagate taint to dlptr. | matz |
| 2008-04-15 | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu |
| 2008-02-14 | * ext/dl/ptr.c (dlmem_each_i): typo fixed. a patch from IKOMA | matz |
| 2008-02-11 | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc. | shyouhei |
| 2007-07-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu |
| 2007-06-15 | * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument. | usa |
| 2007-03-17 | fixed the problem reported in [ruby-dev:30531]. | ttate |
| 2007-03-16 | * ext/dl/dl.c (rb_ary2cary): Fix a bug in type validation; | knu |
| 2007-03-11 | * ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers. | knu |
| 2007-03-11 | * ext/dl/lib/dl/import.rb (DL::Importable::Internal::import, | knu |
| 2007-03-11 | * ext/dl/mkcallback.rb (mkfunc): Make sure that a callback | knu |
| 2006-10-14 | * parse.y (parser_warning, parser_warn): some error message may | matz |
| 2006-05-25 | * fixed the problems described in [ruby-dev:28665]. | ttate |
| 2005-12-16 | corrected 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 BSD | matz |
| 2005-06-15 | * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return. | ocean |
| 2005-06-08 | Data object is automatically converted to a PtrData object using to_ptr(). | ttate |
| 2005-04-08 | accept space characters at the end of a prototype. | ttate |
| 2005-03-07 | bugfix for typealias() in import.rb. | ttate |
| 2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
| 2005-02-03 | bugfix. | ttate |
| 2004-12-21 | * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after | nobu |
| 2004-12-14 | devided the method DL::Types#encode_type into three methods. | ttate |
| 2004-11-25 | bugfix for [ruby-talk:121309]. | ttate |
| 2004-11-25 | Use 'P' instead of 'p' in types.rb. | ttate |
| 2004-11-24 | Improved encode_type() in types.rb for [ruby-talk:121175]. | ttate |
| 2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
| 2004-10-23 | Use NUM2INT to convert short values. | ttate |
| 2004-09-27 | merged from HEAD. | 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 |