aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2013-07-14svn2013-07-131-2/+2
* * bignum.c (bary_mul_precheck): Use bary_small_lshift orakr2013-07-132-8/+22
* * bignum.c (big_shift3): New function.akr2013-07-133-93/+140
* * bignum.c (bary_small_lshift): Use size_t instead of long.akr2013-07-132-3/+8
* * bignum.c (bary_small_lshift): Functions moved to removeakr2013-07-132-32/+35
* * properties.nobu2013-07-130-0/+0
* encoding.c: new termlen not oldtermlennobu2013-07-132-1/+6
* ext/win32: movenobu2013-07-1310-1268/+16
* * bignum.c (biglsh_bang): Removed.akr2013-07-132-63/+10
* * 2013-07-13svn2013-07-121-2/+2
* * lib/rubygems/psych_additions.rb: Ignore Psych docs herezzak2013-07-122-1/+5
* * ext/fiddle/win32/lib/win32/registry.rbusa2013-07-122-1/+6
* signal.c: for valgrindnobu2013-07-121-0/+14
* encoding.c: refill terminator at associating encodingnobu2013-07-125-12/+34
* * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHashglass2013-07-122-3/+7
* * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.glass2013-07-122-5/+6
* * hash.c (rb_hash_size): use RHASH_SIZE().glass2013-07-112-3/+5
* * hash.c (rb_hash_values): set array capa to RHASH_SIZE().glass2013-07-112-1/+5
* * 2013-07-12svn2013-07-111-2/+2
* * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().glass2013-07-112-1/+5
* win32.c: fix infinite recursionnobu2013-07-112-0/+6
* win32/registry.rb: remove workaroundnobu2013-07-112-2/+5
* transcode.c: fill terminatornobu2013-07-114-1/+15
* string.c: multi-byte terminatornobu2013-07-112-28/+53
* string.c: multi-byte terminatornobu2013-07-114-5/+48
* string.c: check null charnobu2013-07-113-0/+44
* * array.c: Replace confusing example for #reverse_each in overviewzzak2013-07-112-3/+9