| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/dl/.cvsignore: ignore callback.h. | aamine | 2006-03-03 | 1 | -0/+1 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 1 | -1/+1 |
* | should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG. | ttate | 2005-11-08 | 1 | -1/+1 |
* | * sorry, commit miss. | usa | 2005-10-18 | 1 | -1/+1 |
* | * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, | usa | 2005-10-18 | 2 | -2/+2 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE). | akr | 2005-09-29 | 1 | -1/+1 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+0 |
* | if dlload fail to load a library, it should raise an error. | ttate | 2005-06-08 | 1 | -1/+1 |
* | Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION. | ttate | 2005-05-14 | 2 | -0/+7 |
* | added a test. | ttate | 2005-05-09 | 1 | -0/+6 |
* | replaced the local variable 'entity' with an instance variable. | ttate | 2005-05-09 | 1 | -7/+6 |
* | use DL::CStructBuilder instead of CStructBuilder. | ttate | 2005-05-08 | 1 | -2/+2 |
* | * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo. | nobu | 2005-04-30 | 1 | -2/+2 |
* | CUnionEntity should inherit CStructEntity. | ttate | 2005-04-10 | 1 | -1/+1 |
* | changed the spec of CPtr#[]/[]= to suit String#[]/[]=. | ttate | 2005-03-08 | 2 | -7/+37 |
* | minor bugfix. | ttate | 2005-03-08 | 1 | -1/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 3 | -6/+6 |
* | modified some test scripts for [ruby-dev:25661]. | ttate | 2005-02-09 | 2 | -4/+4 |
* | added bcc32 support [ruby-dev:25657] and fixed a minor bug. | ttate | 2005-02-08 | 3 | -36/+19 |
* | Use define_method instead of module_eval. | ttate | 2005-02-07 | 2 | -13/+13 |
* | minor bugfix. | ttate | 2005-02-07 | 1 | -1/+1 |
* | Improved DL::Handle#sym. | ttate | 2005-02-07 | 5 | -45/+98 |
* | Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644] | ttate | 2005-02-06 | 4 | -8/+18 |
* | added DL::Importer.sizeof(). | ttate | 2005-02-06 | 3 | -0/+50 |
* | * ext/dl/dl.c (Init_dl): function declaration should precede | akr | 2005-02-06 | 1 | -3/+3 |
* | added missing files. | ttate | 2005-02-04 | 6 | -0/+733 |
* | added new files. | ttate | 2005-02-04 | 17 | -0/+2555 |
* | remove all files to replace ruby-dl with ruby-dl2. | ttate | 2005-02-04 | 30 | -6260/+0 |
* | bugfix. | ttate | 2005-02-03 | 1 | -2/+2 |
* | * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after | nobu | 2004-12-21 | 1 | -1/+2 |
* | devided DL::Types#encode_type into three methods. | ttate | 2004-12-14 | 3 | -48/+56 |
* | * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c: | akr | 2004-12-08 | 1 | -1/+1 |
* | bugfix for [ruby-talk:121309]. | ttate | 2004-11-25 | 3 | -13/+21 |
* | Use 'P' instead of 'p' in types.rb. | ttate | 2004-11-25 | 3 | -6/+6 |
* | improved encode_type() in types.rb for [ruby-talk:121175]. | ttate | 2004-11-24 | 3 | -67/+128 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -31/+0 |
* | Use NUM2INT to convert short values. | ttate | 2004-10-23 | 1 | -2/+2 |
* | should use 'c' for 'unsigned char ref'. | ttate | 2004-09-21 | 1 | -2/+2 |
* | added 'const char *' to use the type specifier 'S' instead of 'char *'. | ttate | 2004-09-16 | 1 | -2/+3 |
* | bugfix for Importable.callback(). | ttate | 2004-07-20 | 1 | -1/+1 |
* | Merged Nakada-san's patch [ruby-core:02916]. | ttate | 2004-05-23 | 6 | -49/+70 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -1/+1 |
* | * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7 | usa | 2003-12-04 | 1 | -4/+4 |
* | Merged Tietew's patch of [ruby-dev:21991]. | ttate | 2003-12-01 | 2 | -0/+92 |
* | Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai) | ttate | 2003-11-13 | 1 | -2/+2 |
* | Bugfix for DL::Types::encode_type. | ttate | 2003-11-08 | 1 | -7/+9 |
* | * ext/dl/sym.c: typo fix(lasterror -> last_error). | eban | 2003-11-08 | 1 | -2/+2 |
* | Add DL.win32_last_error and DL.last_error. | ttate | 2003-11-08 | 2 | -2/+69 |
* | * eval.c (ruby_cleanup): initialize stack bottom for embedding. | nobu | 2003-10-23 | 2 | -3/+3 |
* | --enable-dlstack is true in default. | ttate | 2003-10-22 | 1 | -6/+2 |