I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* It is confusing to put the GPL license terms in the file COPYING; Rename the files COPYING and COPYING.LIB to GPL and LGPL, respectively.
knu
More... over 24 years ago
Oops.
knu
More... over 24 years ago
Correct the FTP site's URL.
knu
More... over 24 years ago
* lib/mkmf.rb: modify RM macro. More... over 24 years ago
* ext/extmk.rb.in: modify RM macro. More... over 24 years ago
* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().
knu
More... over 24 years ago
aamine * lib/net/http.rb: rename HTTP#request_by_name to send_request. * lib/net/protocol.rb (ProtoSocket#read): modify typo. More... over 24 years ago
* lib/tempfile.rb: a tempfile must be created with mode 0600.
knu
More... over 24 years ago
Reflect the previous backport.
knu
More... over 24 years ago
Detypo and reword a bit.
knu
More... over 24 years ago
aamine * lib/net/http.rb (HTTP#request_by_name): arg order changes. More... over 24 years ago
aamine * lib/net/http.rb (HTTP#request_by_name): bug fix. * lib/net/http.rb: does not write Connection: by default. * lib/net/protocol.rb: "start" for started protocol is an error. * lib/net/protocol.rb: "finish" for finished protocol is an error. More... over 24 years ago
aamine * lib/net/http.rb: new method HTTP#request_by_name (test) * lib/net/http.rb: new class HTTPGenericRequest More... over 24 years ago
* lib/mkmf.rb: distclean should remove mkmf.log as well.
knu
More... over 24 years ago
* eval.c (rb_eval_string_wrap): should push frame (and adjust cbase) before wrapped eval. More... over 24 years ago
credit rb_name_error() fix to Nobuyoshi Nakada. More... over 24 years ago
* eval.c (block_pass): do not change wrapper information. * eval.c (rb_yield_0): preserve wrapper information. More... over 24 years ago
* error.c (rb_name_error): raise NameError instead of LoadError. More... over 24 years ago
* error.c (exc_exception): clone the receiver exception instead of creating brand new exception object of the receiver. More... over 24 years ago
* lib/matrix.rb: resolve 'ruby -w' warnings. * lib/irb/locale.rb: resolve 'ruby -w' warnings. * lib/irb/multi-irb.rb: resolve 'ruby -w' warnings. * lib/irb/ruby-lex.rb: fix problem for "\\M-\\..." and "\\C-\\..." and resolve 'ruby -w' warnings. * lib/irb/ruby-token.rb: fix typo * lib/shell/command-processor.rb: resolve 'ruby -w' warnings. More... over 24 years ago
* protocol.rb,smtp.rb,pop.rb,http.rb: modify document. More... over 24 years ago
sorry, check in miss. More... over 24 years ago
aamine * lib/net/pop.rb: new methods POP3.auth_only, POP3#auth_only * lib/net/http.rb: HTTP.Proxy returns self if ADDRESS is nil. * lib/net/protocol.rb: new method ProtocolError#response * lib/net/protocol.rb,smtp.rb,pop.rb,http.rb: add document. More... over 24 years ago
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment More... over 24 years ago
* eval.c (svalue_to_avalue): new conversion scheme between single value and array values. More... over 24 years ago
* ext/readline/readline.c (readline_event): a non-void function should return a value.
knu
More... over 24 years ago
* ext/socket/socket.c (ruby_connect): typo More... over 24 years ago
* ext/socket/socket.c (ruby_connect): workaround for the setup of Cygwin socket. More... over 24 years ago
* lib/irb/locale.rb: fix for require "kconv" problem More... over 24 years ago
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here. More... over 24 years ago