aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* vm_eval.c: new names of rb_funcall familynobu2013-05-311-0/+6
* array.c: new names of rb_ary_new familynobu2013-05-311-0/+8
* configure.in: HAVE_ATTRIBUTE_FUNCTION_ALIASnobu2013-05-311-0/+5
* * object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]zzak2013-05-311-0/+4
* * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak2013-05-311-0/+4
* vm_method.c: extract set_visibilitynobu2013-05-311-27/+4
* * vm_insnhelper.c (vm_callee_setup_keyword_arg,mame2013-05-301-0/+9
* * process.c: RDoc on Process.spawnzzak2013-05-301-0/+4
* fix a typo.xibbar2013-05-301-1/+1
* * gc.c (gc_profile_enable): rest_sweep() to finish last GC.ko12013-05-291-0/+6
* fix a typokazu2013-05-291-1/+1
* * hash.c: fix WB bug.ko12013-05-291-0/+9
* trivial changekazu2013-05-281-1/+1
* * ext/objspace/object_tracing.c: fix a bug reported atko12013-05-281-0/+17
* extmk.rb: untouch makefilesnobu2013-05-281-0/+5
* * ext/objspace/gc_hook.c, ext/objspace/objspace.c: add new methods toko12013-05-271-0/+13
* * gc.c (gc_stat): remove wrong rest_sweep().ko12013-05-271-0/+4
* * gc.c (garbage_collect_body): fix GC_ENABLE_LAZY_SWEEP condition.ko12013-05-271-0/+7
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+7
* add a ChangeLog.ko12013-05-271-1/+8
* * include/ruby/ruby.h, gc.c: add new internal eventko12013-05-271-0/+17
* * vm_trace.c (rb_postponed_job_flush): remove a wrong comment.ko12013-05-271-0/+4
* * include/ruby/ruby.h (RHASH_SIZE): Add a cast to suppress aakr2013-05-271-0/+6
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-0/+9
* * ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko12013-05-271-0/+14
* rbinstall.rb: reject empty filesnobu2013-05-271-0/+7
* * vm_trace.c (rb_postponed_job_flush, rb_postponed_job_register): useko12013-05-271-0/+5
* fix typoskazu2013-05-271-3/+3
* * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko12013-05-271-0/+4
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-0/+26
* * ext/-test-/postponed_job/postponed_job.c: fix `init' function name.ko12013-05-261-0/+4
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-0/+29
* * gc.c (gc_stat): collect promote_operation_count andko12013-05-261-0/+5
* * gc.c (gc_stat): collect shade_operation_count,ko12013-05-261-0/+7
* * hash.c (rb_hash_tbl_raw), internal.h: added.ko12013-05-261-0/+19
* * tool/make-snapshot: use ENV["AUTOCONF"] instead of directly usingnaruse2013-05-261-0/+5
* * hash.c, include/ruby/ruby.h: support WB protected hash.ko12013-05-261-0/+12
* * test/fiddle/test_c_struct_entry.rb,ktsj2013-05-251-0/+9
* * remove trailing spaces.nobu2013-05-251-1/+1
* * ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stablenaruse2013-05-251-0/+7
* * proc.c (rb_method_entry_min_max_arity): fix missing break in switch.mame2013-05-251-0/+8
* * dir.c (bracket): fix copy-paste error. When the first and lastmame2013-05-251-0/+7
* * gc.c (after_gc_sweep): reduce full GC timing.ko12013-05-251-0/+4
* no clearing method cachenobu2013-05-251-0/+7
* vm_method.c: quote method namenobu2013-05-251-0/+4
* eval.c: rb_frame_callee returns current namenobu2013-05-251-0/+10
* string.c: check argument typenobu2013-05-241-0/+4
* fix a typokazu2013-05-241-1/+1
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-0/+7
* * gc.c: do major/full GC when:ko12013-05-241-0/+11