Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 84 (100.0%) | 2910 (100.0%) | 34.6 |
seki | 45 (53.6%) | 2046 (70.3%) | 45.4 |
wew | 1 (1.2%) | 798 (27.4%) | 798.0 |
ko1 | 2 (2.4%) | 18 (0.6%) | 9.0 |
nobu | 6 (7.1%) | 13 (0.4%) | 2.1 |
ocean | 5 (6.0%) | 12 (0.4%) | 2.4 |
matz | 8 (9.5%) | 9 (0.3%) | 1.1 |
gsinclair | 1 (1.2%) | 7 (0.2%) | 7.0 |
drbrain | 2 (2.4%) | 4 (0.1%) | 2.0 |
akr | 2 (2.4%) | 2 (0.1%) | 1.0 |
eban | 1 (1.2%) | 1 (0.0%) | 1.0 |
shyouhei | 11 (13.1%) | 0 (0.0%) | 0.0 |
set svn:eol-style
0 lines of code changed in:
* Merge YARV
18 lines of code changed in:
Close the socket on SSLError. [ruby-core:7198]
1 lines of code changed in:
* object.c (rb_mod_attr): make Module#attr to be an alias to
attr_reader. [RCR#331]
* ruby.h: export classes/modules to implement sandbox.
[ruby-core:08283]
1 lines of code changed in:
* ruby.h, lib/drb/drb.rb, lib/drb/invokemethod.rb: remove Values class.
[ruby-dev:28805]
2 lines of code changed in:
RDoc from Hugh Sasse [ruby-core:8012]
3 lines of code changed in:
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
expression. [ruby-dev:27868]
1 lines of code changed in:
follow change of observer.rb. fixed [ruby-core:6796]
11 lines of code changed in:
* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.
[ruby-dev:27560] [ruby-core:4627]
1 lines of code changed in:
* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's method.
so reverted...
1 lines of code changed in:
* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"
[ruby-Bugs:1701]
1 lines of code changed in:
use private_methods and protected_methods instead of respond_to? to check
method visibility. [ruby-dev:26616]
12 lines of code changed in:
use raise(exception) [ruby-dev:26164]
2 lines of code changed in:
adhoc patch for [druby-ja:123]
19 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.
132 lines of code changed in:
(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]
2 lines of code changed in:
* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.
* test/digest/test_digest.rb: separate test case for each algorithms.
(Thanks nobu) [ruby-dev:25412]
2 lines of code changed in:
add safe_leve, default_safe_level ([druby-ja:120])
33 lines of code changed in:
reject :instance_eval, :class_eval, :module_eval [druby-ja:117]
1 lines of code changed in:
(DRb::DRbObject#respond_to?): check marshal_dump and _dump
11 lines of code changed in:
(35 more)