| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/Win32API/*: removed or moved to ext/dl/win32. | usa | 2007-12-03 | 5 | -0/+1559 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -2/+2 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check | matz | 2007-08-08 | 2 | -6/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a | matz | 2007-08-08 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -1/+7 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 3 | -8/+8 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -12/+12 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -2/+2 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -3/+3 |
* | * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. | usa | 2006-08-31 | 1 | -1/+1 |
* | should define FUNC_CDECL/STDCALL if the macros are not defined. | ttate | 2006-07-07 | 1 | -0/+7 |
* | conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970]. | ttate | 2006-07-06 | 4 | -45/+9 |
* | * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from | matz | 2006-07-03 | 2 | -0/+11 |
* | fixed the alignment problems discussed in [ruby-dev:28667]. | ttate | 2006-06-30 | 4 | -34/+50 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * 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 |