aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * tcltklib.c (lib_mainloop_core): fixed signal-trap bugnagai2003-09-071-0/+6
* * test/ruby/test_*.rb: assert_same, assert_match, and so on.nahi2003-09-061-0/+4
* * parse.y (assignable): call rb_compile_error(), not rb_bug().matz2003-09-061-0/+5
* * ext/openssl/ruby_missing.c: rid of unnecessary backwardgotoyuzo2003-09-061-0/+14
* * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa2003-09-051-0/+7
* * win32/win32.c (isInternalCmd): stupid miss.nobu2003-09-051-8/+4
* * Makefile.in (test): phony target.nobu2003-09-051-1/+3
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-0/+8
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-051-0/+13
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-0/+4
* * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo2003-09-051-0/+12
* * misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu2003-09-051-0/+5
* * eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz2003-09-051-0/+14
* * test/runner.rb: arguments should be keys.nobu2003-09-051-0/+4
* * test/ruby/test_system.rb (test_system): check existence of rubyeban2003-09-051-0/+5
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-051-0/+13
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-051-0/+7
* * test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi2003-09-051-0/+6
* * test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu2003-09-041-0/+8
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+10
* * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi2003-09-041-0/+5
* * parse.y (tokadd_string): newlines have no special meanings innobu2003-09-041-0/+6
* * ext/io/wait/.cvsignore: added.nahi2003-09-041-0/+6
* * sample/openssl: added. Sample of standard distribution library should benahi2003-09-041-0/+7
* * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi2003-09-041-0/+5
* * misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also isnobu2003-09-041-1/+13
* * test/csv/test_csv.rb: run on test/unit original layer.nahi2003-09-041-0/+6
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-031-0/+5
* * test: add test directory. Test::Unit aware testcases and needed files shouldnahi2003-09-031-0/+9
* * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo2003-09-021-2/+7
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-021-2/+12
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-021-0/+7
* * eval.c (rb_eval): should not handle exceptions within rescuenobu2003-09-021-0/+5
* * re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu2003-09-011-0/+4
* * ext/iconv/iconv.c (map_charset): use lower case keys.nobu2003-09-011-0/+16
* * eval.c (rb_eval): make tail recursion in ELSE clause ofnobu2003-09-011-0/+5
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-011-0/+8
* * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by anothernobu2003-09-011-4/+13
* * process.c (p_gid_sw_ensure): return VALUE.eban2003-08-311-0/+2
* * eval.c (TAG_DST()): take no argument.eban2003-08-311-0/+4
* * process.c (p_gid_sw_ensure): lack of function typenagai2003-08-311-0/+4
* * lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu2003-08-311-0/+5
* yyyy/mm is not an acceptable format.tadf2003-08-311-0/+6
* * eval.c (rb_iter_break): should not call TAG_JUMP directly.matz2003-08-301-0/+4
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-301-0/+22
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-291-0/+5
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-291-0/+31
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-281-0/+9
* * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz2003-08-271-0/+4
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-0/+11