aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-056-47/+44
* * gc.c: change function names vm_ prefix to objspace_ prefix.ko12013-12-052-28/+33
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-055-57/+126
* ChangeLog: about malloc_size(3) availabilitynobu2013-12-051-2/+2
* hash.c: bail out to the outermost framenobu2013-12-052-71/+8
* test_hash.rb: import tests from rubyspecnobu2013-12-051-0/+26
* test_hash.rb: move testsnobu2013-12-052-14/+36
* test_gc.rb: shortennobu2013-12-051-1/+1
* vm_eval.c: suppress warningnobu2013-12-051-1/+1
* * gc.c (vm_malloc_size): added.ko12013-12-052-46/+113
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-057-31/+46
* ruby_atomic.h: ATOMIC_PTR_EXCHANGEnobu2013-12-052-0/+15
* ruby_atomic.h: duplicate codenobu2013-12-051-4/+0
* gc.c: flush all deferred finalizersnobu2013-12-053-3/+22
* gc.c: rb_gc_set_paramsnobu2013-12-051-1/+5
* * 2013-12-05svn2013-12-051-2/+2
* gc.c: Load GC tuning settings earlier during boot.tmm12013-12-054-5/+14
* * lib/webrick/httpproxy.rb: [DOC] Fix typoa_matsuda2013-12-041-1/+1
* * test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu2013-12-041-1/+1
* string.c: fix declaration-after-statementnobu2013-12-041-1/+2
* * vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm12013-12-042-0/+8
* * string.c (fstr_update_callback): Improve implementation in r43968tmm12013-12-042-13/+21
* * 2013-12-04svn2013-12-041-2/+2
* delegate.rb: ignore unset targetnobu2013-12-043-6/+39
* gc.c: use malloc_sizenobu2013-12-034-2/+16
* * object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of anari2013-12-032-1/+6
* hash.c: same hash value for similar constructsnobu2013-12-034-3/+87
* hash.c: detect recursion for allnobu2013-12-036-80/+53
* vm_eval.c: rb_catch_protectnobu2013-12-033-3/+20
* * lib/net/smtp.rb: [DOC] Fix typoa_matsuda2013-12-031-1/+1
* ChangeLog: complement the intentionnobu2013-12-031-2/+2
* * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTEDnari2013-12-032-1/+6
* * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().glass2013-12-032-1/+6
* * load.c (features_index_add_single): Move loaded_features_index array values...tmm12013-12-033-4/+15
* * include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm12013-12-038-24/+83
* Add a description about string-scrub.gem to NEWSnaruse2013-12-031-0/+2
* * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):nobu2013-12-031-1/+1
* * array.c (rb_ary_uniq_bang): remove duplicate code.glass2013-12-032-34/+18
* * array.c (ary_add_hash): set and return values because string keysglass2013-12-033-6/+60
* * string.c (rb_fstring): Use st_update instead of st_lookup +tmm12013-12-032-15/+29
* rdoc/constant.rb: reapply r43006 for workaround ofnobu2013-12-032-1/+14
* signal.c: fault addressnobu2013-12-031-3/+8
* * hash.c (w32_getenv): should be static.nobu2013-12-031-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-033-1/+21
* * 2013-12-03svn2013-12-031-2/+2
* * lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain2013-12-035-12/+26
* * hash.c (getenv): fixed test failures introduced by r43950.usa2013-12-022-1/+7
* * hash.c (rb_hash_rehash): make temporary st_table under the controlglass2013-12-023-27/+47
* * variable.c (rb_mod_constants): when calling Module#constants withcharliesome2013-12-022-4/+29
* * lib/csv.rb: [DOC] Fix typosa_matsuda2013-12-021-7/+7