aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h: use __attribute__((unused)) in UNINTIALIZED_VAR on clangcharliesome2013-10-012-1/+7
* tempfile.rb: undefine finalizer on unlinknobu2013-10-013-1/+21
* * properties.nobu2013-10-010-0/+0
* file/stat.c: fix commit missnobu2013-10-013-0/+45
* file.c: export rb_stat_newnobu2013-10-014-7/+33
* test_config.rb: fix library pathnobu2013-10-011-1/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-8/+8
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-012-4/+4
* ruby.h: export ruby_safe_level_4_warningnobu2013-10-012-2/+6
* * 2013-10-01svn2013-10-011-3/+3
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-012-0/+2
* * ext/objspace/objspace.c: [DOC] Cleaned up many rdoc formattingzzak2013-09-302-55/+62
* ChangeLog typozzak2013-09-301-1/+1
* * ext/objspace/object_tracing.c: [DOC] Adjust rdoc formatting and fixzzak2013-09-302-6/+10
* * ext/objspace/object_tracing.c: [DOC] add some nots forko12013-09-302-1/+9
* * ext/objspace/object_tracing.c: add new 3 methods to control tracing.ko12013-09-304-38/+167
* gc.c: suppress warningsnobu2013-09-301-1/+1
* configure.in: RUNRUBY_COMMANDnobu2013-09-302-4/+10
* * gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko12013-09-302-0/+9
* * properties.nobu2013-09-301-1/+1
* * vm_method.c (rb_undef): raise a NameError if the original methodshugo2013-09-303-3/+58
* fix a typokazu2013-09-291-1/+1
* * 2013-09-30svn2013-09-291-2/+2
* fix typoskazu2013-09-291-1/+1
* array.c: minor performance improvementnobu2013-09-291-7/+16
* parse.y: allow junk attrsetnobu2013-09-293-8/+12
* ChangeLog: remove duplicated entrynobu2013-09-291-6/+0
* parse.y: fix inconsistency with literalsnobu2013-09-294-5/+45
* * 2013-09-29svn2013-09-291-2/+2
* * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args):ktsj2013-09-293-0/+37
* math.c: fix for Bignum argumentnobu2013-09-283-3/+20
* Added ticket numberkosaki2013-09-281-0/+1
* * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurdkosaki2013-09-283-0/+12
* * remove trailing spaces.nobu2013-09-281-1/+1
* * 2013-09-28svn2013-09-271-2/+2
* * ext/curses/extconf.rb: check the size of chtype.shugo2013-09-273-5/+32
* [DOC]akr2013-09-271-12/+9
* * gc.c: add two GC tuning environment variables.ko12013-09-273-58/+86
* * gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko12013-09-272-1/+5
* * gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko12013-09-272-2/+6
* * remove trailing spaces.nobu2013-09-271-1/+1
* * gc.c: add some fine-grained profiling codes to tuning marking phase.ko12013-09-272-7/+101
* * gc.c: simplify threshold of GC caused by malloc_increase.ko12013-09-272-39/+97
* .gdbinit: insert a colonnobu2013-09-271-1/+1
* * remove trailing spaces.nobu2013-09-262-2/+2
* * re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205]zzak2013-09-262-0/+7
* * 2013-09-27svn2013-09-261-2/+2
* * struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936]zzak2013-09-262-1/+7
* * ext/bigdecimal/bigdecimal.c: [DOC] several fixes by @chastellzzak2013-09-262-14/+21
* * lib/observer.rb: [DOC] syntax improvement in example by @chastellzzak2013-09-262-4/+9