Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 276 (100.0%) | 8678 (100.0%) | 31.4 |
lib/drb/ | 45 (16.3%) | 2046 (23.6%) | 45.4 |
sample/drb/ | 55 (19.9%) | 1979 (22.8%) | 35.9 |
test/drb/ | 50 (18.1%) | 1439 (16.6%) | 28.7 |
lib/rinda/ | 17 (6.2%) | 1265 (14.6%) | 74.4 |
lib/ | 14 (5.1%) | 705 (8.1%) | 50.3 |
test/rinda/ | 10 (3.6%) | 580 (6.7%) | 58.0 |
/ | 77 (27.9%) | 395 (4.6%) | 5.1 |
bin/ | 6 (2.2%) | 224 (2.6%) | 37.3 |
test/erb/ | 1 (0.4%) | 40 (0.5%) | 40.0 |
ext/socket/ | 1 (0.4%) | 5 (0.1%) | 5.0 |
quote pathnames in the server's command line for space contained
directory names. Thanks, arton. [ruby-dev:28386]
7 lines of code changed in:
(ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.
9 lines of code changed in:
(test_remote_array_and_hash): pseudo remote objects are protected
against GC. [ruby-dev:27911]
11 lines of code changed in:
follow change of observer.rb. fixed [ruby-core:6796]
16 lines of code changed in:
RDoc documentation from Eric Hodel <drbrain@segment7.net> added.
448 lines of code changed in:
check remote hash tuple
20 lines of code changed in:
typo fixed, again. thanks, Doug Kearns.
5 lines of code changed in:
typo fixed
5 lines of code changed in:
(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.
105 lines of code changed in:
set ERB#filename so that it is used when reporting syntax/runtime errors.
Tabs converted to spaces.
82 lines of code changed in:
2005-09-11
3 lines of code changed in:
use private_methods and protected_methods instead of respond_to? to check
method visibility. [ruby-dev:26616]
56 lines of code changed in:
2005-08-01
4 lines of code changed in:
use raise(exception) [ruby-dev:26164]
7 lines of code changed in:
adhoc patch for [druby-ja:123]
35 lines of code changed in:
use new_with instead of reinit [ruby-dev:25961]
9 lines of code changed in:
* lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with.
extract method DRbObject.prepare_backtrace. add DRb.regist_server,
remove_server, fetch_server. change server in thread variable if
in-proc sesrver. [druby-ja:113]
* lib/drb/gw.rb: ditto.
141 lines of code changed in:
remove test_gc
4 lines of code changed in:
improved keeper thread
54 lines of code changed in:
(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]
14 lines of code changed in:
(70 more)