summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-13* lib/rubygems: Update to RubyGems master ddac51f. Changes:drbrain
2013-12-12object.c: use RCLASS_M_TBL_WRAPPER for equality checkstmm1
2013-12-12Append [ruby-core:50269] [Bug #7458] in the previous Changelog entrymrkn
2013-12-12* 2013-12-13svn
2013-12-12* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resultingmrkn
2013-12-12* ext/bigdecimal/bigdecimal.c (VpAddAbs): put out a conditional branch frommrkn
2013-12-12* ext/bigdecimal/bigdecimal.c (VPrint): be a static function, support anothermrkn
2013-12-12gc.c: no deletion in wmap_marknobu
2013-12-12* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda
2013-12-12* lib/resolv.rb: Fix typo in an error messagea_matsuda
2013-12-12test_weakref.rb: use single level WeakRefnobu
2013-12-12[DOC] Fix typo in docs/globals.rdoc by @dvsuresh [Fixes GH-474]a_matsuda
2013-12-12gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)tmm1
2013-12-12 * lib/xmlrpc.rb: [DOC] fix typo.hsbt
2013-12-12gc.c: live keys onlynobu
2013-12-11* 2013-12-12svn
2013-12-11* array.c: More doc examples for Array#{map|collect}{!} using both formsmarcandre
2013-12-11* eval.c (rb_raise_jump): call c_return hook immediately afterko1
2013-12-11revert r44133. See https://bugs.ruby-lang.org/issues/8886 detailsko1
2013-12-11hash.c: reject should return a plain hashnobu
2013-12-11compile.c: add opt_aset instruction for faster Hash#[]= and Array#[]=tmm1
2013-12-11* remove trailing spaces.nobu
2013-12-11* ext/win32ole/sample/olegen.rb: Fix typoa_matsuda
2013-12-11* eval.c (rb_raise_jump): pop frame after setup exception.ko1
2013-12-11 * ext/tk/lib/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA.hsbt
2013-12-11 * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA.hsbt
2013-12-11envutil.rb: backtrace may not be presentnobu
2013-12-10* lib/rubygems: Update to RubyGems master ec8ed22. Notable changesdrbrain
2013-12-10* 2013-12-11svn
2013-12-10* insns.def: Fix optimization bug of Float#/ [Bug #9238]marcandre
2013-12-10date_strptime.c: get rid of backtrack explosionnobu
2013-12-10array.c, hash.c: add saltnobu
2013-12-10test_exception.rb: ignore SystemStackErrornobu
2013-12-10envutil.rb: ensure errorsnobu
2013-12-10* properties.nobu
2013-12-10* doc/contributing.rdoc: [DOC] curses is no more in the stdliba_matsuda
2013-12-10 * man/ruby.1: [DOC] Use www.ruby-toolbox.com instead of RAA.hsbt
2013-12-10gc.c: simple array for wmapnobu
2013-12-10gc.c: use st_updatenobu
2013-12-10gc.c: ruby_sized_xrealloc2nobu
2013-12-10openssl/digest.rb: check by lambdanobu
2013-12-10openssl/digest.rb: get rid of deprecated classnobu
2013-12-10gc.c: speed up RGENGC_CHECK_MODE by removing unncessary checktmm1
2013-12-10* gc.c (allrefs_add): push obj only if allrefs table doesn't haveko1
2013-12-10* gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.ko1
2013-12-10* remove trailing spaces.nobu
2013-12-10* gc.c (gc_marks_check): disable GC during checking andko1
2013-12-10gc.c: build complete object graph for RGENGC_CHECK_MODEtmm1
2013-12-10gc.c: check arguments firstnobu
2013-12-10gc.c: fix WeakMap#inspectnobu