aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr2013-07-161-0/+9
* * bignum.c (bigmul1_toom3): Use bigdivrem_single instead of bigdivrem.akr2013-07-161-0/+6
* * configure.in: revert r42008. strcasecmp() uses the current locale.glass2013-07-161-0/+8
* * configure.in: check strcasecmp().glass2013-07-161-0/+10
* * bignum.c (bigsq): Renamed from bigsqr.akr2013-07-161-0/+4
* * bignum.c (USHORT): Unused macro removed.akr2013-07-161-0/+4
* * gc.c: slim a path of newobj_of().ko12013-07-161-0/+22
* * bignum.c (big_shift3): Big shift width is not a problem for rightakr2013-07-161-1/+6
* array.c: fix typonobu2013-07-161-0/+5
* * bignum.c (bary_mul_karatsuba): Avoid duplicate calculation whenakr2013-07-161-0/+6
* * gc.c (link_free_heap_slot): removed.ko12013-07-161-0/+10
* * gc.c (assign_heap_slot): refactoring variable names.ko12013-07-161-0/+11
* * gc.c (lazy_sweep): refactoring.ko12013-07-161-0/+4
* fix a typokazu2013-07-161-1/+1
* revert last commit because it fails test-all.ko12013-07-161-4/+0
* * gc.c (after_gc_sweep): refactoring code.ko12013-07-161-0/+4
* encoding.c: revert r41964nobu2013-07-161-3/+6
* * proc.c (rb_block_arity): raise ArgumentError if no block given.glass2013-07-161-0/+4
* * ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-levelzzak2013-07-151-0/+5
* * numeric.c: [DOC] improve rdoc formatting for parameters and linkszzak2013-07-151-0/+4
* * include/ruby/intern.h (rb_big2str0): Deprecated.akr2013-07-151-0/+8
* * 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