summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-09-05* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa
2003-09-05* win32/win32.c (isInternalCmd): stupid miss.nobu
2003-09-05* Makefile.in (test): phony target.nobu
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-05* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.gotoyuzo
2003-09-05* misc/ruby-mode.el (ruby-font-lock-maybe-here-docs): should notnobu
2003-09-05* eval.c (mark_frame_adj): need to adjust argv pointer if usingmatz
2003-09-05* test/runner.rb: arguments should be keys.nobu
2003-09-05* test/ruby/test_system.rb (test_system): check existence of rubyeban
2003-09-05* lib/optparse.rb (--version): fix assignment/reference order.nobu
2003-09-05* test/runner.rb: added. gets testcases from command line and runs it.nahi
2003-09-05* test/ruby/test_gc.rb: added. splitter.rb which I made to splitnahi
2003-09-04* test/ruby/test_iterator.rb (test_block_in_arg): add no blocknobu
2003-09-04* test/ruby: tests for ruby itself.nahi
2003-09-04* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi
2003-09-04* parse.y (tokadd_string): newlines have no special meanings innobu
2003-09-04* ext/io/wait/.cvsignore: added.nahi
2003-09-04* sample/openssl: added. Sample of standard distribution library should benahi
2003-09-04* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi
2003-09-04* misc/ruby-mode.el (ruby-here-doc-beg-re): underscore also isnobu
2003-09-04* test/csv/test_csv.rb: run on test/unit original layer.nahi
2003-09-03* ext/syck/token.c: headerless documents with root-level spacing nowwhy
2003-09-03* test: add test directory. Test::Unit aware testcases and needed files shouldnahi
2003-09-02* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo
2003-09-02* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz
2003-09-02* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai
2003-09-02* eval.c (rb_eval): should not handle exceptions within rescuenobu
2003-09-01* re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu
2003-09-01* ext/iconv/iconv.c (map_charset): use lower case keys.nobu
2003-09-01* eval.c (rb_eval): make tail recursion in ELSE clause ofnobu
2003-09-01* parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz
2003-09-01* eval.c (rb_thread_switch): add RESTORE_EXIT; exit by anothernobu
2003-08-31* process.c (p_gid_sw_ensure): return VALUE.eban
2003-08-31* eval.c (TAG_DST()): take no argument.eban
2003-08-31* process.c (p_gid_sw_ensure): lack of function typenagai
2003-08-31* lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu
2003-08-31yyyy/mm is not an acceptable format.tadf
2003-08-30* eval.c (rb_iter_break): should not call TAG_JUMP directly.matz
2003-08-30* eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz
2003-08-29The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek
2003-08-29* doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai
2003-08-28* variable.c (rb_const_get_0): should check constants defined inmatz
2003-08-27* parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-27* error.c (rb_bug): should not use other methods; this function isnobu
2003-08-27* lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine
2003-08-26* win32/win32.c (map_errno): support winsock error.usa
2003-08-26* lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz