aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko12014-06-101-0/+8
* fix a typo [ci skip]kazu2014-06-101-1/+1
* * lib/cgi/core.rb: Provide a mechanism to specify thexibbar2014-06-101-0/+6
* csv.rb: honor encoding optionnobu2014-06-101-0/+6
* * gc.c: change full GC timing to keep lower memory usage.ko12014-06-091-0/+12
* gc.c: fix typonobu2014-06-091-0/+5
* configure.in: disable posix_fadvisenobu2014-06-081-0/+5
* io.c (rb_io_advise): AIX currently does not support a 32-bit call tokanemoto2014-06-081-0/+6
* string.c: update rdoc of rb_str_slice_bang()nobu2014-06-071-0/+5
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-071-0/+12
* * numeric.c (bit_coerce): remove constant parameter `err'eregon2014-06-071-0/+5
* cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto2014-06-071-0/+5
* io.c: truncate before appendingnobu2014-06-071-0/+6
* digest.c: call to_s oncenobu2014-06-071-0/+5
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-071-0/+6
* digest.c: fix #== for non-string argumentseregon2014-06-061-0/+7
* node.h: remove NODE_PRIVATE_RECVnobu2014-06-061-0/+7
* compile.c, parse.y: private op assignnobu2014-06-061-0/+6
* io.c: not shorten buffer unless succeedednobu2014-06-061-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove2014-06-051-0/+6
* * gc.c (gc_page_sweep): refactoring.ko12014-06-051-0/+7
* version.c: show malloc_confnobu2014-06-051-1/+7
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+12
* * man/ruby.1: remove rubyforge entry.hsbt2014-06-051-0/+4
* * misc/README: use github link instead of rubyforge.hsbt2014-06-051-0/+4
* * gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().ko12014-06-051-0/+4
* configure.in: add --with-jemalloc optionnormal2014-06-041-0/+5
* * gc.c: introduce RZombie to manage zombie objects.ko12014-06-041-0/+8
* fix typo [ci skip]kazu2014-06-041-1/+1
* re.c: consider name encodingnobu2014-06-041-0/+6
* re.c: fix name with NULnobu2014-06-041-0/+5
* vm.c: return the result hashnobu2014-06-031-0/+6
* + * ruby.c (load_file_internal2): Extracted from load_file_internal.akr2014-06-031-0/+6
* * gc.c (rb_objspace_free): should not rest_sweep() here.ko12014-06-031-0/+5
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-031-0/+5
* revert r46332 because RVALUE_OLD_P() returns int by r46334ko12014-06-031-6/+0
* * gc.c (rb_gc_call_finalizer_at_exit): addko12014-06-031-0/+5
* * gc.c: change the counting method for young objects.ko12014-06-031-0/+12
* * gc.c: add verifying counters code in gc_verify_internal_consistency().ko12014-06-031-0/+12
* ChangeLog: remove garbagesnobu2014-06-031-2/+2
* * gc.c (rb_gc_force_recycle): we only need to know the result (0/1)ko12014-06-031-0/+6
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+8
* * gc.c (objspace_live_slot): live slot count should not include finalko12014-06-031-0/+5
* * gc.c (obj_free): fix spacing.ko12014-06-031-0/+4
* * gc.c (check_gen_consistency): fix error message.ko12014-06-031-0/+4
* * gc.c: count old/young objects more correctly.ko12014-06-031-0/+16
* * test/ruby/memory_status.rb: add $LOAD_PATH to load test/unitko12014-06-031-1/+6
* * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa2014-06-031-0/+7
* * README.EXT: [DOC] Add rb_call_super when subclassing from @robin850zzak2014-06-021-0/+5
* fix a typo [ci skip]kazu2014-06-021-1/+1