Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1003 (100.0%) | 17656 (100.0%) | 17.6 |
lib/ | 203 (20.2%) | 7403 (41.9%) | 36.4 |
/ | 566 (56.4%) | 4973 (28.2%) | 8.7 |
ext/socket/ | 30 (3.0%) | 1261 (7.1%) | 42.0 |
test/gdbm/ | 6 (0.6%) | 714 (4.0%) | 119.0 |
test/dbm/ | 5 (0.5%) | 647 (3.7%) | 129.4 |
test/ruby/ | 46 (4.6%) | 629 (3.6%) | 13.6 |
test/sdbm/ | 2 (0.2%) | 519 (2.9%) | 259.5 |
test/pathname/ | 5 (0.5%) | 495 (2.8%) | 99.0 |
test/socket/ | 16 (1.6%) | 426 (2.4%) | 26.6 |
ext/zlib/ | 6 (0.6%) | 122 (0.7%) | 20.3 |
test/zlib/ | 8 (0.8%) | 92 (0.5%) | 11.5 |
test/net/http/ | 6 (0.6%) | 38 (0.2%) | 6.3 |
ext/dbm/ | 4 (0.4%) | 30 (0.2%) | 7.5 |
ext/digest/lib/ | 4 (0.4%) | 26 (0.1%) | 6.5 |
ext/gdbm/ | 4 (0.4%) | 25 (0.1%) | 6.2 |
ext/digest/ | 3 (0.3%) | 23 (0.1%) | 7.6 |
test/ripper/ | 3 (0.3%) | 21 (0.1%) | 7.0 |
lib/date/ | 3 (0.3%) | 20 (0.1%) | 6.6 |
lib/uri/ | 4 (0.4%) | 18 (0.1%) | 4.5 |
ext/tk/lib/ | 2 (0.2%) | 18 (0.1%) | 9.0 |
test/stringio/ | 2 (0.2%) | 17 (0.1%) | 8.5 |
missing/ | 2 (0.2%) | 17 (0.1%) | 8.5 |
ext/ | 4 (0.4%) | 12 (0.1%) | 3.0 |
ext/iconv/ | 6 (0.6%) | 10 (0.1%) | 1.6 |
ext/fcntl/ | 3 (0.3%) | 8 (0.0%) | 2.6 |
test/uri/ | 1 (0.1%) | 7 (0.0%) | 7.0 |
ext/dl/ | 6 (0.6%) | 7 (0.0%) | 1.1 |
test/digest/ | 1 (0.1%) | 6 (0.0%) | 6.0 |
ext/io/wait/ | 2 (0.2%) | 6 (0.0%) | 3.0 |
doc/ | 2 (0.2%) | 6 (0.0%) | 3.0 |
ext/stringio/ | 5 (0.5%) | 5 (0.0%) | 1.0 |
ext/pty/ | 3 (0.3%) | 5 (0.0%) | 1.6 |
ext/curses/ | 3 (0.3%) | 5 (0.0%) | 1.6 |
lib/irb/ | 3 (0.3%) | 4 (0.0%) | 1.3 |
ext/readline/ | 3 (0.3%) | 4 (0.0%) | 1.3 |
win32/ | 2 (0.2%) | 3 (0.0%) | 1.5 |
lib/webrick/httpservlet/ | 1 (0.1%) | 3 (0.0%) | 3.0 |
ext/openssl/ | 3 (0.3%) | 3 (0.0%) | 1.0 |
test/soap/ssl/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
test/soap/header/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
test/soap/calc/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
sample/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
lib/rdoc/ri/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
lib/drb/ | 2 (0.2%) | 2 (0.0%) | 1.0 |
ext/ripper/ | 1 (0.1%) | 2 (0.0%) | 2.0 |
ext/zlib/doc/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/syslog/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/syck/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/strscan/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/sdbm/ | 3 (0.3%) | 1 (0.0%) | 0.3 |
ext/racc/cparse/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/nkf/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/etc/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/digest/sha2/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/digest/sha1/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/digest/rmd160/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/digest/md5/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
ext/bigdecimal/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
bcc32/ | 1 (0.1%) | 1 (0.0%) | 1.0 |
test/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
2006-09-17
3 lines of code changed in:
use assert_same instead of assert_equal.
1 lines of code changed in:
* ext/digest/lib/digest.rb (Digest::Base.file): open a file in binary
mode. suggested by Kazuhiro NISHIYAMA. [ruby-dev:29579]
6 lines of code changed in:
2006-09-15
3 lines of code changed in:
add a document for Digest::Base.file.
4 lines of code changed in:
* ext/digest/lib/digest.rb (Digest::Base.file): new method.
[ruby-dev:29572]
18 lines of code changed in:
add ML ref.
2 lines of code changed in:
* ext/digest/digest.c (rb_digest_base_inspect): new method.
26 lines of code changed in:
* ext/digest/lib/digest.rb: new file.
12 lines of code changed in:
2006-09-14
3 lines of code changed in:
revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.
0 lines of code changed in:
* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
6 lines of code changed in:
* ext/socket/extconf.rb: check arpa/inet.h for ntohs.
* ext/socket/socket.c: include arpa/inet.h if available.
12 lines of code changed in:
* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.
8 lines of code changed in:
* common.mk (ia64.o): use the compiler driver to assemble ia64.s
to use appropriate ABI.
6 lines of code changed in:
2006-09-02
3 lines of code changed in:
update modified time.
0 lines of code changed in:
ansificated.
29 lines of code changed in:
* ext/socket/socket.c: ANSIfied. [ruby-core:08601]
6 lines of code changed in:
2006-08-13
3 lines of code changed in:
(473 more)