summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-06-07string.c: update rdoc of rb_str_slice_bang()nobu
2014-06-07* numeric.c (do_coerce): Add a warning when an exception is raisederegon
2014-06-07* numeric.c (bit_coerce): remove constant parameter `err'eregon
2014-06-07cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto
2014-06-07io.c: truncate before appendingnobu
2014-06-07digest.c: call to_s oncenobu
2014-06-07* object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr
2014-06-06digest.c: fix #== for non-string argumentseregon
2014-06-06node.h: remove NODE_PRIVATE_RECVnobu
2014-06-06compile.c, parse.y: private op assignnobu
2014-06-06io.c: not shorten buffer unless succeedednobu
2014-06-05* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove
2014-06-05* gc.c (gc_page_sweep): refactoring.ko1
2014-06-05version.c: show malloc_confnobu
2014-06-05configure.in, missing.h: jemalloc manglingnobu
2014-06-05* man/ruby.1: remove rubyforge entry.hsbt
2014-06-05* misc/README: use github link instead of rubyforge.hsbt
2014-06-05* gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().ko1
2014-06-04configure.in: add --with-jemalloc optionnormal
2014-06-04* gc.c: introduce RZombie to manage zombie objects.ko1
2014-06-04fix typo [ci skip]kazu
2014-06-04re.c: consider name encodingnobu
2014-06-04re.c: fix name with NULnobu
2014-06-03vm.c: return the result hashnobu
2014-06-03+ * ruby.c (load_file_internal2): Extracted from load_file_internal.akr
2014-06-03* gc.c (rb_objspace_free): should not rest_sweep() here.ko1
2014-06-03* test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko1
2014-06-03revert r46332 because RVALUE_OLD_P() returns int by r46334ko1
2014-06-03* gc.c (rb_gc_call_finalizer_at_exit): addko1
2014-06-03* gc.c: change the counting method for young objects.ko1
2014-06-03* gc.c: add verifying counters code in gc_verify_internal_consistency().ko1
2014-06-03ChangeLog: remove garbagesnobu
2014-06-03* gc.c (rb_gc_force_recycle): we only need to know the result (0/1)ko1
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-06-03* gc.c (objspace_live_slot): live slot count should not include finalko1
2014-06-03* gc.c (obj_free): fix spacing.ko1
2014-06-03* gc.c (check_gen_consistency): fix error message.ko1
2014-06-03* gc.c: count old/young objects more correctly.ko1
2014-06-03* test/ruby/memory_status.rb: add $LOAD_PATH to load test/unitko1
2014-06-03* test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa
2014-06-02* README.EXT: [DOC] Add rb_call_super when subclassing from @robin850zzak
2014-06-02fix a typo [ci skip]kazu
2014-06-02fix typo [ci skip]kazu
2014-06-02* vm.c (ruby_vm_destruct): remove useless call ofko1
2014-06-02* eval.c (rb_using_refinement): add write-barriers forko1
2014-06-02* CONTRIBUTING.md: added contibuting guide for github. [fix GH-625]hsbt
2014-06-01* test/ruby/envutil.rb (default_warning): New method.akr
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-06-01* test/drb: Wrap tests definitions by DRbTests module. This makesakr
2014-06-01* lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.akr