aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko12013-07-171-0/+8
* * include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.akr2013-07-171-0/+5
* ChangeLog: Update r42013 r42014.xibbar2013-07-171-0/+10
* * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr2013-07-161-0/+9
* * bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.akr2013-07-161-0/+6
* * configure.in: revert r42008. strcasecmp() uses the current locale.glass2013-07-161-0/+8
* * configure.in: check strcasecmp().glass2013-07-161-0/+10
* * bignum.c (bigsq): Renamed from bigsqr.akr2013-07-161-0/+4
* * bignum.c (USHORT): Unused macro removed.akr2013-07-161-0/+4
* * gc.c: slim a path of newobj_of().ko12013-07-161-0/+22
* * bignum.c (big_shift3): Big shift width is not a problem for rightakr2013-07-161-1/+6
* array.c: fix typonobu2013-07-161-0/+5
* * bignum.c (bary_mul_karatsuba): Avoid duplicate calculation whenakr2013-07-161-0/+6
* * gc.c (link_free_heap_slot): removed.ko12013-07-161-0/+10
* * gc.c (assign_heap_slot): refactoring variable names.ko12013-07-161-0/+11
* * gc.c (lazy_sweep): refactoring.ko12013-07-161-0/+4