summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-02-09* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa
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-06* ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa
2005-02-06* ext/extmk.rb (extract_makefile): extract previously collectednobu
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-04* ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green.aamine
2005-02-04* ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. [ruby-de...aamine
2005-02-03* ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu
2005-02-03bugfix.ttate
2005-02-02* follow original utf8tbl.c,v 1.8naruse
2005-02-02* follow original config.h,v 1.7naruse
2005-02-02* ext/nkf/nkf-utf8/nkf.c: follow nkf.c,v 1.57naruse
2005-02-02* ext/stringio/stringio.c (strio_truncate): should MEMZERO an extendednobu
2005-02-01* ext/ripper/lib/ripper/tokenizer.rb -> lexer.rb.aamine
2005-01-31* Makefile.in, configure.in: made EXTOUT configurable.nobu
2005-01-31* ext/tk/extconf.rb: add tkutil configuration step (remove old schema)nagai
2005-01-31* ext/tk/tcltklib.c: add invalid namespace checknagai
2005-01-27* ext/tk/extconf.rb: support new tk scheme on bccwin32.usa
2005-01-26* ext/Setup*: remove tcltklib.usa
2005-01-26* ext/tk/extconf.rb: support new tk scheme on mswin32.usa
2005-01-25* ext/tk: merge tcltklib for Ruby/Tk installation controlnagai
2005-01-25* ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug onnagai
2005-01-25* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai
2005-01-24* ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_oldnaruse
2005-01-22* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo
2005-01-20* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value.usa
2004-12-31* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo
2004-12-29Update kilmer template to use sectionsdave
2004-12-28* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu
2004-12-28* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu
2004-12-28* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-27* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo
2004-12-24* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai
2004-12-23* ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu
2004-12-23* ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai
2004-12-23* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr
2004-12-23* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai
2004-12-21* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo