aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2004-12-28nobu2004-12-281-3/+3
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu2004-12-282-26/+52
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-274-27/+59
* * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo2004-12-272-1/+7
* * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:...aamine2004-12-272-3/+19
* * lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine2004-12-272-12/+39
* * 2004-12-27usa2004-12-271-3/+3
* * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error.usa2004-12-272-5/+8
* * 2004-12-26eban2004-12-261-3/+3
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-262-0/+22
* * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai2004-12-242-2/+6
* * io.c (next_argv): reduce use of stdio.nobu2004-12-232-26/+40
* * io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu2004-12-232-28/+39
* * ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu2004-12-232-211/+231
* * 2004-12-24eban2004-12-231-3/+3
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2337-6/+5819
* * 2004-12-23nobu2004-12-231-3/+3
* * process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.nobu2004-12-232-24/+24
* * process.c (proc_setgroups): check if the argument lenght isnobu2004-12-232-1/+6
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-234-15/+24
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-235-0/+101
* * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]nobu2004-12-222-9/+10
* * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu2004-12-222-1/+10
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-212-1/+7
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-214-21/+32
* 2004-12-22nahi2004-12-211-3/+3
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-2112-129/+116
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo2004-12-212-9/+20
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-213-3/+207
* * 2004-12-21usa2004-12-211-3/+3
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-212-1/+14
* * added samples for the previous soap4r's commit.nahi2004-12-2012-2/+171
* updatedakr2004-12-201-0/+5
* gcc noinline attribute is available since gcc-3.1.akr2004-12-201-0/+2
* * added files:nahi2004-12-2082-1145/+2977
* * lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo2004-12-203-8/+7
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-205-19/+154
* * parse.y (special_local_set): prevent the parser object from GC.nobu2004-12-202-1/+7
* * 2004-12-20eban2004-12-201-3/+3
* * lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu2004-12-192-1/+7
* * 2004-12-19nobu2004-12-191-3/+3
* * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou2004-12-192-1/+6
* * configure.in (disable-rpath): typo fix.nobu2004-12-191-1/+1
* * configure.in (enable_rpath): use rpath flag to embed the librarynobu2004-12-192-23/+31
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-195-16/+37
* * 2004-12-18nobu2004-12-181-3/+3
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):nobu2004-12-182-4/+10
* * lib/webrick/httpauth.rb,nahi2004-12-184-5/+9
* * configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS.akr2004-12-172-0/+7
* * ext/tk/lib/tk.rb: fix bug on setting up system encodingnagai2004-12-1710-39/+188