aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (bary_sq_fast): Refine expressions.akr2013-07-211-0/+4
* * bignum.c (bary_mul): Use simple multiplication if yl is small.akr2013-07-211-0/+7
* * bignum.c (bary_mul_toom3): New function based on bigmul1_toom3.akr2013-07-211-0/+10
* * proc.c (proc_to_s): use PRIsVALUE to preserve the result encoding.ktsj2013-07-201-0/+4
* * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse2013-07-201-0/+5
* * common.mk (help): Fix environment variable name and argument.eregon2013-07-201-0/+6
* * common.mk: Document running a single test [Fixes GH-363]zzak2013-07-201-0/+5
* * sample/*: whitespace patch by Sergio Campama [Fixes GH-364]zzak2013-07-201-0/+5
* * doc/regexp.rdoc: [DOC] Fix typo in example [Fixes GH-365]zzak2013-07-201-0/+5
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5
* * array.c (rb_ary_resize): use simple memcpy because there are no newko12013-07-201-0/+5
* safe.c: ruby_safe_level_4_warningnobu2013-07-201-0/+5
* * array.c (ary_make_shared): make shared array shady.ko12013-07-201-0/+6
* string.c: wchar succnobu2013-07-201-1/+6
* encoding.c: add rb_enc_code_to_mbclennobu2013-07-201-0/+9
* * gc.c: declare type_name() at the beggining of file.ko12013-07-191-0/+4
* * array.c: reduce shady operations.ko12013-07-191-0/+20
* * array.c: reduce shade operations.ko12013-07-191-0/+10
* * array.c (ary_mem_clear): added. This operation doesn't need WBko12013-07-191-0/+11
* * array.c: fix commit miss.ko12013-07-191-0/+5
* * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is noko12013-07-191-0/+7
* * array.c (ary_memcpy): add a function to copy VALUEs into aryko12013-07-191-0/+8
* * array.c (rb_ary_store): use RARRAY_PTR_USE() intead of RARRAY_PTR().ko12013-07-191-0/+5
* * array.c (ary_ensure_room_for_push): use RARRAY_RAWPTR() instead ofko12013-07-191-0/+9
* * gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko12013-07-191-0/+6
* * array.c (ary_unprotect_logging): use (void *) for first parameterko12013-07-191-0/+5
* * ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj2013-07-191-0/+5
* * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr2013-07-191-0/+5
* * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-0/+5
* * ext/psych/lib/psych*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-0/+5
* * lib/rdoc/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-0/+5
* * lib/rubygems*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-0/+5
* Define Set#to_set so that aSet.to_set returns self.knu2013-07-191-0/+5
* * lib/rake/*: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-0/+5
* * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.akr2013-07-181-0/+6
* * test/ruby/test_array.rb (test_count): add a test case for #counteregon2013-07-181-0/+5
* * array.c (rb_ary_eql): compare RARRAY_PTR() for performanceglass2013-07-181-0/+5
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-0/+20
* * bignum.c (bary_sq_fast): Specialize the last iteration of theakr2013-07-181-0/+6
* * array.c (rb_ary_equal): compare RARRAY_PTR() for performanceglass2013-07-181-0/+5
* * array.c (rb_ary_fill): use memfill().glass2013-07-181-0/+4
* * array.c (rb_ary_count): check length to avoid SEGVeregon2013-07-181-0/+8
* * hash.c (rb_hash_flatten): performance improvement by not usingglass2013-07-181-0/+5
* * hash.c (rb_hash_flatten): performance improvement by not usingglass2013-07-181-0/+5
* * array.c: add logging feature for RGenGC's write barrier unprotectko12013-07-181-0/+5
* ruby.h: error only in the corenobu2013-07-181-0/+6
* * include/ruby/ruby.h: fix spell miss.ko12013-07-181-0/+4
* ruby.h: no $nobu2013-07-181-0/+5
* * array.c (ary_alloc): slim setup process.ko12013-07-181-0/+4
* * string.c (str_alloc): no need to clear RString (already cleared).ko12013-07-181-0/+4