aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rubygems: Update to RubyGems master 14749ce. This fixes bugsdrbrain2013-12-081-0/+7
* * array.c (rb_ary_or): use RHASH_TBL_RAW instead of RHASH_TBLcharliesome2013-12-081-0/+12
* hash.c: rb_hash_reject without dupnobu2013-12-071-0/+6
* * ChangeLog: fix spelling of contributor's namecharliesome2013-12-061-1/+1
* * test/ruby/test_struct.rb: Add regression test for question marks andcharliesome2013-12-061-0/+5
* class.c: move kwarg functionsnobu2013-12-061-0/+5
* * gc.c: change oldmalloc meaning.ko12013-12-061-0/+8
* * gc.c (atomic_sub_nounderflow): not 0 but val itself.ko12013-12-061-0/+4
* * gc.c (rb_objspace_alloc, Init_heap): initializeko12013-12-061-0/+7
* * gc.c (garbage_collect_body): bug fix.ko12013-12-061-0/+5
* * gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko12013-12-061-0/+7
* vm_insnhelper.c: rb_get_kwargsnobu2013-12-061-0/+9
* ruby-mode.el: expand/unexpand blocknobu2013-12-061-0/+7
* * gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko12013-12-061-0/+4
* * remove trailing spaces.nobu2013-12-061-1/+1
* * gc.c (gc_start_internal, rb_gc): do not needko12013-12-061-0/+8
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-0/+9
* * lib/erb.rb: [DOC] fix broken link.hsbt2013-12-061-0/+5
* * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification ...hsbt2013-12-061-0/+4
* * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn2013-12-051-0/+11
* mkmf.rb: strip destdir from prefixnobu2013-12-051-0/+6
* array.c: prefer lhs elementsnobu2013-12-051-0/+8
* * gc.c (gc_info_decode): fix to avoid syntax error on VS2012.ko12013-12-051-0/+4
* st.c: tweaked commentduerst2013-12-051-0/+4
* gc.c: add GC.latest_gc_info()tmm12013-12-051-0/+16
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-051-0/+9
* * gc.c: change function names vm_ prefix to objspace_ prefix.ko12013-12-051-0/+5
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-051-0/+13
* ChangeLog: about malloc_size(3) availabilitynobu2013-12-051-2/+2
* hash.c: bail out to the outermost framenobu2013-12-051-0/+5
* * gc.c (vm_malloc_size): added.ko12013-12-051-0/+16
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-0/+14
* ruby_atomic.h: ATOMIC_PTR_EXCHANGEnobu2013-12-051-0/+5
* gc.c: flush all deferred finalizersnobu2013-12-051-0/+6
* gc.c: Load GC tuning settings earlier during boot.tmm12013-12-051-0/+9
* * vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm12013-12-041-0/+7
* * string.c (fstr_update_callback): Improve implementation in r43968tmm12013-12-041-0/+7
* delegate.rb: ignore unset targetnobu2013-12-041-0/+12
* gc.c: use malloc_sizenobu2013-12-031-0/+6
* * object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of anari2013-12-031-0/+5
* hash.c: same hash value for similar constructsnobu2013-12-031-1/+6
* hash.c: detect recursion for allnobu2013-12-031-0/+5
* vm_eval.c: rb_catch_protectnobu2013-12-031-0/+6
* ChangeLog: complement the intentionnobu2013-12-031-2/+2
* * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTEDnari2013-12-031-0/+5
* * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().glass2013-12-031-0/+5
* * load.c (features_index_add_single): Move loaded_features_index array values...tmm12013-12-031-0/+8
* * include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm12013-12-031-0/+23
* * array.c (rb_ary_uniq_bang): remove duplicate code.glass2013-12-031-0/+4
* * array.c (ary_add_hash): set and return values because string keysglass2013-12-031-0/+15