[root]/bin
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 889 (100.0%) | 29.6 |
dave | 13 (43.3%) | 634 (71.3%) | 48.7 |
seki | 6 (20.0%) | 224 (25.2%) | 37.3 |
knu | 1 (3.3%) | 21 (2.4%) | 21.0 |
nobu | 1 (3.3%) | 5 (0.6%) | 5.0 |
matz | 2 (6.7%) | 2 (0.2%) | 1.0 |
keiju | 1 (3.3%) | 2 (0.2%) | 2.0 |
usa | 1 (3.3%) | 1 (0.1%) | 1.0 |
shyouhei | 5 (16.7%) | 0 (0.0%) | 0.0 |
set svn:eol-style
0 lines of code changed in:
* bin/rdoc: ues File.exist? instead of File.exists.
1 lines of code changed in:
* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]
* env.h: move struct METHOD and struct BLOCK from eval.c to
support NodeWrap and ParseTree.
* rubysig.h (CHECK_INTS): prevent signal handler to run during
critical section. [ruby-core:04039]
* eval.c (load_wait): need not to call rb_thread_schedule()
explicitly. [ruby-core:04039]
* eval.c (rb_thread_schedule): clear rb_thread_critical.
[ruby-core:04039]
* eval.c (rb_obj_instance_exec): create instance_exec and
module_exec which pass arguments to the block.
* eval.c (rb_f_funcall): rename fcall to funcall to follow
tradition.
* st.c (st_free_table): do not call free() but xfree().
[ruby-core:06205]
* eval.c (splat_value): call rb_Array() to convert svalue to
values. [ruby-dev:27397]
* lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may
not be parsed correctly. A patch from August Z. Flatby
(augustzf) in [ruby-Patches-2595]. [ruby-core:06183]
* object.c (rb_Array): Array() to raise error for objects without
to_ary, nor to_a.
* object.c (nil_to_a): revert NilClass#to_a.
1 lines of code changed in:
typo fixed, again. thanks, Doug Kearns.
1 lines of code changed in:
typo fixed
1 lines of code changed in:
set ERB#filename so that it is used when reporting syntax/runtime errors.
Tabs converted to spaces.
77 lines of code changed in:
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
2 lines of code changed in:
ri now merges the documentation if it finds the same class in multiple places
27 lines of code changed in:
Split out ri display code and make pluggable
2 lines of code changed in:
Add RDoc to build. Add --ri-system to RDoc
1 lines of code changed in:
Finish documenting internal stuff. See Changelog for other details
212 lines of code changed in:
Fix problem with ambiguous nested classes
1 lines of code changed in:
Forgot to save buffer.... sigh
11 lines of code changed in:
Add file.c comments (and necessary support in parse_c.rb)
19 lines of code changed in:
Add boot_classes to rdoc parsing, fix a couple of bugs
10 lines of code changed in:
Annotate enum.c. Add pager support, and report on methods in included modules
19 lines of code changed in:
Add pager support to ri, and start implementing command line options
52 lines of code changed in:
Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arose
12 lines of code changed in:
Initial load of support for ri/rdoc integration
201 lines of code changed in:
* bin/testrb: new test runner. [ruby-core:01845]
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner.run,
Test::Unit::AutoRunner#initialize): take test list to run.
* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::RUNNERS,
Test::Unit::AutoRunner#run): should not exit inside a library, just
return the result instead.
* lib/test/unit.rb: ditto.
* test/runner.rb: exit with the test result.
5 lines of code changed in:
(6 more)