aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (iseq_compile_each): emit opt_str_freeze if the #freezecharliesome2013-11-097-0/+49
* test_objectspace.rb: run in separate processnobu2013-11-091-19/+12
* envutil.rb: under_gc_stress parameternobu2013-11-091-2/+2
* rbinstall.rb: fix for non-working directorynobu2013-11-092-3/+4
* * gc.c (vm_malloc_increase): sweep immediately on GC due to malloc().ko12013-11-092-2/+8
* * benchmark/gc/gcbench.rb: output version description and GC::OPTS.ko12013-11-092-0/+7
* gc.c: private callnobu2013-11-093-1/+27
* gc.c: should_be_callablenobu2013-11-091-7/+12
* * 2013-11-10svn2013-11-091-2/+2
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawadazzak2013-11-092-1/+6
* rbinstall.rb: spec date from VCSnobu2013-11-094-7/+40
* test_objspace.rb: assertion for temporary filenobu2013-11-091-0/+14
* objspace_dump.c: fix declarationnobu2013-11-091-1/+1
* 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