aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (rb_longjmp): ignore reentering error while warning.nobu2003-10-272-1/+9
* 2003-10-27eban2003-10-271-3/+3
* bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai2003-10-262-1/+10
* add yield test for [ruby-dev:21707]seki2003-10-261-0/+5
* 2003-10-26eban2003-10-261-3/+3
* add TkRoot.destroynagai2003-10-251-0/+4
* * eval.c (rb_method_missing): protect exception from withinmatz2003-10-253-11/+19
* 2003-10-24eban2003-10-241-3/+3
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-245-7/+51
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-10-232-1/+6
* 2003-10-23nobu2003-10-231-3/+3
* * eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu2003-10-234-4/+13
* * parse.y: integrate operations for stack_type. [ruby-dev:21681]nobu2003-10-232-16/+17
* typo in comment.nobu2003-10-231-1/+1
* * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR.nahi2003-10-225-9/+21
* --enable-dlstack is true in default.ttate2003-10-221-6/+2
* Bugfix for PR#1196ttate2003-10-221-8/+5
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-228-16/+36
* 2003-10-22eban2003-10-221-3/+3
* * eval.c (ruby_cleanup): should not ignore exit_value in ENDmatz2003-10-212-2/+6
* * test/drb/drbtest.rb: import drb common test utilities.matz2003-10-212-0/+299
* * eval.c (ruby_cleanup): call finalizers and exit procs beforematz2003-10-219-406/+117
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-212-0/+9
* * win32/win32.c (do_spawn, do_aspawn): should return child's exitusa2003-10-212-2/+11
* * win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa2003-10-212-0/+7
* 2003-10-21eban2003-10-211-3/+3
* bug fixnagai2003-10-213-6/+6
* Added math.rb descriptions.shigek2003-10-212-6/+17
* Local version number(BigDecimal::ver) incremented.shigek2003-10-211-1/+5
* can read data from file.shigek2003-10-211-22/+45
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-212-17/+17
* * test/soap/calc/*, test/soap/helloworld/*: catch the exception from testnahi2003-10-205-0/+29
* import drb/runit/*.rbseki2003-10-2017-0/+1279
* * eval.c (rb_eval): set current node after arguments evaluation.nobu2003-10-202-5/+16
* * eval.c (rb_thread_cleanup): keep thread group for main thread.nobu2003-10-202-2/+7
* * eval.c (rb_catch): backout.nobu2003-10-202-13/+5
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-204-13/+24
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-202-5/+12
* 2003-10-20usa2003-10-201-3/+3
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-204-21/+42
* * lib/debug.rb (debug_command): remove debug print.usa2003-10-202-1/+4
* 2003-10-19eban2003-10-191-3/+3
* * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr2003-10-192-9/+14
* * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server.nahi2003-10-188-11/+24
* * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef).eban2003-10-182-1/+5
* 2003-10-18eban2003-10-181-3/+3
* modify the message and comments on the sourcenagai2003-10-172-6/+31
* * ext/syck/yamlbyte.h: Ditto.why2003-10-172-0/+172
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-179-1558/+4111
* * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu2003-10-173-2/+14