aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* version.c: show malloc_confnobu2014-06-053-7/+14
* configure.in, missing.h: jemalloc manglingnobu2014-06-057-2/+41
* * man/ruby.1: remove rubyforge entry.hsbt2014-06-052-2/+4
* * misc/README: use github link instead of rubyforge.hsbt2014-06-052-1/+5
* * gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().ko12014-06-052-1/+5
* * 2014-06-05svn2014-06-041-2/+2
* configure.in: add --with-jemalloc optionnormal2014-06-042-0/+12
* * gc.c: introduce RZombie to manage zombie objects.ko12014-06-042-65/+108
* fix typo [ci skip]kazu2014-06-041-1/+1
* re.c: consider name encodingnobu2014-06-043-6/+22
* re.c: reduce new stringsnobu2014-06-041-12/+15
* re.c: fix name with NULnobu2014-06-043-7/+24
* * 2014-06-04svn2014-06-031-2/+2
* vm.c: return the result hashnobu2014-06-033-0/+18
* + * ruby.c (load_file_internal2): Extracted from load_file_internal.akr2014-06-032-39/+71
* * gc.c (rb_objspace_free): should not rest_sweep() here.ko12014-06-032-2/+5
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-032-1/+7
* revert r46332 because RVALUE_OLD_P() returns int by r46334ko12014-06-032-7/+1
* * gc.c (rb_gc_call_finalizer_at_exit): addko12014-06-032-0/+8
* * gc.c: change the counting method for young objects.ko12014-06-032-11/+29
* * gc.c: add verifying counters code in gc_verify_internal_consistency().ko12014-06-032-2/+62
* gc.c: int for simple predicatesnobu2014-06-031-5/+5
* ChangeLog: remove garbagesnobu2014-06-031-2/+2
* * gc.c (rb_gc_force_recycle): we only need to know the result (0/1)ko12014-06-032-1/+7
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-033-0/+27
* * gc.c (objspace_live_slot): live slot count should not include finalko12014-06-032-1/+6
* * gc.c (obj_free): fix spacing.ko12014-06-032-2/+6
* * gc.c (check_gen_consistency): fix error message.ko12014-06-032-2/+6
* * gc.c: count old/young objects more correctly.ko12014-06-032-12/+50
* * test/ruby/memory_status.rb: add $LOAD_PATH to load test/unitko12014-06-032-1/+7
* * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa2014-06-032-0/+11
* * win32/win32.c (rb_w32_conv_from_wchar): follow nobu's previous commit.usa2014-06-021-1/+1
* encoding.c: move ruby_encoding_index stuffnobu2014-06-022-15/+22
* encoding.h: constify rb_encodingnobu2014-06-0211-155/+158
* * 2014-06-03svn2014-06-021-2/+2
* * README.EXT: [DOC] Add rb_call_super when subclassing from @robin850zzak2014-06-022-0/+10
* fix a typo [ci skip]kazu2014-06-021-1/+1
* fix usagekazu2014-06-021-1/+1
* fix typo [ci skip]kazu2014-06-021-1/+1
* Join threads.akr2014-06-024-4/+53
* * vm.c (ruby_vm_destruct): remove useless call ofko12014-06-022-1/+9
* * eval.c (rb_using_refinement): add write-barriers forko12014-06-022-2/+7
* * CONTRIBUTING.md: added contibuting guide for github. [fix GH-625]hsbt2014-06-022-0/+8
* xmlrpc/client: fix documentation typotmm12014-06-021-1/+1
* * test/ruby/envutil.rb (default_warning): New method.akr2014-06-013-2/+16
* constify rb_encoding and OnigEncodingnobu2014-06-0116-154/+161
* gmake.mk: fix argumentnobu2014-06-011-1/+1
* gmake.mk: universal assembler rulesnobu2014-06-012-1/+8
* gmake.mk: universal cpp rulesnobu2014-06-011-0/+13
* Use EnvUtil.suppress_warning.akr2014-06-011-32/+28