summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-10-22* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-21* eval.c (ruby_cleanup): should not ignore exit_value in ENDmatz
2003-10-21* eval.c (ruby_cleanup): call finalizers and exit procs beforematz
2003-10-21* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-21* win32/win32.c (do_spawn, do_aspawn): should return child's exitusa
2003-10-21* win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa
2003-10-20* test/soap/calc/*, test/soap/helloworld/*: catch the exception from testnahi
2003-10-20import drb/runit/*.rbseki
2003-10-20* eval.c (rb_eval): set current node after arguments evaluation.nobu
2003-10-20* eval.c (rb_thread_cleanup): keep thread group for main thread.nobu
2003-10-20* eval.c (rb_catch): backout.nobu
2003-10-20* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz
2003-10-20* test/ruby/test_signal.rb (test_signal): restore old trap.nobu
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-20* lib/debug.rb (debug_command): remove debug print.usa
2003-10-19* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr
2003-10-18* test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.nahi
2003-10-18* missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).eban
2003-10-17* ext/syck/yamlbyte.h: Ditto.why
2003-10-17* ext/syck/rubyext.c: YAML::Syck::compile method.why
2003-10-17* ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu
2003-10-17* lib/generator.rb: Add rdoc documentation.knu
2003-10-17* lib/set.rb: Reword and fix Overview.knu
2003-10-17* test/ruby/test_range.rb: added.usa
2003-10-16* lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz
2003-10-16(bug fix) instance variable @frame was used without initializing onnagai
2003-10-16If $DEBUG == true and some exception is caused in a callbacknagai
2003-10-16* string.c (rb_str_upto): ("a"..."a").to_a should return [].matz
2003-10-16Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai
2003-10-15* test/digest/test_digest.rb (test_eq): show failed class.nobu
2003-10-15* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead ofnahi
2003-10-15* lib/cgi.rb (CGI::Cookie): tiny typo fix.matz
2003-10-15* eval.c (ruby_run): just return FAILURE instead of parse errornobu
2003-10-15* ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-15ruby-listnobu
2003-10-15* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa
2003-10-14* ext/syck/bytecode.c: Checkin of YAML bytecode support.why
2003-10-14* lib/generator.rb: A new library which converts an internalknu
2003-10-14ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai
2003-10-14* test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu
2003-10-14ChangeLog: forgot. sorrynagai
2003-10-14ext/tcltklib/tcltklib.c:nagai
2003-10-14forgot..nahi
2003-10-14* eval.c (ruby_finalize_0): return the given exit status unlessnobu
2003-10-14* intern.h (ruby_stop): never return.nobu
2003-10-13* lib/pathname.rb (realpath): make ELOOP check bit more robust.akr
2003-10-13* eval.c (rb_require_safe): segfault after loading .so.nobu
2003-10-13Add ext/enumerator, a helper module for the Enumerable interface.knu
2003-10-13* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban