summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/openss/ossl_x509store.c (ossl_x509store_set_default_paths):gotoyuzo2005-02-111-0/+12
* * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h.usa2005-02-101-2/+1
* * ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excludingusa2005-02-101-1/+1
* * struct.c (make_struct): fixed: [ruby-core:04402]matz2005-02-092-5/+5
* * ext/curses/curses.c (window_color_set): [ruby-core:04393]matz2005-02-082-0/+20
* * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa2005-02-061-1/+2
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2005-02-061-8/+11
* * ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu2005-02-061-150/+54
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-02-0316-0/+1979
* * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu2005-02-031-28/+31
* bugfix.ttate2005-02-031-2/+2
* * ext/stringio/stringio.c (strio_truncate): should MEMZERO an extendednobu2005-02-021-0/+4
* * ext/tcltklib/tcltklib.c: add invalid namespace checknagai2005-01-316-90/+136
* * 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_old but NKF.guess1. fix...naruse2005-01-241-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo2005-01-221-1/+1
* * ext/stringio/stringio.c (strio_set_pos): clear EOF flag.matz2005-01-211-0/+1
* * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean2005-01-201-2/+2
* * ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa2005-01-201-2/+3
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-6/+10
* * ext/zlib/zlib.c (zstream_end): should return value. (backportedusa2005-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 (rb_syck_io_str_read): [ruby-core:03973]nobu2004-12-231-212/+222
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2336-6/+5811
* * 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_traverse, ossl_asn1_decode,gotoyuzo2004-12-211-10/+12
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-5/+3
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-211-1/+10
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz2004-12-212-1/+4
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-204-8/+133
* * ext/openssl/lib/net/https.rb,protocols.rb,telnets.rb: deletegotoyuzo2004-12-203-10/+1
* * ext/openssl/ossl_x509store.cgotoyuzo2004-12-193-8/+154
* * 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/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-151-7/+15
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): avoid SEGVgotoyuzo2004-12-151-1/+1
* * ext/openssl/ossl_digest.c (ossl_digest_initialize): [ruby-dev:25198]matz2004-12-1518-115/+127
* devided the method DL::Types#encode_type into three methods.ttate2004-12-143-48/+56