summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-07-16* bignum.c (bary_mul_karatsuba): Avoid duplicate calculation whenakr
2013-07-16* gc.c (link_free_heap_slot): removed.ko1
2013-07-16* gc.c (assign_heap_slot): refactoring variable names.ko1
2013-07-16* gc.c (lazy_sweep): refactoring.ko1
2013-07-16fix a typokazu
2013-07-16revert last commit because it fails test-all.ko1
2013-07-16* gc.c (after_gc_sweep): refactoring code.ko1
2013-07-16encoding.c: revert r41964nobu
2013-07-16* proc.c (rb_block_arity): raise ArgumentError if no block given.glass
2013-07-15* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] document top-levelzzak
2013-07-15* numeric.c: [DOC] improve rdoc formatting for parameters and linkszzak
2013-07-15* include/ruby/intern.h (rb_big2str0): Deprecated.akr
2013-07-15* struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass
2013-07-15* bignum.c: Add static assertions.akr
2013-07-15* hash.c (rb_hash_each_pair): performance improvement by usingglass
2013-07-15* proc.c (rb_block_arity): create internal API rb_block_arity().glass
2013-07-15* lib/prime.rb (Prime::EratosthenesGenerator,yugui
2013-07-15* numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doczzak
2013-07-15* bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.akr
2013-07-15* bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coercezzak
2013-07-15* thread.c (mutex_sleep): [DOC] Awake thread will reacquire lockzzak
2013-07-15* bignum.c (nlz16): Use __builtin_clz if possible.akr
2013-07-15ChangeLog: fix a typonobu
2013-07-15* bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.akr
2013-07-14localeinit.c: splitnobu
2013-07-14encoding.c: NO_PRESERVED_ENCODINGnobu
2013-07-14encoding.c: defer autoloadnobu
2013-07-14encoding.c: encoding checknobu
2013-07-14string.c: consider old terminatornobu
2013-07-14encoding.c: encoding at inspectnobu
2013-07-14encoding.c: terminator in enc_set_indexnobu
2013-07-14* configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr
2013-07-14* bignum.c (bary_subb): Support xn < yn.akr
2013-07-13* bignum.c (DIGSPERLONG): Unused macro removed.akr
2013-07-13* bignum.c (rb_big_aref): Less scan when the number is negative.akr
2013-07-13* bignum.c (big_shift): Avoid signed integer overflow.akr
2013-07-13* bignum.c (bary_mul_precheck): Use bary_small_lshift orakr
2013-07-13* bignum.c (big_shift3): New function.akr
2013-07-13* bignum.c (bary_small_lshift): Use size_t instead of long.akr
2013-07-13* bignum.c (bary_small_lshift): Functions moved to removeakr
2013-07-13encoding.c: new termlen not oldtermlennobu
2013-07-13ext/win32: movenobu
2013-07-13* bignum.c (biglsh_bang): Removed.akr
2013-07-12* lib/rubygems/psych_additions.rb: Ignore Psych docs herezzak
2013-07-12* ext/fiddle/win32/lib/win32/registry.rbusa
2013-07-12encoding.c: refill terminator at associating encodingnobu
2013-07-12* hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHashglass
2013-07-12* hash.c (recursive_hash): use RHASH_SIZE() to check hash size.glass
2013-07-11* hash.c (rb_hash_size): use RHASH_SIZE().glass
2013-07-11* hash.c (rb_hash_values): set array capa to RHASH_SIZE().glass