summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* eval.c (rb_raise_jump): pop frame after setup exception.ko1
2013-12-10* lib/rubygems: Update to RubyGems master ec8ed22. Notable changesdrbrain
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-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: 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* gc.c (gc_marks_check): disable GC during checking andko1
2013-12-10gc.c: build complete object graph for RGENGC_CHECK_MODEtmm1
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09vm_method.c: add new ruby::method-cache-clear dtrace probetmm1
2013-12-09* ext/.document: Remove curses from documentable directories.drbrain
2013-12-09* ext/openssl/lib/openssl/digest.rb: Deprecate OpenSSL::Digest::Digestzzak
2013-12-09* ext/thread/thread.c: [DOC] add call-seq alias for Queue#enq, #<<, etc.ktsj
2013-12-09* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a conveniencecharliesome
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-12-09hash.c: fix segv in Hash#replacetmm1
2013-12-09* vm.c (vm_stat): renamed from ruby_vm_stat.ko1
2013-12-09gc.c: ObjectSpace::WeakMap#sizenobu
2013-12-09removed.shugo
2013-12-09* ext/curses, sample/curses: removed curses.shugo
2013-12-09object_tracing.c: fix allocation from NEWOBJ hooknobu
2013-12-09variable.c: rb_class_path_cachednobu
2013-12-09date_parse.c: get rid of backtrack explosionnobu
2013-12-08* lib/rubygems: Update to RubyGems master bf37240. Fixes uselessdrbrain
2013-12-08* NEWS: Update RubyGems entry with notable features.drbrain
2013-12-08* ext/.document: Add syslog/lib and thread/thread.c to documentabledrbrain
2013-12-08* lib/rubygems: Update to RubyGems master 096db36. Changes includedrbrain
2013-12-08* lib/net/http/responses.rb:naruse
2013-12-08Fix the description in ChangeLogmrkn
2013-12-08class.c: rest kwargsnobu
2013-12-08avoid circular dependency on AIXkanemoto
2013-12-08* bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn
2013-12-08* NEWS: [DOC] update NEWS about GC.ktsj
2013-12-08* object.c: [DOC] document Module#singleton_class?.ktsj
2013-12-08class.c, vm_insnhelper.c: check unknown keywordsnobu
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.ktsj
2013-12-08* array.c (rb_ary_shuffle_bang, rb_ary_sample): checkktsj
2013-12-08vm.c: add RubyVM.stat for accessing cache serialstmm1
2013-12-08hash.c: fix WB miss issue in Hash#replacetmm1
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-08hash.c: revert r43870 and add alternative parser patch for literal keystmm1
2013-12-08parse.y: use rb_fstring() for strings stored in the symbol tabletmm1
2013-12-08* lib/rubygems.rb: Update version for upcoming ruby 2.1.0 RC.drbrain
2013-12-08* lib/rubygems: Update to RubyGems master 14749ce. This fixes bugsdrbrain