summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-06-30fixed the alignment problems discussed in [ruby-dev:28667].ttate
2006-06-24add extconf.h to .cvsignore.akr
2006-03-03* ext/dl/.cvsignore: ignore callback.h.aamine
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2005-11-08should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate
2005-10-18* sorry, commit miss.usa
2005-10-18* ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa
2005-09-29* ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr
2005-09-24banish some warnings.akr
2005-06-08if dlload fail to load a library, it should raise an error.ttate
2005-05-14Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate
2005-05-09added a test.ttate
2005-05-09replaced the local variable 'entity' with an instance variable.ttate
2005-05-08use DL::CStructBuilder instead of CStructBuilder.ttate
2005-04-30* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu
2005-04-10CUnionEntity should inherit CStructEntity.ttate
2005-03-08changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate
2005-03-08minor bugfix.ttate
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-09modified some test scripts for [ruby-dev:25661].ttate
2005-02-08added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate
2005-02-07Use define_method instead of module_eval.ttate
2005-02-07minor bugfix.ttate
2005-02-07Improved DL::Handle#sym.ttate
2005-02-06Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate
2005-02-06added DL::Importer.sizeof().ttate
2005-02-06* ext/dl/dl.c (Init_dl): function declaration should precedeakr
2005-02-04added missing files.ttate
2005-02-04added new files.ttate
2005-02-04remove all files to replace ruby-dl with ruby-dl2.ttate
2005-02-03bugfix.ttate
2004-12-21* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu
2004-12-14devided DL::Types#encode_type into three methods.ttate
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
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-21should use 'c' for 'unsigned char ref'.ttate
2004-09-16added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate
2004-07-20bugfix for Importable.callback().ttate
2004-05-23Merged Nakada-san's patch [ruby-core:02916].ttate
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu