aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This is the log for the *previous* commit, but CVS is bloody stupid.ser2004-06-103-0/+90
* -ser2004-06-1013-121/+244
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-093-19/+54
* * configure.in: Add support for DragonFly BSD.knu2004-06-092-2/+8
* * config.guess, config.sub: Update to a more recent version as ofknu2004-06-093-110/+239
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-62/+50
* 2004-06-09usa2004-06-091-3/+3
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-0/+4
* * string.c (str_new4): should share shared instance if it alreadymatz2004-06-052-3/+7
* 2004-06-04eban2004-06-041-4/+4
* * io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz2004-06-045-6/+10
* 2004-05-28eban2004-05-281-3/+3
* * eval.c (rb_eval): bad influence on frame node.nobu2004-05-282-5/+8
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-272-1/+14
* * io.c (rb_io_fwrite): check all case errno != 0 [ruby-dev:23648]ocean2004-05-272-2/+6
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-275-80/+50
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-272-1/+6
* * io.c (rb_io_fwrite): should check if errnro == ENOENT, too.eban2004-05-272-2/+4
* * io.c (rb_io_fwrite): workaround for bcc32's fwrite bug.eban2004-05-272-2/+11
* 2004-05-27nahi2004-05-271-3/+3
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-272-1/+5
* * add test for OpenSSL::SSL.gotoyuzo2004-05-263-0/+264
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-05-263-8/+19
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-263-92/+144
* * eval.c (rb_eval, eval): make line number consistent on eval withnobu2004-05-262-4/+10
* 2004-05-26eban2004-05-261-3/+3
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-264-10/+34
* * io.c (rb_io_init_copy): copy also positions. [ruby-talk:100910]nobu2004-05-262-0/+6
* fix ML reference.nobu2004-05-261-1/+1
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-255-25/+24
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-255-28/+186
* 2004-05-25eban2004-05-251-3/+3
* * test/openssl/test_x509name.rb: short names of some OIDs (serialNumbergotoyuzo2004-05-242-8/+25
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-242-8/+37
* test Kernel.open accepts pathname object.akr2004-05-241-1/+12
* 2004-05-24eban2004-05-241-3/+3
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* SYSTEM identifiers must be absolutedave2004-05-243-3/+8
* 2004-05-23eban2004-05-231-3/+3
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-236-49/+70
* 2004-05-22eban2004-05-221-3/+3
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-221-10/+10
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-223-0/+12
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-222-1/+54
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2118-43/+562
* * test_x509crl.rb (test_basic): add test for CRL issuer.gotoyuzo2004-05-213-0/+145
* MANIFEST: removed trailing white spaces.eban2004-05-211-1/+1
* Add '()' around parameters that don't have themdave2004-05-212-0/+6
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-204-86/+251
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-202-3/+10