aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gc.c: catch up last changes for debugging/checking mode.ko12013-07-172-8/+12
* * gc.c (rb_objspace_free): free slot itself.ko12013-07-172-18/+33
* * gc.c (unlink_heap_slot): fix memory leak.ko12013-07-172-20/+24
* * gc.c: re-design the heap structure.ko12013-07-172-164/+188
* * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko12013-07-172-24/+33
* * include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.akr2013-07-172-0/+7
* ChangeLog: Update r42013 r42014.xibbar2013-07-171-0/+10
* * lib/cgi/util.rb (CGI::Util#escape, unescape): Unuse regexp specialxibbar2013-07-161-4/+4
* * lib/erb.rb (ERB::Util#url_encode): Unuse regexp special globalxibbar2013-07-161-2/+2
* * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr2013-07-164-9/+18
* * 2013-07-17svn2013-07-161-2/+2
* * bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.akr2013-07-162-6/+8
* * configure.in: revert r42008. strcasecmp() uses the current locale.glass2013-07-164-7/+8
* * configure.in: check strcasecmp().glass2013-07-164-0/+17
* * bignum.c (bigsq): Renamed from bigsqr.akr2013-07-162-5/+9
* * bignum.c (USHORT): Unused macro removed.akr2013-07-162-4/+4
* * gc.c: slim a path of newobj_of().ko12013-07-162-91/+106
* * bignum.c (big_shift3): Big shift width is not a problem for rightakr2013-07-162-9/+14
* array.c: fix typonobu2013-07-162-1/+6
* test_string.rb: Bug #8642nobu2013-07-161-0/+11
* * bignum.c (bary_mul_karatsuba): Avoid duplicate calculation whenakr2013-07-162-7/+27
* * gc.c (link_free_heap_slot): removed.ko12013-07-162-15/+18
* * gc.c (assign_heap_slot): refactoring variable names.ko12013-07-162-51/+71
* * gc.c (lazy_sweep): refactoring.ko12013-07-162-5/+14
* fix a typokazu2013-07-161-1/+1