aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* revert last commit because it fails test-all.ko12013-07-162-12/+6
* * gc.c (after_gc_sweep): refactoring code.ko12013-07-162-6/+12
* encoding.c: revert r41964nobu2013-07-162-13/+16
* * io.c (appendline): cosmetic changeglass2013-07-161-2/+2
* * proc.c (rb_block_arity): raise ArgumentError if no block given.glass2013-07-162-1/+7
* * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-levelzzak2013-07-152-0/+26
* * 2013-07-16svn2013-07-151-2/+2
* * numeric.c: [DOC] improve rdoc formatting for parameters and linkszzak2013-07-152-249/+253
* Fix spaces.akr2013-07-151-3/+3
* * include/ruby/intern.h (rb_big2str0): Deprecated.akr2013-07-153-4/+19
* * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass2013-07-152-4/+19
* * bignum.c: Add static assertions.akr2013-07-152-0/+10
* * hash.c (rb_hash_each_pair): performance improvement by usingglass2013-07-152-1/+16
* * proc.c (rb_block_arity): create internal API rb_block_arity().glass2013-07-153-11/+44
* * lib/prime.rb (Prime::EratosthenesGenerator,yugui2013-07-153-57/+46
* * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doczzak2013-07-152-0/+7
* * bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.akr2013-07-152-2/+5
* * bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coercezzak2013-07-152-1/+17
* bignum.c: suppress warningsnobu2013-07-151-3/+6
* * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lockzzak2013-07-152-0/+8
* * bignum.c (nlz16): Use __builtin_clz if possible.akr2013-07-153-0/+39
* ChangeLog: fix a typonobu2013-07-151-1/+1
* * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.akr2013-07-153-66/+11
* localeinit.c: splitnobu2013-07-147-64/+114
* signal.c: suppress a warningnobu2013-07-141-1/+1
* string.c: char lengthnobu2013-07-141-2/+1