aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu2003-09-012-10/+17
* * ext/iconv/iconv.c (map_charset): use lower case keys.nobu2003-09-013-12/+57
* * eval.c (rb_eval): make tail recursion in ELSE clause ofnobu2003-09-012-2/+7
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-014-2/+11
* 2003-09-01nobu2003-09-011-4/+4
* * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by anothernobu2003-09-012-18/+41
* * process.c (p_gid_sw_ensure): return VALUE.eban2003-08-312-2/+4
* * eval.c (TAG_DST()): take no argument.eban2003-08-312-1/+5
* * process.c (p_gid_sw_ensure): lack of function typenagai2003-08-312-0/+5
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-312-316/+318
* 2003-08-31eban2003-08-311-3/+3
* * MANIFEST: add lib/optparse/version.rb.eban2003-08-311-0/+1
* * lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu2003-08-313-4/+59
* yyyy/mm is not an acceptable format.tadf2003-08-313-4/+8
* * eval.c (rb_iter_break): should not call TAG_JUMP directly.matz2003-08-302-2/+7
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-304-260/+183
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-294-51/+74
* limit inserted.shigek2003-08-291-0/+2
* mult & div instead of * & /.shigek2003-08-291-7/+9
* Add documentation in RDoc format.wew2003-08-291-1/+46
* 2003-08-29eban2003-08-291-3/+3
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-2910-170/+1660
* Add documentation in RDoc format.wew2003-08-291-4/+278