summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-05-27* test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* ext/-test-/postponed_job/postponed_job.c: fix `init' function name.ko1
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-05-26* gc.c (gc_stat): collect promote_operation_count andko1
2013-05-26* gc.c (gc_stat): collect shade_operation_count,ko1
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-26* tool/make-snapshot: use ENV["AUTOCONF"] instead of directly usingnaruse
2013-05-26* hash.c, include/ruby/ruby.h: support WB protected hash.ko1
2013-05-25* test/fiddle/test_c_struct_entry.rb,ktsj
2013-05-25* remove trailing spaces.nobu
2013-05-25* ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stablenaruse
2013-05-25* proc.c (rb_method_entry_min_max_arity): fix missing break in switch.mame
2013-05-25* dir.c (bracket): fix copy-paste error. When the first and lastmame
2013-05-25* gc.c (after_gc_sweep): reduce full GC timing.ko1
2013-05-25no clearing method cachenobu
2013-05-25vm_method.c: quote method namenobu
2013-05-25eval.c: rb_frame_callee returns current namenobu
2013-05-24string.c: check argument typenobu
2013-05-24fix a typokazu
2013-05-24* variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome
2013-05-24* gc.c: do major/full GC when:ko1
2013-05-24* intern.h: remove dangling rb_class_init_copy declarationcharliesome
2013-05-24* ext/strscan/strscan.c (strscan_aref): raise error if givennaruse
2013-05-24* gc.c (after_gc_sweep, garbage_collect_body): do major GC (full GC)ko1
2013-05-24configure.in: no runtime path to -Lnobu
2013-05-23* object.c (rb_obj_clone): should not propagate OLDGEN status.ko1
2013-05-23fix a typokazu
2013-05-23load.c: fix invalid readnobu
2013-05-23gc.c: revert r40898nobu
2013-05-23 * gc.c: do not dump the last recordnobu
2013-05-22gc.c: use size_t and no header if next_index == 0nobu
2013-05-22win32.c: check error of SetFilePointernobu
2013-05-22win32.c: extract setup_overlapped and finish_overlappednobu
2013-05-22* gc.c (gc_prepare_free_objects, rest_sweep, lazy_sweep): fix positionko1
2013-05-21* gc.c (garbage_collect): all GC is start from garbage_collect()ko1
2013-05-21* ext/strscan/strscan.c (strscan_aref): support named captures.naruse
2013-05-21* test/ruby/test_dir_m17n.rb (TestDir_M17N#test_entries_compose):kou
2013-05-21* ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu
2013-05-21* gc.c: remove gc_profile_record::is_marked. always true.ko1
2013-05-21* gc.c: fix to collect additional information for GC::Profiler.ko1
2013-05-21* gc.c: GC::Profiler's sweeping time is accumulated all slotko1
2013-05-21* remove trailing spaces.nobu
2013-05-21* common.mk (rdoc-bench): add a benchmark ruleko1
2013-05-21* remove trailing spaces.nobu
2013-05-21* gc.c (gc_profile_dump_on): `count' should be (int) because itko1
2013-05-20dir.c: compose HFS file namesnobu
2013-05-20envutil.rb: envutil in childnobu
2013-05-20string.c: infectnobu
2013-05-20* lib/set.rb (Set#delete_if, Set#keep_if): Avoid blockless call ofknu