aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * include/ruby/ruby.h: fix spell miss.ko12013-07-182-2/+6
* ruby.h: no $nobu2013-07-182-2/+7
* * array.c (ary_alloc): slim setup process.ko12013-07-182-4/+9
* * string.c (str_alloc): no need to clear RString (already cleared).ko12013-07-182-5/+4
* * bignum.c (BDIGITS_ZERO): Defined.akr2013-07-182-24/+49
* * 2013-07-18svn2013-07-171-2/+2
* * gc.c: rename gc related functions with prefix "gc_".ko12013-07-172-136/+149
* * hash.c (delete_if_i): use ST_DELETE.glass2013-07-172-1/+5
* * bignum.c: An static assertion for relation of SIZEOF_LONG andakr2013-07-172-37/+94
* * hash.c (rb_hash_replace): performance improvement by usingglass2013-07-172-9/+28
* * gc.c: rename heap management functions with prefix "heap_".ko12013-07-172-54/+63
* hash.c: key name in error messagenobu2013-07-173-2/+10