Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 183 (100.0%) | 1389 (100.0%) | 7.5 |
/ | 149 (81.4%) | 888 (63.9%) | 5.9 |
ext/openssl/ | 17 (9.3%) | 385 (27.7%) | 22.6 |
ext/curses/ | 1 (0.5%) | 57 (4.1%) | 57.0 |
test/ruby/ | 1 (0.5%) | 28 (2.0%) | 28.0 |
lib/ | 1 (0.5%) | 7 (0.5%) | 7.0 |
ext/gdbm/ | 2 (1.1%) | 6 (0.4%) | 3.0 |
ext/socket/ | 1 (0.5%) | 5 (0.4%) | 5.0 |
ext/dl/ | 4 (2.2%) | 5 (0.4%) | 1.2 |
ext/stringio/ | 1 (0.5%) | 4 (0.3%) | 4.0 |
ext/digest/ | 1 (0.5%) | 2 (0.1%) | 2.0 |
ext/readline/ | 1 (0.5%) | 1 (0.1%) | 1.0 |
ext/etc/ | 1 (0.5%) | 1 (0.1%) | 1.0 |
ext/syslog/ | 1 (0.5%) | 0 (0.0%) | 0.0 |
ext/sdbm/ | 1 (0.5%) | 0 (0.0%) | 0.0 |
ext/dbm/ | 1 (0.5%) | 0 (0.0%) | 0.0 |
bring back _stklen for DJGPP [ruby-core:3084]
9 lines of code changed in:
io_seek()'s retval should be checked [ruby-core:03045]
12 lines of code changed in:
Fix indentation in time.c
Move stack-len info from main.c to gc.c
271 lines of code changed in:
Remove explicit NIL_P() checks since rb_cmpint() does it again in the exactly same manner.
5 lines of code changed in:
Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.
33 lines of code changed in:
OpenSSL update
409 lines of code changed in:
Cut check for OpenSSL version
4 lines of code changed in:
makes possible to add files to clean and distclean targets
11 lines of code changed in:
Exchange do { } while (0) for ((void)0)
6 lines of code changed in:
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
35 lines of code changed in:
Updated Copyrights of Matz to 2003.
45 lines of code changed in:
make it compile
0 lines of code changed in:
cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]
63 lines of code changed in:
move struct timeval to missing.h
13 lines of code changed in:
Fix-Addons [ruby-core:483] with corrections from [ruby-core:484]
8 lines of code changed in:
capa field in RString, and RArray is now LONG (ruby-lang:458)
2 lines of code changed in:
fix mem leaks (ruby-core:405, ruby-core:407)
25 lines of code changed in:
Opt for Array in rb_gc_mark_children() (ruby-core:410)
6 lines of code changed in:
Fix rb_digest_base_become (ruby-core:428)
2 lines of code changed in:
rb_check_frozen has been added (ruby-core:412)
2 lines of code changed in:
(17 more)