summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05test_hash.rb: import tests from rubyspecnobu
2013-12-05test_hash.rb: move testsnobu
2013-12-05test_gc.rb: shortennobu
2013-12-05vm_eval.c: suppress warningnobu
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-05ruby_atomic.h: duplicate codenobu
2013-12-05gc.c: flush all deferred finalizersnobu
2013-12-05gc.c: rb_gc_set_paramsnobu
2013-12-05* 2013-12-05svn
2013-12-05gc.c: Load GC tuning settings earlier during boot.tmm1
2013-12-04* lib/webrick/httpproxy.rb: [DOC] Fix typoa_matsuda
2013-12-04* test/ruby/test_array.rb (test_recursive_hash_value): rename.nobu
2013-12-04string.c: fix declaration-after-statementnobu
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-04* 2013-12-04svn
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-03* lib/net/smtp.rb: [DOC] Fix typoa_matsuda
2013-12-03ChangeLog: complement the intentionnobu
2013-12-03* object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTEDnari
2013-12-03* array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().glass
2013-12-03* load.c (features_index_add_single): Move loaded_features_index array values...tmm1
2013-12-03* include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm1
2013-12-03Add a description about string-scrub.gem to NEWSnaruse
2013-12-03* test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):nobu
2013-12-03* array.c (rb_ary_uniq_bang): remove duplicate code.glass
2013-12-03* array.c (ary_add_hash): set and return values because string keysglass
2013-12-03* string.c (rb_fstring): Use st_update instead of st_lookup +tmm1
2013-12-03rdoc/constant.rb: reapply r43006 for workaround ofnobu
2013-12-03signal.c: fault addressnobu
2013-12-03* hash.c (w32_getenv): should be static.nobu
2013-12-03* ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain
2013-12-03* 2013-12-03svn
2013-12-03* lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain
2013-12-02* hash.c (getenv): fixed test failures introduced by r43950.usa
2013-12-02* hash.c (rb_hash_rehash): make temporary st_table under the controlglass
2013-12-02* variable.c (rb_mod_constants): when calling Module#constants withcharliesome
2013-12-02* lib/csv.rb: [DOC] Fix typosa_matsuda