summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-12-08* array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome
2013-12-07hash.c: rb_hash_reject without dupnobu
2013-12-06* ChangeLog: fix spelling of contributor's namecharliesome
2013-12-06* test/ruby/test_struct.rb: Add regression test for question marks andcharliesome
2013-12-06class.c: move kwarg functionsnobu
2013-12-06* gc.c: change oldmalloc meaning.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): not 0 but val itself.ko1
2013-12-06* gc.c (rb_objspace_alloc, Init_heap): initializeko1
2013-12-06* gc.c (garbage_collect_body): bug fix.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko1
2013-12-06vm_insnhelper.c: rb_get_kwargsnobu
2013-12-06ruby-mode.el: expand/unexpand blocknobu
2013-12-06* gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko1
2013-12-06* remove trailing spaces.nobu
2013-12-06* gc.c (gc_start_internal, rb_gc): do not needko1
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1
2013-12-06 * lib/erb.rb: [DOC] fix broken link.hsbt
2013-12-06 * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt
2013-12-05* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn
2013-12-05mkmf.rb: strip destdir from prefixnobu
2013-12-05array.c: prefer lhs elementsnobu
2013-12-05* gc.c (gc_info_decode): fix to avoid syntax error on VS2012.ko1
2013-12-05st.c: tweaked commentduerst
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm1
2013-12-05* gc.c: change function names vm_ prefix to objspace_ prefix.ko1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05ChangeLog: about malloc_size(3) availabilitynobu
2013-12-05hash.c: bail out to the outermost framenobu
2013-12-05* gc.c (vm_malloc_size): added.ko1
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-12-05ruby_atomic.h: ATOMIC_PTR_EXCHANGEnobu
2013-12-05gc.c: flush all deferred finalizersnobu
2013-12-05gc.c: Load GC tuning settings earlier during boot.tmm1
2013-12-04* vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm1
2013-12-04* string.c (fstr_update_callback): Improve implementation in r43968tmm1
2013-12-04delegate.rb: ignore unset targetnobu
2013-12-03gc.c: use malloc_sizenobu
2013-12-03* object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of anari
2013-12-03hash.c: same hash value for similar constructsnobu
2013-12-03hash.c: detect recursion for allnobu
2013-12-03vm_eval.c: rb_catch_protectnobu
2013-12-03ChangeLog: complement the intentionnobu