| Commit message (Expand) | Author | Age | Files | Lines |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 6 | -14/+14 |
* | * test: assert_raises has been deprecated since a long time ago. | nobu | 2008-09-24 | 2 | -15/+15 |
* | * test/drb/drbtest.rb (test_07_public_private_protected_missing): | seki | 2007-12-19 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): remove "retry" in block. | ko1 | 2007-12-19 | 1 | -12/+13 |
* | * lib/drb/extserv.rb (initialize, stop_service): synchronize with | seki | 2007-11-26 | 1 | -1/+1 |
* | * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield to | akr | 2007-11-20 | 1 | -2/+2 |
* | merged from ruby_1_8 branch. | seki | 2007-11-19 | 4 | -25/+2 |
* | * test/drb/test_drbssl.rb : fix to skip drb tests | ko1 | 2006-12-31 | 1 | -1/+7 |
* | * Merge YARV | ko1 | 2006-12-31 | 3 | -0/+17 |
* | quote pathnames in the server's command line for space contained | seki | 2006-02-24 | 1 | -1/+1 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -1/+1 |
* | use private_methods and protected_methods instead of respond_to? to check | seki | 2005-07-31 | 2 | -3/+34 |
* | adhoc patch for [druby-ja:123] | seki | 2005-04-11 | 1 | -0/+9 |
* | (DRbObject#respond_to?) take two arguments. [ruby-dev:25722] | seki | 2005-02-19 | 1 | -0/+5 |
* | update unittest, port from v1.8 | seki | 2005-02-16 | 2 | -3/+6 |
* | add safe_leve, default_safe_level ([druby-ja:120]) | seki | 2005-02-13 | 3 | -4/+25 |
* | use DRbService.ext_service. reduce sleep | seki | 2005-01-04 | 3 | -26/+3 |
* | move TestDRbReusePort to new file [ruby-dev:25238] | seki | 2005-01-03 | 3 | -9/+25 |
* | add method DRbService.ext_service | seki | 2005-01-01 | 3 | -16/+21 |
* | adjust and reduce sleep | seki | 2004-12-16 | 1 | -4/+1 |
* | add DRbRemoteError. [ruby-list:40348], [ruby-list:40390] | seki | 2004-12-11 | 2 | -0/+17 |
* | add DRb::ExtServManager#uri=. | seki | 2004-11-08 | 1 | -0/+1 |
* | * eval.c (rb_call0): should call rb_call_super() directly for | matz | 2004-07-28 | 1 | -2/+2 |
* | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean | 2004-07-25 | 1 | -3/+0 |
* | * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $: | nobu | 2004-04-08 | 1 | -2/+7 |
* | * ext/extmk.rb (extmake): skip uncompiled extensions. | nobu | 2004-04-08 | 1 | -5/+3 |
* | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 3 | -5/+11 |
* | use druby://localhost:0, [ruby-dev:23078] | seki | 2004-03-13 | 5 | -5/+5 |
* | require drb/eq.rb by default | seki | 2004-02-26 | 1 | -4/+0 |
* | * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to | nahi | 2004-01-29 | 3 | -3/+0 |
* | * parse.y (newline_node): do not use NODE_NEWLINE node anymore, | matz | 2004-01-21 | 1 | -0/+1 |
* | * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError | nahi | 2004-01-09 | 2 | -2/+22 |
* | * lib/test/unit/assertions.rb: Modules are allowed to rescue. | nobu | 2003-12-24 | 1 | -1/+0 |
* | add test Hash#each, and change load_limit | seki | 2003-10-30 | 4 | -5/+19 |
* | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz | 2003-10-30 | 1 | -64/+70 |
* | * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter to | nahi | 2003-10-29 | 1 | -3/+6 |
* | change yield2 test. [ruby-dev:21739] | seki | 2003-10-28 | 1 | -2/+2 |
* | add yield test for [ruby-dev:21707] | seki | 2003-10-26 | 1 | -0/+5 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2003-10-22 | 4 | -14/+19 |
* | * test/drb/drbtest.rb: import drb common test utilities. | matz | 2003-10-21 | 1 | -0/+298 |
* | * eval.c (ruby_cleanup): call finalizers and exit procs before | matz | 2003-10-21 | 6 | -394/+83 |
* | import drb/runit/*.rb | seki | 2003-10-20 | 15 | -0/+1260 |