1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote branch 'upstream/v1_8_7_p249' More... over 16 years ago
add tag v1_8_7_249 More... over 16 years ago
merge revision(s) 26267: * lib/webrick/accesslog.rb : Escape needed. * lib/webrick/httpstatus.rb : ditto. * lib/webrick/httprequest.rb : ditto. * lib/webrick/httputils.rb : ditto. More... over 16 years ago
Merge remote branch 'upstream/v1_8_7_248' More... over 16 years ago
add tag v1_8_7_248 More... almost 17 years ago
add tag v1_8_7_248 More... almost 17 years ago
merge revision(s) 26005: * configure.in: default ac_cv_prog_CC to CC. More... almost 17 years ago
merge revision(s) 22931,23086: * common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile. [ruby-core:20131] * common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eat ''\'' in such quotes. * common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile. [ruby-core:20131] * mkconfig.rb (patchlevel): config.status may not contain PATCHLEVEL even if other version numbers exist. * ext/extmk.rb: MINIRUBY is given via make-flag. More... almost 17 years ago
merge revision(s) 17103: * ext/stringio/stringio.c (strio_init): rewind when reopened. More... almost 17 years ago
merge revision(s) 18394,18397: * gc.c (chain_finalized_object): deletes finalizers to be invoked from finalizer_table. * gc.c (rb_gc_call_finalizer_at_exit): warns when could not invoke finalizers. * gc.c (run_final): runs finalizers with the object terminated. * gc.c (rb_gc_call_finalizer_at_exit): ObjectSpace::finalizers needs to scan whole object space, although deprecated. More... almost 17 years ago
revert revision r26082. cf: [ruby-dev:39889] More... almost 17 years ago
merge revision(s) 25181:25183: * win32/Makefile.sub (LD_SHARED1): typo. More... almost 17 years ago
merge revision(s) 25656: * win32/win32.c (CreateChild): allocate temporary buffer and use it instead of directly modify the passed string. [ruby-dev:39635] More... almost 17 years ago
* instruby.rb (with_destdir): revert. [ruby-dev:39885] More... almost 17 years ago
merge revision(s) 24621: * lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc. [ruby-core:25034] More... almost 17 years ago
merge revision(s) 25009: * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658] More... almost 17 years ago
merge revision(s) 20573: * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG is set. [ruby-talk:322136] More... almost 17 years ago
merge revision(s) 26033: * lib/bigdecimal.rb: fix comparison operators [ruby-core:26646] More... almost 17 years ago
merge revision(s) 26032: * object.c (rb_Float): Allow results of to_f to be NaN [ruby-core:26733] More... almost 17 years ago
merge revision(s) 25975: * eval.c (proc_invoke): unbound block created by define_method cannot call super. [ruby-core:26984] More... almost 17 years ago
merge revision(s) 25921: * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not call rb_inspect() on an object that does not implement necessary methods; reported by NaHi. More... almost 17 years ago
merge revision(s) 25890: * eval.c (rb_method_missing): adjusted format and argument number. * eval.c (rb_call): fixed for super in cached method. [ruby-dev:39757] More... almost 17 years ago
merge revision(s) 25766: * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10. [ruby-core:26668] More... almost 17 years ago
merge revision(s) 25735: * lib/cgi.rb: fix command-line option of non-interactive terminal. [ruby-core:23016] More... almost 17 years ago
merge revision(s) 25693: * eval.c (method_inspect, method_name, mnew): Bug fix when method created from an alias. Based on a patch by Peter Vanbroekhoven [ruby-core:22040] More... almost 17 years ago
merge revision(s) 25670: * eval.c (call_trace_func): remove the trace hook if any exception raised. [ruby-list:46515] More... almost 17 years ago
merge revision(s) 25659:25661: * hash.c (rb_hash): always return a fixnum value because a return value of rb_hash may be used as a hash value itself and bignums have no unique VALUE. * test/ruby/test_hash.rb: add a test for above. More... almost 17 years ago
merge revision(s) 25515: * string.c (rb_str_inspect): get rid of adding garbage to shor UTF-8 string. [ruby-dev:39550] More... almost 17 years ago
* 2009-12-14
svn
More... almost 17 years ago
merge revision(s) 25230,25995: * marshal.c (struct {dump,load}_arg): manage with dfree, instead of using local variable which may be moved by context switch. [ruby-dev:39425] * marshal.c (marshal_load): should set taintness. [ruby-dev:39723] More... almost 17 years ago