aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/rubygems: Fix CVE-2013-4363. Miscellaneous minor improvements.drbrain2013-09-2513-121/+170
* * 2013-09-25svn2013-09-251-2/+2
* NEWS: required keyword argumentsnobu2013-09-251-0/+3
* tabify indentkazu2013-09-241-1/+1
* string.c: fix for UTF-16/32nobu2013-09-242-4/+15
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-245-5/+25
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* string/test_ellipsize.rb: remove non-sense testsnobu2013-09-241-0/+1
* win32/registry.rb: size in bytesnobu2013-09-242-3/+11
* win32/registry.rb: encode namenobu2013-09-242-2/+20
* win32/registry.rb: fix runtime errorsnobu2013-09-242-2/+7
* * gc.c (free_method_cache_entry_i): unused functioncharliesome2013-09-244-28/+12
* * class.c (class_alloc): remove mc_tblcharliesome2013-09-246-28/+40
* win32/registry.rb: fix runtime errorsnobu2013-09-242-1/+10
* * 2013-09-24svn2013-09-231-2/+2
* test_transcode.rb: base encodingnobu2013-09-231-0/+1
* encdb.c, utf_16_32.h: Unicode with BOMnobu2013-09-234-2/+15