aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typo in my ChangeLog entrytmm12013-11-091-1/+1
* * ext/objspace/object_tracing.c: use declarations in internal.h.nari2013-11-093-4/+7
* * test/objspace/test_objspace.rb (test_dump_all): Make the test stringakr2013-11-092-2/+8
* Revert "* internal.h: prototype declarations of gc.c collect up."nari2013-11-092-6/+4
* * internal.h: prototype declarations of gc.c collect up.nari2013-11-092-4/+6
* vcs.rb: splitnobu2013-11-092-101/+103
* objspace_dump.c: fix portability issuenobu2013-11-092-1/+13
* objspace_dump.c: extract output option utilitiesnobu2013-11-091-45/+44
* objspace_dump.c: suppress warningsnobu2013-11-091-3/+1
* objspace_dump.c: indentnobu2013-11-091-91/+91
* no kanjizzak2013-11-091-1/+1
* fix a typokazu2013-11-091-1/+1
* * io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znzzzak2013-11-092-4/+8
* * lib/rss/*: [DOC] document various constants @steveklabnik [Bug #8812]zzak2013-11-099-2/+23
* * lib/rss/rss.rb: [DOC] document Time#w3cdtf by @steveklabnikzzak2013-11-092-0/+20
* Add patch author from previous commitzzak2013-11-091-0/+1
* * ext/dl/cfunc.c: [DOC] fix typo in example [Bug #8944]zzak2013-11-092-1/+5
* * lib/test/unit/assertions.rb: [DOC] better example for assert_send()zzak2013-11-092-2/+7
* * insns.def: unify ic_constant_serial and ic_class_serial into one fieldcharliesome2013-11-094-8/+17
* * class.c: unify names of vm state version counters to 'serial'.charliesome2013-11-0910-45/+59
* * gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.tarui2013-11-092-2/+7
* * gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsensetarui2013-11-092-6/+5
* * 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