aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* runner.rb: elapsed timesnobu2014-06-071-1/+4
* * 2014-06-08svn2014-06-071-2/+2
* string.c: update rdoc of rb_str_slice_bang()nobu2014-06-072-1/+6
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-073-1/+44
* * numeric.c (bit_coerce): remove constant parameter `err'eregon2014-06-072-7/+11
* cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto2014-06-072-4/+18
* io.c: truncate before appendingnobu2014-06-073-0/+23
* digest.c: call to_s oncenobu2014-06-072-4/+8
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-073-0/+23
* * 2014-06-07svn2014-06-061-2/+2
* digest.c: fix #== for non-string argumentseregon2014-06-063-1/+13
* node.h: remove NODE_PRIVATE_RECVnobu2014-06-064-17/+10
* compile.c, parse.y: private op assignnobu2014-06-064-15/+42
* test_assignment.rb: assignment to private attributenobu2014-06-061-0/+23
* test_assignment.rb: split test_assignnobu2014-06-061-0/+14
* parse.y: attr_receivernobu2014-06-061-2/+2
* node.h: NODE_PRIVATE_RECVnobu2014-06-063-6/+17
* io.c: not shorten buffer unless succeedednobu2014-06-063-4/+17
* * 2014-06-06svn2014-06-051-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove2014-06-053-1/+19
* Join a thread.akr2014-06-051-1/+2
* * gc.c (gc_page_sweep): refactoring.ko12014-06-052-19/+34
* 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