aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* compar.c: fail if recursionnobu2013-10-091-0/+7
* * include/ruby/debug.h,ko12013-10-091-0/+13
* load.c: display backtrace to $stderrnobu2013-10-081-0/+8
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-0/+12
* array.c: use rb_hash_valuesnobu2013-10-081-0/+7
* * array.c (rb_ary_uniq): use rb_hash_keys().glass2013-10-081-0/+8
* * cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn'tkosaki2013-10-081-0/+6
* * lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns localakr2013-10-071-0/+5
* * .travis.yml: Rebuild Travis CI's "ruby-head" version on successfuldrbrain2013-10-071-0/+6
* * misc/ruby-mode.el: Use preceding-char/following-charknu2013-10-071-0/+7
* * misc/ruby-additional.el (ruby-mode-set-encoding): Add a missingknu2013-10-071-0/+7
* * misc/ruby-additional.el (ruby-mode-set-encoding): Useknu2013-10-071-0/+11
* misc/ruby-mode.el: Improve `ruby-mode-set-encoding`.knu2013-10-071-0/+22
* * misc/ruby-additional.el: Add a standard header and footer,knu2013-10-071-0/+5
* Make ruby-electric play nicely with smartparens-mode.knu2013-10-071-0/+9
* * misc/ruby-additional.el: Use preceding-char/following-charknu2013-10-071-0/+7
* cont.c: split conditionsnobu2013-10-071-3/+2
* configure.in: move FIBER_USE_NATIVE conditionsnobu2013-10-071-0/+5
* * lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]zzak2013-10-071-0/+5
* * lib/time.rb (Time.strptime): Use :offset.akr2013-10-071-0/+5
* fix a typokazu2013-10-071-1/+1
* * remove trailing spaces.nobu2013-10-071-1/+1
* * test/-ext-/debug/test_profile_frames.rb: rename class C toko12013-10-071-0/+6
* * ext/-test-/debug/profile_frames.c:ko12013-10-071-0/+5
* * include/ruby/debug.h: add backtrace collecting APIs for profiler.ko12013-10-071-1/+25
* * 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