Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 239 (100.0%) | 9195 (100.0%) | 38.4 |
lib/net/ | 65 (27.2%) | 7062 (76.8%) | 108.6 |
/ | 116 (48.5%) | 780 (8.5%) | 6.7 |
ext/readline/ | 12 (5.0%) | 571 (6.2%) | 47.5 |
lib/ | 22 (9.2%) | 251 (2.7%) | 11.4 |
test/monitor/ | 4 (1.7%) | 196 (2.1%) | 49.0 |
test/ruby/ | 4 (1.7%) | 177 (1.9%) | 44.2 |
test/readline/ | 7 (2.9%) | 121 (1.3%) | 17.2 |
test/net/imap/ | 1 (0.4%) | 14 (0.2%) | 14.0 |
ext/curses/ | 1 (0.4%) | 10 (0.1%) | 10.0 |
lib/cgi/ | 4 (1.7%) | 5 (0.1%) | 1.2 |
lib/irb/ | 2 (0.8%) | 4 (0.0%) | 2.0 |
lib/cgi/session/ | 1 (0.4%) | 4 (0.0%) | 4.0 |
* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.
Thanks, Keiju ISHITSUKA. [ruby-dev:30507]
6 lines of code changed in:
* lib/thread.rb (ConditionVariable#broadcast): use Mutex
instead of Thread.exclusive.
* lib/monitor.rb (MonitorMixin#mon_exit): unset @mon_owner
before calling Mutex#unlock.
17 lines of code changed in:
* lib/thread.rb: do not redefine Mutex#synchronize.
4 lines of code changed in:
* lib/monitor.rb: rewritten using Mutex/ConditionVariable.
36 lines of code changed in:
* thread_pthread.ci (native_mutex_lock): do not call
pthread_mutex_trylock().
7 lines of code changed in:
* lib/net/ftp.rb: moved fixes for EPIPE to the correct
place. [ruby-core:10204]
19 lines of code changed in:
* lib/net/ftp.rb: check the control connection on EPIPE.
Thanks, Simon Williams. [ruby-core:9547]
19 lines of code changed in:
* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote
boundary. JVN#84798830
8 lines of code changed in:
2006-12-04
3 lines of code changed in:
* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]
5 lines of code changed in:
2006-11-04
3 lines of code changed in:
* swapped ChangeLog entries. Sorry....
5 lines of code changed in:
* forgot to commit ChangeLog. Sorry.
5 lines of code changed in:
* lib/net/imap.rb: allow extra spaces in responses.
Thanks, Tom Soderlund.
1 lines of code changed in:
* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
returns retrieved data if localfile is nil.
* lib/net/ftp.rb: (gettextfile): ditto.
41 lines of code changed in:
* test/readline/test_readline.rb (TestReadline::replace_stdio):
merged the patch of [ruby-dev:25232] instead of [ruby-dev:25223].
(merged from ruby_1_8 branch)
24 lines of code changed in:
* lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.
* lib/net/imap.rb: use fcall instead of send. Thanks, Satoru
Takabayashi.
117 lines of code changed in:
* lib/net/imap.rb (starttls): supported the STARTTLS command.
22 lines of code changed in:
* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.
* ext/readline/readline.c (readline_s_set_input): new method.
* ext/readline/readline.c (readline_s_set_output): new method.
* lib/irb/input-method.rb: set Readline.input and Readline.output.
45 lines of code changed in:
* test/readline/test_readline.rb: do not test libedit.
fixed: [ruby-dev:26217]
6 lines of code changed in:
(105 more)