aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* encoding.c: NO_PRESERVED_ENCODINGnobu2013-07-144-6/+3
* encoding.c: defer autoloadnobu2013-07-142-6/+24
* encoding.c: encoding checknobu2013-07-142-5/+19
* string.c: consider old terminatornobu2013-07-142-18/+23
* * 2013-07-15svn2013-07-141-2/+2
* encoding.c: encoding at inspectnobu2013-07-142-6/+8
* encoding.c: terminator in enc_set_indexnobu2013-07-142-10/+15
* * configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr2013-07-144-6/+33
* * bignum.c (bary_subb): Support xn < yn.akr2013-07-142-38/+42
* * bignum.c (DIGSPERLONG): Unused macro removed.akr2013-07-132-6/+5
* * bignum.c (rb_big_aref): Less scan when the number is negative.akr2013-07-132-14/+16
* * bignum.c (big_shift): Avoid signed integer overflow.akr2013-07-132-1/+5