aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass2013-07-151-0/+6
* * bignum.c: Add static assertions.akr2013-07-151-0/+4
* * hash.c (rb_hash_each_pair): performance improvement by usingglass2013-07-151-0/+5
* * proc.c (rb_block_arity): create internal API rb_block_arity().glass2013-07-151-0/+5
* * lib/prime.rb (Prime::EratosthenesGenerator,yugui2013-07-151-0/+8
* * numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doczzak2013-07-151-0/+4
* * bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.akr2013-07-151-0/+4
* * bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coercezzak2013-07-151-0/+6
* * thread.c (mutex_sleep): [DOC] Awake thread will reacquire lockzzak2013-07-151-0/+5
* * bignum.c (nlz16): Use __builtin_clz if possible.akr2013-07-151-0/+10
* ChangeLog: fix a typonobu2013-07-151-1/+1
* * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.akr2013-07-151-0/+10
* localeinit.c: splitnobu2013-07-141-0/+8
* encoding.c: NO_PRESERVED_ENCODINGnobu2013-07-141-1/+3
* encoding.c: defer autoloadnobu2013-07-141-1/+3
* encoding.c: encoding checknobu2013-07-141-0/+14
* string.c: consider old terminatornobu2013-07-141-1/+5
* encoding.c: encoding at inspectnobu2013-07-141-1/+4
* encoding.c: terminator in enc_set_indexnobu2013-07-141-0/+5
* * configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr2013-07-141-0/+14
* * bignum.c (bary_subb): Support xn < yn.akr2013-07-141-0/+7
* * bignum.c (DIGSPERLONG): Unused macro removed.akr2013-07-131-0/+5
* * bignum.c (rb_big_aref): Less scan when the number is negative.akr2013-07-131-0/+4
* * bignum.c (big_shift): Avoid signed integer overflow.akr2013-07-131-0/+4
* * bignum.c (bary_mul_precheck): Use bary_small_lshift orakr2013-07-131-0/+5
* * bignum.c (big_shift3): New function.akr2013-07-131-0/+13
* * bignum.c (bary_small_lshift): Use size_t instead of long.akr2013-07-131-0/+5
* * bignum.c (bary_small_lshift): Functions moved to removeakr2013-07-131-0/+6
* encoding.c: new termlen not oldtermlennobu2013-07-131-0/+5
* ext/win32: movenobu2013-07-131-0/+6
* * bignum.c (biglsh_bang): Removed.akr2013-07-131-0/+6
* * lib/rubygems/psych_additions.rb: Ignore Psych docs herezzak2013-07-121-0/+4
* * ext/fiddle/win32/lib/win32/registry.rbusa2013-07-121-0/+5
* encoding.c: refill terminator at associating encodingnobu2013-07-121-0/+11
* * hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHashglass2013-07-121-0/+5
* * hash.c (recursive_hash): use RHASH_SIZE() to check hash size.glass2013-07-121-0/+4
* * hash.c (rb_hash_size): use RHASH_SIZE().glass2013-07-111-0/+4
* * hash.c (rb_hash_values): set array capa to RHASH_SIZE().glass2013-07-111-0/+4
* * hash.c (rb_hash_keys): set array capa to RHASH_SIZE().glass2013-07-111-0/+4
* win32.c: fix infinite recursionnobu2013-07-111-0/+5
* win32/registry.rb: remove workaroundnobu2013-07-111-1/+4
* transcode.c: fill terminatornobu2013-07-111-1/+3
* string.c: multi-byte terminatornobu2013-07-111-1/+9
* string.c: multi-byte terminatornobu2013-07-111-1/+4
* string.c: check null charnobu2013-07-111-0/+5
* * array.c: Replace confusing example for #reverse_each in overviewzzak2013-07-111-0/+6
* * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak2013-07-111-0/+7
* * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]zzak2013-07-111-0/+5
* * lib/securerandom.rb: Refactor conditions by Rafal Chmielzzak2013-07-111-0/+5
* * bignum.c: Don't use toom3 after once karatsuba is choosen.akr2013-07-111-0/+24