summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-29* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo
2003-10-29* test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter tonahi
2003-10-29* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is notusa
2003-10-29* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr
2003-10-29* eval.c (rb_longjmp): must not disturb original jump.matz
2003-10-29* eval.c (Init_Proc): taint preallocated exception objectmatz
2003-10-292003-10-29usa
2003-10-29* parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz
2003-10-28change yield2 test. [ruby-dev:21739]seki
2003-10-28* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,usa
2003-10-282003-10-28eban
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-272003-10-27eban
2003-10-26bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai
2003-10-26add yield test for [ruby-dev:21707]seki
2003-10-262003-10-26eban
2003-10-25add TkRoot.destroynagai
2003-10-25* eval.c (rb_method_missing): protect exception from withinmatz
2003-10-242003-10-24eban
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-232003-10-23nobu
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-23typo in comment.nobu
2003-10-22* test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR.nahi
2003-10-22--enable-dlstack is true in default.ttate
2003-10-22Bugfix for PR#1196ttate
2003-10-22* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-222003-10-22eban
2003-10-21* eval.c (ruby_cleanup): should not ignore exit_value in ENDmatz
2003-10-21* test/drb/drbtest.rb: import drb common test utilities.matz
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-212003-10-21eban
2003-10-21bug fixnagai
2003-10-21Added math.rb descriptions.shigek
2003-10-21Local version number(BigDecimal::ver) incremented.shigek
2003-10-21can read data from file.shigek
2003-10-21C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu
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