aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR().glass2013-11-081-0/+6
* * enumerator.c (append_method): use RARRAY_CONST_PTR().glass2013-11-081-0/+6
* * gc.c (vm_malloc_increase): check GVL before gc_rest_sweep().ko12013-11-071-0/+14
* * lib/securerandom.rb: [DOC] specify arguments passed to ::random_byteszzak2013-11-071-0/+5
* * ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stopzzak2013-11-071-0/+5
* * lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak2013-11-071-0/+6
* * array.c: [DOC] Add note about negative indices in Array overviewzzak2013-11-071-0/+5
* * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak2013-11-071-0/+5
* * golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425]zzak2013-11-071-0/+5
* * gc.c: modify malloc_limit strategy.ko12013-11-071-0/+21
* fix typoskazu2013-11-071-1/+1
* * array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WBglass2013-11-071-0/+5
* * array.c (rb_ary_sample): use rb_ary_dup().glass2013-11-071-0/+4
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-071-0/+6
* * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui2013-11-061-0/+8
* * array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB becauseglass2013-11-061-0/+5
* * array.c (rb_ary_reverse): use RARRAY_PTR_USE().glass2013-11-061-0/+4
* * common.mk (help): add texts about gcbench.tarui2013-11-061-0/+4
* lib/open3.rb: tweaked grammar in commentsduerst2013-11-061-0/+4
* * array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()glass2013-11-061-0/+5
* * array.c (rb_ary_and): defer hash creation and some refactoring.glass2013-11-061-0/+4
* * benchmark/bm_vm1_gc_short_lived.rb: added.ko12013-11-061-0/+19
* * gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko12013-11-061-0/+4
* * gc.c (Init_GC): add GC::OPTS to show options.ko12013-11-051-0/+4
* * benchmark/gc/gcbench.rb: add some options to make quiet.ko12013-11-051-0/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove2013-11-051-0/+7
* * test/ruby/test_thread.rb (test_thread_join_in_trap):akr2013-11-051-0/+5
* * gc.c (is_live_object): A hidden object may be a live object.tarui2013-11-051-0/+5
* * remove trailing spaces.nobu2013-11-051-1/+1
* fix typos in ChangeLog.ko12013-11-051-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-0/+35
* * gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko12013-11-041-0/+5
* * gc.c: add 3gen GC patch, but disabled as default.ko12013-11-041-0/+50
* * node.h: catch up comments for last commit.ko12013-11-041-0/+4
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-0/+7
* * test/xmlrpc: Don't use fixed ports: 8070 and 8071.akr2013-11-041-0/+4
* fix a typokazu2013-11-041-1/+1
* * test/xmlrpc/webrick_testing.rb (start_server): Initialize the serverakr2013-11-041-0/+5
* eval_intern.h: avoid undefined behavior of setjmpnobu2013-11-041-0/+6
* * sample/test.rb: Make temporary file names unique.akr2013-11-031-0/+4
* * test/xmlrpc: Wrap definitions by TestXMLRPC module.akr2013-11-031-0/+4
* * test/xmlrpc/webrick_testing.rb (stop_server): Don't try to shutdownakr2013-11-031-0/+5
* load.c: defer initalization of static-linked-extnobu2013-11-031-0/+12
* logger.rb: fix r43511 for Windowsnobu2013-11-021-0/+9
* * lib/logger.rb: Inter-process locking for log rotationnaruse2013-11-011-0/+7
* fix typotarui2013-11-011-1/+1
* gc.c: mark live objects onlynobu2013-11-011-0/+5
* * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui2013-11-011-0/+10
* * gc.c (make_deferred): Refactoring. Collect codes which should betarui2013-11-011-0/+8
* * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui2013-11-011-0/+25