summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-20* sample/*: whitespace patch by Sergio Campama [Fixes GH-364]zzak
2013-07-20* doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak
2013-07-20Update a comment for Toom3.akr
2013-07-20rename a() to b() and define a() for US-ASCIInaruse
2013-07-20* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse
2013-07-20* array.c (rb_ary_resize): use simple memcpy because there are no newko1
2013-07-20safe.c: ruby_safe_level_4_warningnobu
2013-07-20* array.c (ary_make_shared): make shared array shady.ko1
2013-07-20string.c: wchar succnobu
2013-07-20encoding.c: add rb_enc_code_to_mbclennobu
2013-07-20* 2013-07-20svn
2013-07-20test_io.rb: split test_copy_streamnobu
2013-07-19gc.c: suppress warningnobu
2013-07-19* gc.c: declare type_name() at the beggining of file.ko1
2013-07-19* array.c: reduce shady operations.ko1
2013-07-19* array.c: reduce shade operations.ko1
2013-07-19* array.c (ary_mem_clear): added. This operation doesn't need WBko1
2013-07-19Suppress warnings.akr
2013-07-19Suppress warnings.akr
2013-07-19* array.c: fix commit miss.ko1
2013-07-19* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko1
2013-07-19* array.c (ary_memcpy): add a function to copy VALUEs into aryko1
2013-07-19* array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko1
2013-07-19* array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko1
2013-07-19* gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko1
2013-07-19* array.c (ary_unprotect_logging): use (void *) for first parameterko1
2013-07-19* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj
2013-07-19* ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At pre...nagai
2013-07-19* dir.c: [DOC] add docs for :encoding option.ktsj
2013-07-19* test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr
2013-07-19Fix a typo.akr
2013-07-19* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19* lib/rubygems*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-19Define Set#to_set so that aSet.to_set returns self.knu
2013-07-19* lib/rake/*: [DOC] Capitalize "Ruby" in documentationzzak
2013-07-18* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr
2013-07-18* 2013-07-19svn
2013-07-18* test/ruby/test_array.rb (test_count): add a test case for #counteregon
2013-07-18* array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass
2013-07-18* lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak
2013-07-18* bignum.c (bary_sq_fast): Specialize the last iteration of theakr
2013-07-18* array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass
2013-07-18* array.c (rb_ary_fill): use memfill().glass
2013-07-18* array.c (rb_ary_count): check length to avoid SEGVeregon
2013-07-18* hash.c (rb_hash_flatten): performance improvement by not usingglass
2013-07-18* hash.c (rb_hash_flatten): performance improvement by not usingglass
2013-07-18* array.c: add logging feature for RGenGC's write barrier unprotectko1
2013-07-18ruby.h: error only in the corenobu