I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2025 — Jul 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* 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... about 25 years ago
* protocol.rb,smtp.rb,pop.rb,http.rb: modify document. More... about 25 years ago
sorry, check in miss. More... about 25 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... about 25 years ago
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment More... about 25 years ago
* eval.c (svalue_to_avalue): new conversion scheme between single value and array values. More... about 25 years ago
* ext/readline/readline.c (readline_event): a non-void function should return a value.
knu
More... about 25 years ago
* ext/socket/socket.c (ruby_connect): typo More... about 25 years ago
* ext/socket/socket.c (ruby_connect): workaround for the setup of Cygwin socket. More... about 25 years ago
* lib/irb/locale.rb: fix for require "kconv" problem More... about 25 years ago
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here. More... about 25 years ago
* gc.c (rb_setjmp): avoid GCC 3.0 warnings. More... about 25 years ago
2001-06-19 More... about 25 years ago
* ext/readline/readline.c: add new methods: Readline::completion_append_character and Readline::completion_append_character=.k
knu
More... about 25 years ago
* eval.c (svalue_to_mvalue): new function to convert from svalue to mvalue. [experimental] More... about 25 years ago
Update.
knu
More... about 25 years ago
* eval.c (rb_f_require): searches ".rb" and ".so" at the same time. previous behavior (search ".rb", then ".so") has a security risk (ruby-bugs#PR140). More... about 25 years ago
* dir.c (Init_Dir): add a new method File::fnmatch? along with File::Constants::FNM_*. While I am here, FNM_NOCASE is renamed to FNM_CASEFOLD which is commonly used by *BSD and GNU libc.
knu
More... about 25 years ago
Update.
knu
More... about 25 years ago
* eval.c (method_eq): new method Method#==. [new] More... about 25 years ago
* lib/mkmf.rb: target_prefix is only for installation, not for build.
knu
More... about 25 years ago
* confgure.in: add RUBY_CANONICAL_BUILD. More... about 25 years ago
* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -o officially and cl.exe considers that *.cc and *.cxx are OBJs.
usa
More... about 25 years ago
Add an entry.
knu
More... about 25 years ago
remove debug printf More... about 25 years ago
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve stack bottom line. More... about 25 years ago
* parse.y (yylex): incomplete fix. More... about 25 years ago
* parse.y (yylex): exclude kDO_BLOCK too much by false condition. More... about 25 years ago
* lib/sync.rb: bug fix if obj.initialize has parameters when obj.extend(Sync_m) More... about 25 years ago
bug fix for obj.extend(Mutex_m). This is patched by akira yamada. More... about 25 years ago