aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR().glass2013-11-082-3/+10
* * enumerator.c (append_method): use RARRAY_CONST_PTR().glass2013-11-082-2/+8
* test_logger.rb: clear garbage filesnobu2013-11-071-4/+1
* gc.c: use switch for alternative BUILTIN_TYPEnobu2013-11-071-7/+9
* commit miss from r43573zzak2013-11-071-8/+8
* * gc.c (vm_malloc_increase): check GVL before gc_rest_sweep().ko12013-11-072-1/+15
* * 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-072-2/+7
* * lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak2013-11-072-6/+14
* * array.c: [DOC] Add note about negative indices in Array overviewzzak2013-11-072-1/+8
* * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak2013-11-072-2/+7
* typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435hsbt2013-11-071-1/+1
* * 2013-11-08svn2013-11-071-2/+2
* * golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425]zzak2013-11-072-18/+24
* * gc.c: modify malloc_limit strategy.ko12013-11-072-4/+27
* fix typoskazu2013-11-071-1/+1
* * array.c (rb_ary_shuffle_bang): use RARRAY_PTR_USE() without WBglass2013-11-072-15/+19
* * array.c (rb_ary_sample): use rb_ary_dup().glass2013-11-072-2/+5
* vm_trace.c: isolate errinfo in trace blocksnobu2013-11-073-0/+15
* * 2013-11-07svn2013-11-061-2/+2
* * .gdbinit (rp): fix flag name.nobu2013-11-061-1/+1
* * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui2013-11-062-7/+15
* * array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB becauseglass2013-11-062-1/+8
* * array.c (rb_ary_reverse): use RARRAY_PTR_USE().glass2013-11-062-5/+11
* * common.mk (help): add texts about gcbench.tarui2013-11-062-0/+6
* lib/open3.rb: tweaked grammar in commentsduerst2013-11-062-45/+49
* Suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2013-11-061-2/+2
* Suppress warnings: File.exists? is a deprecated namenaruse2013-11-062-2/+2
* Suppress Warnings: instance variable @installed_by_version not initializednaruse2013-11-061-1/+1
* * array.c (rb_ary_sample): use RARRAY_AREF() and RARRAY_PTR_USE()glass2013-11-062-37/+33
* * array.c (rb_ary_and): defer hash creation and some refactoring.glass2013-11-062-7/+11
* * properties.nobu2013-11-067-106/+106
* * benchmark/bm_vm1_gc_short_lived.rb: added.ko12013-11-068-0/+125
* * gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko12013-11-062-1/+8
* * benchmark/gc/gcbench.rb: fix typo of r43543eregon2013-11-051-1/+1
* * gc.c (Init_GC): add GC::OPTS to show options.ko12013-11-052-0/+23
* * benchmark/gc/gcbench.rb: add some options to make quiet.ko12013-11-052-6/+26
* * 2013-11-06svn2013-11-051-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: process merge keys beforetenderlove2013-11-053-9/+30
* * test/ruby/test_thread.rb (test_thread_join_in_trap):akr2013-11-052-0/+9
* * gc.c (is_live_object): A hidden object may be a live object.tarui2013-11-052-1/+5
* pty.c: check error of seteuidnobu2013-11-051-1/+1
* test_command_processor.rb: clear tmpdirnobu2013-11-051-0/+4
* eval_intern.h: rename prefixnobu2013-11-051-5/+5
* eval.c: suppress warningnobu2013-11-051-5/+4
* * remove trailing spaces.nobu2013-11-052-3/+3
* fix typos in ChangeLog.ko12013-11-051-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-057-130/+247
* * gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko12013-11-042-1/+6
* * gc.c: add 3gen GC patch, but disabled as default.ko12013-11-044-128/+388