summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-29* bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro.akr
2013-06-29* bignum.c (bary_neg): Extracted from bary_2comp.akr
2013-06-29* bignum.c (bary_2comp): Simplified.akr
2013-06-29* bignum.c (bigor_int): Return -1 if y == -1.akr
2013-06-29* bignum.c (bigor_int): Use RB_GC_GUARD.akr
2013-06-28* bignum.c (bigand_int): Don't apply bitwise and for BDIGIT and long.akr
2013-06-28* 2013-06-29svn
2013-06-28* numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome
2013-06-28enumerator.c: lazyenum_sizenobu
2013-06-28* bignum.c (rb_big_and): Allocate new bignum with same size to shorterakr
2013-06-28* ext/socket/ipsocket.c (init_inetsock_internal): Don't use localakr
2013-06-28Wait morenaruse
2013-06-27* 2013-06-28svn
2013-06-27* bignum.c (bigand_int): Add arguments, xn and hibitsx.akr
2013-06-27* bignum.c (abs2twocomp_bang): Removed.akr
2013-06-27* bignum.c (get2comp): Use bary_2comp.akr
2013-06-27* ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika
2013-06-27Get ps result if fork-wait is timeoutednaruse
2013-06-27enumerator.c: adjust indentnobu
2013-06-26* bignum.c (rb_big_pow): Retry if y is a Bignum and it isakr
2013-06-26* 2013-06-27svn
2013-06-26formatting failcharliesome
2013-06-26* ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode): fix typo.charliesome
2013-06-26enumerator.c: use rb_enumerator_size_funcnobu
2013-06-26* gc.c (is_before_sweep): Add a missing space before a parenthesis.kou
2013-06-26intern.h: rb_enumeratorize_with_size with castnobu
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-26* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki
2013-06-26mkmf.rb: use expanded valuesnobu
2013-06-26* bignum.c (LSHIFTABLE): extract from LSHIFTX().nobu
2013-06-26* bignum.c (bigxor_int): Fix a buffer over read.akr
2013-06-26* bignum.c (bigand_int): Consider negative values.akr
2013-06-26* test/socket/test_udp.rb: Close sockets explicitly.akr
2013-06-25* bignum.c (bigand_int): Fix a buffer over read.akr
2013-06-25* bignum.c (bigadd_int): Fix a buffer over read.akr
2013-06-25fix a typokazu
2013-06-25 * gc.c (is_before_sweep): Add new helper function that check the objecttarui
2013-06-25* 2013-06-26svn
2013-06-25* bignum.c (bigsub_int): Fix a buffer over read.akr
2013-06-25* bignum.c (rb_absint_singlebit_p): Use POW2_P.akr
2013-06-25* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Passknu
2013-06-25* bignum.c (big2dbl): Use (BDIGIT)1 instead of 1UL.akr
2013-06-25* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases whenmrkn
2013-06-25* bignum.c (big2ulong): "check" argument removed.akr
2013-06-25* bignum.c (rb_big2ulong_pack): Use rb_integer_pack.akr
2013-06-25* bignum.c (LSHIFTX): Revert r41611.akr
2013-06-25fix a typokazu
2013-06-25* bignum.c (big2ulong): Add a cast.akr
2013-06-25fix typo by @daveworth [fix GH-340]hsbt
2013-06-25* bignum.c (integer_unpack_single_bdigit): Use "1 + ~u" instead ofakr