aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* * bignum.c (BDIGITS_ZERO): Defined.akr2013-07-181-0/+16
* * gc.c: rename gc related functions with prefix "gc_".ko12013-07-171-0/+14
* * hash.c (delete_if_i): use ST_DELETE.glass2013-07-171-0/+4
* * bignum.c: An static assertion for relation of SIZEOF_LONG andakr2013-07-171-0/+10
* * hash.c (rb_hash_replace): performance improvement by usingglass2013-07-171-0/+5
* * gc.c: rename heap management functions with prefix "heap_".ko12013-07-171-0/+12
* hash.c: key name in error messagenobu2013-07-171-0/+5
* * gc.c: catch up last changes for debugging/checking mode.ko12013-07-171-0/+4
* * gc.c (rb_objspace_free): free slot itself.ko12013-07-171-0/+9
* * gc.c (unlink_heap_slot): fix memory leak.ko12013-07-171-0/+12
* * gc.c: re-design the heap structure.ko12013-07-171-0/+18