aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (wait_connectable): fixed wrong condition.usa2005-02-091-1/+4
* * ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa2005-02-093-45/+4
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
* Use define_method instead of module_eval.ttate2005-02-072-13/+13
* minor bugfix.ttate2005-02-071-1/+1
* Improved DL::Handle#sym.ttate2005-02-075-45/+98
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-064-8/+18
* * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have theusa2005-02-061-2/+3
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-063-259/+126
* added DL::Importer.sizeof().ttate2005-02-063-0/+50
* * ext/dl/dl.c (Init_dl): function declaration should precedeakr2005-02-061-3/+3
* added missing files.ttate2005-02-046-0/+733
* added new files.ttate2005-02-0417-0/+2555
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-0430-6260/+0
* * ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green.aamine2005-02-041-4/+8
* * ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. [ruby-de...aamine2005-02-041-4/+4
* * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu2005-02-031-28/+31
* bugfix.ttate2005-02-031-2/+2
* * follow original utf8tbl.c,v 1.8naruse2005-02-021-2240/+4213
* * follow original config.h,v 1.7naruse2005-02-021-0/+3
* * ext/nkf/nkf-utf8/nkf.c: follow nkf.c,v 1.57naruse2005-02-021-48/+313
* * ext/stringio/stringio.c (strio_truncate): should MEMZERO an extendednobu2005-02-021-0/+4
* * ext/ripper/lib/ripper/tokenizer.rb -> lexer.rb.aamine2005-02-014-65/+237
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-1/+2
* * ext/tk/extconf.rb: add tkutil configuration step (remove old schema)nagai2005-01-317-66/+77
* * ext/tk/tcltklib.c: add invalid namespace checknagai2005-01-314-69/+114
* * ext/tk/extconf.rb: support new tk scheme on bccwin32.usa2005-01-271-2/+2
* * ext/Setup*: remove tcltklib.usa2005-01-266-12/+6
* * ext/tk/extconf.rb: support new tk scheme on mswin32.usa2005-01-261-12/+21
* * ext/tk: merge tcltklib for Ruby/Tk installation controlnagai2005-01-2526-297/+365
* * ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug onnagai2005-01-252-0/+5
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-2530-105/+602
* * ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_oldnaruse2005-01-241-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo2005-01-221-1/+1
* * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean2005-01-201-2/+2
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-6/+10
* * ext/zlib/zlib.c (zstream_end): should return value.usa2005-01-061-1/+1
* * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo2004-12-311-1/+1
* Update kilmer template to use sectionsdave2004-12-291-15/+15
* * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu2004-12-281-3/+7
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu2004-12-281-4/+6
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu2004-12-281-26/+45
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-273-27/+53
* * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo2004-12-271-1/+2
* * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai2004-12-241-2/+2
* * ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu2004-12-231-211/+218
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2336-6/+5811
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-231-1/+1
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-234-0/+90
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-211-1/+2