| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * win32/win32.c (do_spawn, do_aspawn): should return child's exit | usa | 2003-10-21 | 1 | -0/+3 |
| * | * win32/win32.c (do_spawn, do_aspawn): should wait child process even | usa | 2003-10-21 | 1 | -0/+5 |
| * | * test/soap/calc/*, test/soap/helloworld/*: catch the exception from test | nahi | 2003-10-20 | 1 | -0/+5 |
| * | import drb/runit/*.rb | seki | 2003-10-20 | 1 | -0/+4 |
| * | * eval.c (rb_eval): set current node after arguments evaluation. | nobu | 2003-10-20 | 1 | -0/+7 |
| * | * eval.c (rb_thread_cleanup): keep thread group for main thread. | nobu | 2003-10-20 | 1 | -0/+5 |
| * | * eval.c (rb_catch): backout. | nobu | 2003-10-20 | 1 | -0/+4 |
| * | * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP() | matz | 2003-10-20 | 1 | -0/+8 |
| * | * test/ruby/test_signal.rb (test_signal): restore old trap. | nobu | 2003-10-20 | 1 | -3/+7 |
| * | * gc.c (gc_sweep): loosen page free condition to avoid add_heap() | matz | 2003-10-20 | 1 | -1/+16 |
| * | * lib/debug.rb (debug_command): remove debug print. | usa | 2003-10-20 | 1 | -0/+4 |
| * | * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning. | akr | 2003-10-19 | 1 | -0/+4 |
| * | * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server. | nahi | 2003-10-18 | 1 | -0/+5 |
| * | * missing/acosh.c (DBL_MANT_DIG): typo fix(ifdef -> ifndef). | eban | 2003-10-18 | 1 | -0/+4 |
| * | * ext/syck/yamlbyte.h: Ditto. | why | 2003-10-17 | 1 | -0/+2 |
| * | * ext/syck/rubyext.c: YAML::Syck::compile method. | why | 2003-10-17 | 1 | -0/+13 |
| * | * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt: | knu | 2003-10-17 | 1 | -0/+6 |
| * | * lib/generator.rb: Add rdoc documentation. | knu | 2003-10-17 | 1 | -0/+4 |
| * | * lib/set.rb: Reword and fix Overview. | knu | 2003-10-17 | 1 | -0/+7 |
| * | * test/ruby/test_range.rb: added. | usa | 2003-10-17 | 1 | -0/+6 |
| * | * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call | matz | 2003-10-16 | 1 | -0/+5 |
| * | (bug fix) instance variable @frame was used without initializing on | nagai | 2003-10-16 | 1 | -0/+5 |
| * | If $DEBUG == true and some exception is caused in a callback | nagai | 2003-10-16 | 1 | -0/+6 |
| * | * string.c (rb_str_upto): ("a"..."a").to_a should return []. | matz | 2003-10-16 | 1 | -0/+5 |
| * | Add Tk::EncodedString and Tk::UTF8_String class to support characters | nagai | 2003-10-16 | 1 | -0/+12 |
| * | * test/digest/test_digest.rb (test_eq): show failed class. | nobu | 2003-10-15 | 1 | -0/+7 |
| * | * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of | nahi | 2003-10-15 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::Cookie): tiny typo fix. | matz | 2003-10-15 | 1 | -0/+4 |
| * | * eval.c (ruby_run): just return FAILURE instead of parse error | nobu | 2003-10-15 | 1 | -4/+9 |
| * | * ext/digest/digest.c (rb_digest_base_alloc): need to initialize | usa | 2003-10-15 | 1 | -0/+5 |
| * | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 1 | -0/+13 |
| * | ruby-list | nobu | 2003-10-15 | 1 | -1/+1 |
| * | * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning. | usa | 2003-10-15 | 1 | -0/+6 |
| * | * ext/syck/bytecode.c: Checkin of YAML bytecode support. | why | 2003-10-14 | 1 | -0/+16 |
| * | * lib/generator.rb: A new library which converts an internal | knu | 2003-10-14 | 1 | -0/+8 |
| * | ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb : | nagai | 2003-10-14 | 1 | -0/+8 |
| * | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu | 2003-10-14 | 1 | -0/+4 |
| * | ChangeLog: forgot. sorry | nagai | 2003-10-14 | 1 | -0/+5 |
| * | ext/tcltklib/tcltklib.c: | nagai | 2003-10-14 | 1 | -0/+26 |
| * | forgot.. | nahi | 2003-10-14 | 1 | -0/+22 |
| * | * eval.c (ruby_finalize_0): return the given exit status unless | nobu | 2003-10-14 | 1 | -0/+5 |
| * | * intern.h (ruby_stop): never return. | nobu | 2003-10-14 | 1 | -0/+6 |
| * | * lib/pathname.rb (realpath): make ELOOP check bit more robust. | akr | 2003-10-13 | 1 | -0/+6 |
| * | * eval.c (rb_require_safe): segfault after loading .so. | nobu | 2003-10-13 | 1 | -2/+4 |
| * | Add ext/enumerator, a helper module for the Enumerable interface. | knu | 2003-10-13 | 1 | -0/+5 |
| * | * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"], | eban | 2003-10-13 | 1 | -0/+5 |
| * | * eval.c (rb_feature_p): match by classified suffix. | nobu | 2003-10-13 | 1 | -1/+17 |
| * | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -0/+17 |
| * | * ext/win32ole/extconf.rb: check "windows.h", not "windows". | eban | 2003-10-12 | 1 | -0/+5 |
| * | * lib/rexml/quickpath.rb (REXML::QuickPath::match): | eban | 2003-10-11 | 1 | -0/+5 |