aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-0717-79/+229
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-0610-28/+28
* 2003-09-07eban2003-09-061-3/+3
* * parse.y (assignable): call rb_compile_error(), not rb_bug().matz2003-09-062-1/+6
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-2/+0
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-0617-37/+102
* * sync to lib/csv/tests/csv_ut.rb.nahi2003-09-051-9/+7
* 2003-09-06usa2003-09-051-3/+3
* * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa2003-09-052-6/+18
* * win32/win32.c (isInternalCmd): stupid miss.nobu2003-09-052-9/+5
* * Makefile.in (test): phony target.nobu2003-09-052-2/+8
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-0532-802/+788
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-053-44/+88
* * same as the previous commit.nahi2003-09-052-3/+3
* * MANIFEST: add test/ruby/test_gc.rb.nahi2003-09-051-0/+1
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-0525-563/+569
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-056-1/+56
* * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu2003-09-052-2/+7
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-055-28/+60
* * test/runner.rb: arguments should be keys.nobu2003-09-052-1/+5
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-052-7/+17
* test/runner.rb: convert Version to numeric array.nobu2003-09-051-3/+2
* test/runner.rb: add Release.nobu2003-09-051-3/+4
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-055-16/+53
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-053-6/+49
* * test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi2003-09-052-0/+47
* * test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu2003-09-042-104/+90
* 2003-09-05eban2003-09-041-3/+3
* * MANIFEST: add files for the previous commit... 3 times.nahi2003-09-041-1/+28
* * test/ruby: tests for ruby itself.nahi2003-09-0430-1/+2234
* * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi2003-09-042-151/+186
* * parse.y (tokadd_string): newlines have no special meanings innobu2003-09-042-1/+10
* * MANIFEST: add and remove entries for the previous ext/openssl/sample move.nahi2003-09-042-12/+12
* 2003-09-04eban2003-09-041-3/+3
* * ext/io/wait/.cvsignore: added.nahi2003-09-043-0/+12
* * sample/openssl: added. Sample of standard distribution library should benahi2003-09-0413-0/+7
* * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi2003-09-043-76/+77
* * misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also isnobu2003-09-042-18/+26
* * test/csv/test_csv.rb: run on test/unit original layer.nahi2003-09-042-42/+32
* Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek2003-09-041-1/+1
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-032-546/+567
* * MANIFEST: add test/* files which are added in the previous commit.nahi2003-09-031-0/+3
* 2003-09-03eban2003-09-031-3/+3
* * test: add test directory. Test::Unit aware testcases and needed files shouldnahi2003-09-034-0/+1521
* Bug in mult method fixed.shigek2003-09-031-1/+1
* * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo2003-09-022-2/+11
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-024-2/+38
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-029-139/+410
* * eval.c (rb_eval): should not handle exceptions within rescuenobu2003-09-022-1/+10
* 2003-09-02eban2003-09-011-3/+3