Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 100 (100.0%) | 1984 (100.0%) | 19.8 |
seki | 50 (50.0%) | 1439 (72.5%) | 28.7 |
matz | 15 (15.0%) | 464 (23.4%) | 30.9 |
nobu | 7 (7.0%) | 29 (1.5%) | 4.1 |
nahi | 6 (6.0%) | 28 (1.4%) | 4.6 |
ko1 | 4 (4.0%) | 24 (1.2%) | 6.0 |
shyouhei | 17 (17.0%) | 0 (0.0%) | 0.0 |
ocean | 1 (1.0%) | 0 (0.0%) | 0.0 |
set svn:eol-style
0 lines of code changed in:
* test/drb/test_drbssl.rb : fix to skip drb tests
7 lines of code changed in:
* Merge YARV
17 lines of code changed in:
quote pathnames in the server's command line for space contained
directory names. Thanks, arton. [ruby-dev:28386]
1 lines of code changed in:
* eval.c (rb_mod_define_method): should save safe_level in the
proc object. [ruby-dev:28146]
* test/drb/drbtest.rb (DRbService::self.ext_service): increase
timeout limit. a patch from Kazuhiro NISHIYAMA
<zn at mbf.nifty.com>. [ruby-dev:28132]
* eval.c (ev_const_get): fixed a bug in constant reference during
instance_eval. [yarv-dev:707]
* eval.c (ev_const_defined): ditto.
* lib/yaml.rb (YAML::add_domain_type): typo fixed. a patch from
Joel VanderWerf <vjoel at path.berkeley.edu>.
[ruby-talk:165285] [ruby-core:6995]
* ext/digest/sha2/sha2.c (ULL): support AIX C. a patch from
Kailden <kailden at gmail.com>. [ruby-core:06984]
* ext/syck/rubyext.c (rb_syck_compile): avoid potential memory
leak.
* ext/syck/rubyext.c (syck_set_ivars): avoid potential memory
leak by explicit symbol allocation.
* lib/delegate.rb (Delegator::method_missing): should delegate
block as well.
* lib/cgi.rb (CGI::QueryExtension::MorphingBody): fix criteria to
use Tempfile. A fix from Zev Blut <rubyzbibd at ubit.com>.
[ruby-core:06076]
* string.c: remove global functions work on $_.
1 lines of code changed in:
use private_methods and protected_methods instead of respond_to? to check
method visibility. [ruby-dev:26616]
34 lines of code changed in:
adhoc patch for [druby-ja:123]
9 lines of code changed in:
(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]
5 lines of code changed in:
update unittest, port from v1.8
6 lines of code changed in:
add safe_leve, default_safe_level ([druby-ja:120])
25 lines of code changed in:
use DRbService.ext_service. reduce sleep
3 lines of code changed in:
move TestDRbReusePort to new file [ruby-dev:25238]
25 lines of code changed in:
add method DRbService.ext_service
21 lines of code changed in:
adjust and reduce sleep
1 lines of code changed in:
add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]
17 lines of code changed in:
add DRb::ExtServManager#uri=.
1 lines of code changed in:
* eval.c (rb_call0): should call rb_call_super() directly for
visibility overriding. [ruby-dev:23989]
2 lines of code changed in:
* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's
{f,fd,fs}open bug. set errno EMFILE and EBADF. [ruby-dev:23963]
* test/drb/drbtest.rb: fix method duplication.
0 lines of code changed in:
* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:
after require.
7 lines of code changed in:
* ext/extmk.rb (extmake): skip uncompiled extensions.
* lib/mkmf.rb (create_makefile): emit no rules for static library if
$static is nil, e.g., outside of ext/.
* lib/test/unit/ui/console/testrunner.rb (test_started): show test
name via $0.
* runruby.rb: set environments to use the compiled binary.
* test/runner.rb: do nothing while cross-compiling.
* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: use envutil to
know ruby binary.
* test/ruby/envutil.rb: give priority to RUBY environment variable to
use just compiled binary and libraries.
3 lines of code changed in:
(17 more)