summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-10-29* eval.c (Init_Proc): taint preallocated exception objectmatz
2003-10-29* parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz
2003-10-28* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,usa
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-10-27* eval.c (rb_longjmp): ignore reentering error while warning.nobu
2003-10-26bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai
2003-10-25* eval.c (rb_method_missing): protect exception from withinmatz
2003-10-24* hash.c (rb_hash_each): Hash#each should yield single value.matz
2003-10-23* lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo
2003-10-23* eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu
2003-10-23* parse.y: integrate operations for stack_type. [ruby-dev:21681]nobu
2003-10-22* test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR.nahi
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