aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* stringio.c: keep coderangenobu2013-07-011-1/+4
* string.c: coderange appending to empty stringnobu2013-07-011-0/+6
* * eval.c (rb_using_module): activate refinements in the ancestors ofshugo2013-07-011-0/+8
* * bignum.c (rb_cstr_to_inum): Skip leading zeros.akr2013-07-011-0/+4
* * bignum.c (nlz16): New function.akr2013-06-301-0/+10
* * lib/prime.rb: Corrected a few comments. Patch by @Nullset14.charliesome2013-06-301-0/+5
* * bignum.c (rb_cstr_to_inum): Use rb_integer_unpack if base is a powerakr2013-06-301-0/+5
* ChangeLog: remove garbagenobu2013-06-301-2/+0
* win32.c: use backslashnobu2013-06-301-1/+5
* win32: UTF-8 spawnnobu2013-06-301-1/+5
* win32.c: codepage awarenessnobu2013-06-301-1/+4
* win32.c: rb_w32_udln_find_exe_r,nobu2013-06-301-1/+6
* win32.c: UTF-8 spawnnobu2013-06-301-1/+6
* win32.c: UTF-8 aspawnnobu2013-06-301-1/+7
* win32.c: w32_getenvnobu2013-06-301-1/+4
* win32.c: w32_stati64nobu2013-06-301-1/+4
* dln.c: extra argumentsnobu2013-06-301-1/+6
* process.c: default process encodingnobu2013-06-301-0/+9
* * bignum.c (big_rshift): Use abs2twocomp and twocomp2abs_bang.akr2013-06-291-0/+4
* * bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro.akr2013-06-291-0/+6
* * bignum.c (bary_neg): Extracted from bary_2comp.akr2013-06-291-0/+10
* * bignum.c (bary_2comp): Simplified.akr2013-06-291-0/+4
* * bignum.c (bigor_int): Return -1 if y == -1.akr2013-06-291-0/+4
* * bignum.c (bigor_int): Use RB_GC_GUARD.akr2013-06-291-0/+6
* * bignum.c (bigand_int): Don't apply bitwise and for BDIGIT and long.akr2013-06-281-0/+6
* * numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome2013-06-281-0/+8
* * bignum.c (rb_big_and): Allocate new bignum with same size to shorterakr2013-06-281-0/+5
* * ext/socket/ipsocket.c (init_inetsock_internal): Don't use localakr2013-06-281-0/+5
* * bignum.c (bigand_int): Add arguments, xn and hibitsx.akr2013-06-271-0/+5
* * bignum.c (abs2twocomp_bang): Removed.akr2013-06-271-0/+6
* * bignum.c (get2comp): Use bary_2comp.akr2013-06-271-0/+8
* * ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika2013-06-271-0/+9
* * bignum.c (rb_big_pow): Retry if y is a Bignum and it isakr2013-06-261-0/+6
* formatting failcharliesome2013-06-261-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode): fix typo.charliesome2013-06-261-0/+5
* enumerator.c: use rb_enumerator_size_funcnobu2013-06-261-0/+5
* * gc.c (is_before_sweep): Add a missing space before a parenthesis.kou2013-06-261-0/+5
* intern.h: rb_enumeratorize_with_size with castnobu2013-06-261-1/+4
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-0/+5
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki2013-06-261-0/+6
* mkmf.rb: use expanded valuesnobu2013-06-261-0/+6
* * bignum.c (bigxor_int): Fix a buffer over read.akr2013-06-261-0/+4
* * bignum.c (bigand_int): Consider negative values.akr2013-06-261-0/+9
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-261-0/+5
* * bignum.c (bigand_int): Fix a buffer over read.akr2013-06-251-0/+4
* * bignum.c (bigadd_int): Fix a buffer over read.akr2013-06-251-0/+4
* fix a typokazu2013-06-251-1/+1
* * gc.c (is_before_sweep): Add new helper function that check the objecttarui2013-06-251-0/+7
* * bignum.c (bigsub_int): Fix a buffer over read.akr2013-06-251-0/+4
* * bignum.c (rb_absint_singlebit_p): Use POW2_P.akr2013-06-251-0/+7