summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-10-09* include/ruby/debug.h,ko1
2013-10-08load.c: display backtrace to $stderrnobu
2013-10-08* vm_backtrace.c, include/ruby/debug.h: add new APIsko1
2013-10-08array.c: use rb_hash_valuesnobu
2013-10-08* array.c (rb_ary_uniq): use rb_hash_keys().glass
2013-10-08* cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn'tkosaki
2013-10-07* lib/time.rb (Time.strptime): Time.strptime('0', '%s') returns localakr
2013-10-07* .travis.yml: Rebuild Travis CI's "ruby-head" version on successfuldrbrain
2013-10-07* misc/ruby-mode.el: Use preceding-char/following-charknu
2013-10-07* misc/ruby-additional.el (ruby-mode-set-encoding): Add a missingknu
2013-10-07* misc/ruby-additional.el (ruby-mode-set-encoding): Useknu
2013-10-07misc/ruby-mode.el: Improve `ruby-mode-set-encoding`.knu
2013-10-07* misc/ruby-additional.el: Add a standard header and footer,knu
2013-10-07Make ruby-electric play nicely with smartparens-mode.knu
2013-10-07* misc/ruby-additional.el: Use preceding-char/following-charknu
2013-10-07cont.c: split conditionsnobu
2013-10-07configure.in: move FIBER_USE_NATIVE conditionsnobu
2013-10-07* lib/time.rb: [DOC] typo in Time.rb overview by @srt32 [Fixes GH-416]zzak
2013-10-07* lib/time.rb (Time.strptime): Use :offset.akr
2013-10-07fix a typokazu
2013-10-07* remove trailing spaces.nobu
2013-10-07* test/-ext-/debug/test_profile_frames.rb: rename class C toko1
2013-10-07* ext/-test-/debug/profile_frames.c:ko1
2013-10-07* include/ruby/debug.h: add backtrace collecting APIs for profiler.ko1
2013-10-07* proc.c: catch up last commit.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-10-05* lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413]zzak
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-10-04* ext/dbm/dbm.c: [DOC] Fix wrong constant name in DBM by @edwardzzak
2013-10-04gc.c: rename heap.free_num to heap.swept_numtmm1
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-10-04gc.c: add rb_objspace.limittmm1
2013-10-04csv.rb: foreach enumeratornobu
2013-10-03fix a typokazu
2013-10-03* remove trailing spaces.nobu
2013-10-03win32.c: disable console colorizingnobu
2013-10-03* gc.c: define gc_profile_record::allocated_size ifko1
2013-10-03common.mk: use RUNRUBY for test-samplenobu
2013-10-02* misc/ruby-additional.el: Properly quote the body. An unquotedknu
2013-10-02* ext/socket/ifaddr.c (rsock_getifaddrs): fix possible memory leak.mame
2013-10-02* random.c (make_seed_value): a local array declaration was accessedmame
2013-10-02* gc.c: relax GC condition due to malloc_limit.ko1
2013-10-02io.c: wait child process after close_readnobu
2013-10-02* vm_core.h: use __has_attribute() instead of __clang__major__ becausenaruse
2013-10-02io.c: get rid of race conditionnobu
2013-10-02io.c: keep fptr read-closednobu
2013-10-01* vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome
2013-10-01tempfile.rb: undefine finalizer on unlinknobu
2013-10-01file.c: export rb_stat_newnobu