aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * ext/digest/digest.c: [DOC] typo in overview by @chastellzzak2013-09-262-2/+6
* * ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak2013-09-262-1/+6
* * misc/ruby-electric.el (ruby-electric-delete-backward-char): Addknu2013-09-262-17/+27
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-264-2/+26
* * misc/ruby-electric.el: Avoid use of the interactive functionknu2013-09-262-4/+13
* * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome2013-09-265-3/+41
* * gc.c (vm_xrealloc): use TRY_WITH_GC().nobu2013-09-261-9/+1
* Fix compilation on gcc 4.6naruse2013-09-261-2/+6
* gc.c: disable AddressSanitizernobu2013-09-262-0/+17
* * 2013-09-26svn2013-09-261-2/+2
* gc.c: atomical addnobu2013-09-261-7/+6
* * README.EXT, README.EXT.ja: remove description of RARRAY_PTR()ko12013-09-253-7/+27
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-2514-81/+93
* internal.h: move inline functionsnobu2013-09-254-77/+88
* test_command_processor.rb: fix for mswin/mingw and test for directorynobu2013-09-251-5/+25
* * test/rdoc/test_rdoc_generator_darkfish.rb: add a guard for windows.ko12013-09-252-2/+11