aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * proc.c: catch up last commit.ko12013-10-071-0/+9
* * iseq.c, internal.h: change to public (but internal) functionsko12013-10-071-0/+17
* * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]zzak2013-10-051-0/+5
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+5
* * ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak2013-10-041-0/+5
* gc.c: rename heap.free_num to heap.swept_numtmm12013-10-041-0/+5
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-0/+7
* gc.c: add rb_objspace.limittmm12013-10-041-0/+5
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* fix a typokazu2013-10-031-1/+1
* * remove trailing spaces.nobu2013-10-031-2/+2
* win32.c: disable console colorizingnobu2013-10-031-0/+6
* * gc.c: define gc_profile_record::allocated_size ifko12013-10-031-0/+5
* common.mk: use RUNRUBY for test-samplenobu2013-10-031-0/+5
* * misc/ruby-additional.el: Properly quote the body. An unquotedknu2013-10-021-0/+5
* * ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame2013-10-021-0/+8
* * random.c (make_seed_value): a local array declaration was accessedmame2013-10-021-0/+5
* * gc.c: relax GC condition due to malloc_limit.ko12013-10-021-0/+11
* io.c: wait child process after close_readnobu2013-10-021-0/+5
* * vm_core.h: use __has_attribute() instead of __clang__major__ becausenaruse2013-10-021-0/+8
* io.c: get rid of race conditionnobu2013-10-021-1/+4
* io.c: keep fptr read-closednobu2013-10-021-0/+6
* * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome2013-10-011-0/+6
* tempfile.rb: undefine finalizer on unlinknobu2013-10-011-0/+6
* file.c: export rb_stat_newnobu2013-10-011-0/+7
* ruby.h: export ruby_safe_level_4_warningnobu2013-10-011-0/+5
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-301-0/+5
* ChangeLog typozzak2013-09-301-1/+1
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-301-0/+5
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-301-0/+5
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-301-0/+12
* * gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko12013-09-301-0/+7
* * properties.nobu2013-09-301-1/+1
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-301-0/+9
* fix a typokazu2013-09-291-1/+1
* fix typoskazu2013-09-291-1/+1
* parse.y: allow junk attrsetnobu2013-09-291-1/+4
* ChangeLog: remove duplicated entrynobu2013-09-291-6/+0
* parse.y: fix inconsistency with literalsnobu2013-09-291-0/+12
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-291-0/+9
* math.c: fix for Bignum argumentnobu2013-09-281-0/+5
* Added ticket numberkosaki2013-09-281-0/+1
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-281-0/+6
* * remove trailing spaces.nobu2013-09-281-1/+1
* * ext/curses/extconf.rb: check the size of chtype.shugo2013-09-271-0/+9
* * gc.c: add two GC tuning environment variables.ko12013-09-271-0/+12
* * gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko12013-09-271-0/+4
* * gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko12013-09-271-0/+4
* * remove trailing spaces.nobu2013-09-271-1/+1