aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * sample/*: whitespace patch by Sergio Campama [Fixes GH-364]zzak2013-07-2025-311/+316
* * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak2013-07-202-1/+6
* Update a comment for Toom3.akr2013-07-201-2/+2
* rename a() to b() and define a() for US-ASCIInaruse2013-07-201-49/+50
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-203-1/+18
* * array.c (rb_ary_resize): use simple memcpy because there are no newko12013-07-202-2/+6
* safe.c: ruby_safe_level_4_warningnobu2013-07-202-0/+12
* * array.c (ary_make_shared): make shared array shady.ko12013-07-202-2/+8
* string.c: wchar succnobu2013-07-203-7/+64
* encoding.c: add rb_enc_code_to_mbclennobu2013-07-203-0/+19
* * 2013-07-20svn2013-07-201-2/+2
* test_io.rb: split test_copy_streamnobu2013-07-201-72/+158
* gc.c: suppress warningnobu2013-07-191-1/+1
* * gc.c: declare type_name() at the beggining of file.ko12013-07-192-0/+5
* * array.c: reduce shady operations.ko12013-07-192-22/+48
* * array.c: reduce shade operations.ko12013-07-192-21/+33
* * array.c (ary_mem_clear): added. This operation doesn't need WBko12013-07-192-15/+33
* Suppress warnings.akr2013-07-191-2/+2
* Suppress warnings.akr2013-07-191-1/+2
* * array.c: fix commit miss.ko12013-07-192-1/+6
* * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko12013-07-192-6/+10
* * array.c (ary_memcpy): add a function to copy VALUEs into aryko12013-07-192-13/+55
* * array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko12013-07-192-1/+8
* * array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko12013-07-192-7/+16
* * gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko12013-07-193-0/+14
* * array.c (ary_unprotect_logging): use (void *) for first parameterko12013-07-192-5/+11
* * ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj2013-07-192-1/+6
* * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At pre...nagai2013-07-191-2/+5
* * dir.c: [DOC] add docs for :encoding option.ktsj2013-07-191-3/+18
* * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr2013-07-192-14/+34
* Fix a typo.akr2013-07-191-1/+1
* * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak2013-07-192-2/+7
* * ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-195-8/+13
* * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-1912-20/+25
* * lib/rubygems*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-198-20/+25
* Define Set#to_set so that aSet.to_set returns self.knu2013-07-194-0/+22
* * lib/rake/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-193-2/+7
* * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr2013-07-183-2/+8
* * 2013-07-19svn2013-07-181-2/+2
* * test/ruby/test_array.rb (test_count): add a test case for #counteregon2013-07-182-0/+17
* * array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass2013-07-182-0/+6
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-1817-28/+48
* * bignum.c (bary_sq_fast): Specialize the last iteration of theakr2013-07-182-5/+26
* * array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass2013-07-182-0/+6
* * array.c (rb_ary_fill): use memfill().glass2013-07-182-5/+6
* * array.c (rb_ary_count): check length to avoid SEGVeregon2013-07-183-5/+22
* * hash.c (rb_hash_flatten): performance improvement by not usingglass2013-07-182-3/+10
* * hash.c (rb_hash_flatten): performance improvement by not usingglass2013-07-182-7/+26
* * array.c: add logging feature for RGenGC's write barrier unprotectko12013-07-182-0/+55
* ruby.h: error only in the corenobu2013-07-182-5/+16