openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Ruby
Settings
|
Report Duplicate
1,303
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 18, 2025 — Jul 18, 2026
Showing page 3,322 of 3,346
Search / Filter on:
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.
keiju
More...
about 25 years ago
* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.
aamine
More...
about 25 years ago
sorry, check in miss.
aamine
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.
aamine
More...
about 25 years ago
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment
eban
More...
about 25 years ago
* eval.c (svalue_to_avalue): new conversion scheme between single value and array values.
matz
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
eban
More...
about 25 years ago
* ext/socket/socket.c (ruby_connect): workaround for the setup of Cygwin socket.
eban
More...
about 25 years ago
* lib/irb/locale.rb: fix for require "kconv" problem
keiju
More...
about 25 years ago
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
More...
about 25 years ago
* gc.c (rb_setjmp): avoid GCC 3.0 warnings.
eban
More...
about 25 years ago
2001-06-19
eban
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]
matz
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).
matz
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]
matz
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.
eban
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
matz
More...
about 25 years ago
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve stack bottom line.
matz
More...
about 25 years ago
* parse.y (yylex): incomplete fix.
matz
More...
about 25 years ago
* parse.y (yylex): exclude kDO_BLOCK too much by false condition.
matz
More...
about 25 years ago
* lib/sync.rb: bug fix if obj.initialize has parameters when obj.extend(Sync_m)
keiju
More...
about 25 years ago
bug fix for obj.extend(Mutex_m). This is patched by akira yamada.
keiju
More...
about 25 years ago
←
1
2
…
3318
3319
3320
3321
3322
3323
3324
3325
3326
…
3345
3346
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree