aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_marks_test): Bugfix. Fix a struct member name for buildtarui2013-11-092-2/+7
* * gc.c : Add GC_PROFILE_DETAIL_MEMORY option.tarui2013-11-082-1/+41
* From 33f55b1eac7f044feb59a29da4a5a82bee3f419e Mon Sep 17 00:00:00 2001nobu2013-11-081-2/+2
* internal.h: prototype declarationsnobu2013-11-081-0/+5
* rbinstall.rb: indentnobu2013-11-081-2/+2
* rbinstall.rb: make stable files in .gemspecnobu2013-11-082-1/+9
* * properties.nobu2013-11-080-0/+0
* * ext/objspace/object_tracing.c: Add experimental methods to dumptmm12013-11-087-14/+483
* * 2013-11-09svn2013-11-081-2/+2
* file.c: remove unnecessary declarationnobu2013-11-082-1/+6
* * lib/open3.rb: receive arguments as keyword arguments.glass2013-11-082-86/+15
* * io.c (rb_io_open_with_args): use RARRAY_CONST_PTR().glass2013-11-082-4/+14
* * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass2013-11-086-12/+18
* * 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