Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 312 (100.0%) | 9543 (100.0%) | 30.5 |
matz | 182 (58.3%) | 6901 (72.3%) | 37.9 |
akr | 30 (9.6%) | 1261 (13.2%) | 42.0 |
ocean | 12 (3.8%) | 713 (7.5%) | 59.4 |
nobu | 27 (8.7%) | 473 (5.0%) | 17.5 |
eban | 21 (6.7%) | 81 (0.8%) | 3.8 |
usa | 17 (5.4%) | 74 (0.8%) | 4.3 |
knu | 4 (1.3%) | 11 (0.1%) | 2.7 |
uema2 | 3 (1.0%) | 6 (0.1%) | 2.0 |
H_Konishi | 2 (0.6%) | 6 (0.1%) | 3.0 |
seki | 1 (0.3%) | 5 (0.1%) | 5.0 |
michal | 1 (0.3%) | 5 (0.1%) | 5.0 |
dave | 1 (0.3%) | 5 (0.1%) | 5.0 |
aamine | 2 (0.6%) | 2 (0.0%) | 1.0 |
shyouhei | 9 (2.9%) | 0 (0.0%) | 0.0 |
* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan
Huehner <stefan at huehner.org>. [ruby-core:10543]
1 lines of code changed in:
* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):
renamed from OpenFile.
* ext/dl/cptr.c, ext/io/wait/wait.c, ext/openssl/ossl.h,
ext/openssl/ossl_bio.c, ext/openssl/ossl_ssl.c, ext/pty/pty.c,
ext/readline/readline.c, ext/socket/socket.c: ditto.
41 lines of code changed in:
* ext/socket/socket.c (unix_peeraddr): wrong syscall name in error
message for #peeraddr. a patch from Sam Roberts
<sroberts at uniserve.com>. [ruby-core:10366]
1 lines of code changed in:
* ext/socket/socket.c (init_unixsock): path may contain NUL for
abstract unix sockets. [ruby-core:10288]
2 lines of code changed in:
set svn:eol-style
0 lines of code changed in:
* ext/socket/socket.c: fix errors in socket sample code.
[ruby-core:09992]
2 lines of code changed in:
* ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround
for AIX. a patch from Yutaka Kanemoto <kinpoco AT gmail.com>.
[ruby-dev:29744]
32 lines of code changed in:
socket.c: a rdoc patch from Daniel Berger <djberg96 at gmail.com>
8 lines of code changed in:
* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.
2 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.
6 lines of code changed in:
* ruby.h (struct RArray): embed small arrays.
(RARRAY_LEN): defined for accessing array members.
(RARRAY_PTR): ditto.
* array.c: use RARRAY_LEN and RARRAY_PTR.
11 lines of code changed in:
* ext/socket/socket.c (socks_init): typo fixed. a patch from Sven
Klemm <sven at c3d2.de>. [ruby-core:08770]
1 lines of code changed in:
* ruby.h (struct RString): embed small strings.
(RSTRING_LEN): defined for accessing string members.
(RSTRING_PTR): ditto.
* string.c: use RSTRING_LEN and RSTRING_PTR.
35 lines of code changed in:
* ext/socket/socket.c: ANSIfied. [ruby-core:08601]
2 lines of code changed in:
* configure.in, common.mk: AIX link issue. a patch from Yutaka
Kanemoto <kinpoco at gmail.com>. [ruby-dev:29190]
* ext/socket/socket.c: AIX socket support. [ruby-dev:29190]
6 lines of code changed in:
* string.c: RDoc update for =~ method. a patch from Alex Young
<alex at blackkettle.org>. [ruby-core:08068]
* io.c (pipe_open): backout unnecessary fix on 2006-06-26.
[ruby-dev:28865]
* eval.c (rb_yield_0): exact argument number check now done only
for lambda Proc.
* eval.c (rb_yield_0): add check for number of arguments, if
there's one lambda block parameter.
1 lines of code changed in:
* ext/socket/socket.c (bsock_recv_nonblock): new method
BasicSocket#recv_nonblock.
(udp_recvfrom_nonblock): renamed from ip_recvfrom_nonblock.
IPSocket#recvfrom_nonblock is moved to UDPSocket#recvfrom_nonblock.
(unix_recvfrom_nonblock): removed.
UNIXSocket#recvfrom_nonblock is removed.
96 lines of code changed in:
revert sock_sysaccept addition to [ruby-dev:28861].
6 lines of code changed in:
* ext/socket/socket.c (sock_accept): revert to avoid ambiguity of
argument evaluation order. [ruby-dev:28861]
* ext/socket/socket.c (sock_accept_nonblock): ditto.
* io.c (pipe_open): avoid closing uninitialized file descriptors.
a patch from <tommy at tmtm.org> [ruby-dev:28600]
* parse.y: replace terminal token names with more descriptive
name, i.e. kEND to keyword_end. [ruby-list:42477]
11 lines of code changed in:
add extconf.h to .cvsignore.
1 lines of code changed in:
(213 more)