summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo2004-12-211-9/+12
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-3/+3
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-211-1/+10
* * lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo2004-12-201-2/+0
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-204-8/+133
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu2004-12-181-4/+5
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-179-39/+152
* * ext/openssl/ossl.c (ossl_raise): refine message format.gotoyuzo2004-12-161-1/+2
* * ext/tk/sample/demos-en/widget: modify version check for supporting featuresnagai2004-12-161-4/+4
* * ext/tk/lib/tk/bindtag.rb: bug fix [ruby-talk: 123667]nagai2004-12-1624-100/+187
* * ext/ripper/extconf.rb: bison is not needed if ripper.c exists. [ruby-dev:25...aamine2004-12-151-2/+4
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-6/+9
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-1518-118/+137
* devided DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* * ext/openssl/ossl.c (ossl_raise): avoid buffer overrun. [ruby-dev:25187]gotoyuzo2004-12-141-3/+3
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-121-6/+10
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-1/+3
* * ext/sdbm/init.c (GetDBM): typo.usa2004-12-091-1/+1
* * ext/dbm/dbm.c (fdbm_select): [ruby-dev:25132]matz2004-12-093-155/+106
* * ext/tk/ChangeLog.tkextlib: forgot to commitnagai2004-12-081-0/+22
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-0824-119/+640
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-083-4/+1
* * ext/openssl/ossl_bio.c (ossl_obj2bio): should not use fptr->f.gotoyuzo2004-12-071-3/+16
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-12/+14
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-065-71/+47
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-25/+40
* * ext/tk/lib/tk.rb: widget configuration by TkWindow#method_missingnagai2004-12-026-5/+71