aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32.c: codepage awarenessnobu2013-06-302-22/+25
* win32.c: rb_w32_udln_find_exe_r,nobu2013-06-303-3/+24
* win32.c: UTF-8 spawnnobu2013-06-303-5/+25
* win32.c: UTF-8 aspawnnobu2013-06-303-5/+35
* win32.c: w32_getenvnobu2013-06-302-27/+16
* win32.c: w32_stati64nobu2013-06-302-10/+15
* dln.c: extra argumentsnobu2013-06-303-9/+25
* process.c: default process encodingnobu2013-06-302-5/+38
* process.c: adjust indentnobu2013-06-301-2/+2
* test_process.rb: File.realpath directlynobu2013-06-301-2/+1
* * bignum.c (big_rshift): Use abs2twocomp and twocomp2abs_bang.akr2013-06-292-17/+16
* * 2013-06-30svn2013-06-291-2/+2
* * bignum.c (RBIGNUM_SET_NEGATIVE_SIGN): New macro.akr2013-06-293-9/+36
* * bignum.c (bary_neg): Extracted from bary_2comp.akr2013-06-292-13/+37
* * bignum.c (bary_2comp): Simplified.akr2013-06-292-8/+11
* * bignum.c (bigor_int): Return -1 if y == -1.akr2013-06-292-1/+5
* * bignum.c (bigor_int): Use RB_GC_GUARD.akr2013-06-292-46/+46
* * bignum.c (bigand_int): Don't apply bitwise and for BDIGIT and long.akr2013-06-282-45/+52
* * 2013-06-29svn2013-06-281-2/+2
* * numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causingcharliesome2013-06-283-2/+9
* enumerator.c: lazyenum_sizenobu2013-06-281-1/+7
* * bignum.c (rb_big_and): Allocate new bignum with same size to shorterakr2013-06-282-0/+8
* * ext/socket/ipsocket.c (init_inetsock_internal): Don't use localakr2013-06-283-7/+23
* Wait morenaruse2013-06-281-1/+1
* * 2013-06-28svn2013-06-271-2/+2
* * bignum.c (bigand_int): Add arguments, xn and hibitsx.akr2013-06-272-14/+21
* * bignum.c (abs2twocomp_bang): Removed.akr2013-06-272-29/+24
* * bignum.c (get2comp): Use bary_2comp.akr2013-06-272-41/+77
* * ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika2013-06-273-5/+44
* Get ps result if fork-wait is timeoutednaruse2013-06-271-9/+10
* enumerator.c: adjust indentnobu2013-06-271-1/+1
* * bignum.c (rb_big_pow): Retry if y is a Bignum and it isakr2013-06-262-4/+15
* * 2013-06-27svn2013-06-261-2/+2
* formatting failcharliesome2013-06-261-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_rounding_mode): fix typo.charliesome2013-06-262-1/+6
* enumerator.c: use rb_enumerator_size_funcnobu2013-06-262-6/+11
* * gc.c (is_before_sweep): Add a missing space before a parenthesis.kou2013-06-262-2/+7
* intern.h: rb_enumeratorize_with_size with castnobu2013-06-262-1/+8
* intern.h: define rb_enumerator_size_funcnobu2013-06-2611-49/+85
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki2013-06-262-16/+26
* mkmf.rb: use expanded valuesnobu2013-06-262-3/+8
* * bignum.c (LSHIFTABLE): extract from LSHIFTX().nobu2013-06-261-1/+2
* * bignum.c (bigxor_int): Fix a buffer over read.akr2013-06-262-10/+21
* * bignum.c (bigand_int): Consider negative values.akr2013-06-264-12/+70
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-262-2/+14
* * bignum.c (bigand_int): Fix a buffer over read.akr2013-06-252-7/+8
* * bignum.c (bigadd_int): Fix a buffer over read.akr2013-06-252-16/+50
* fix a typokazu2013-06-251-1/+1
* * gc.c (is_before_sweep): Add new helper function that check the objecttarui2013-06-252-0/+26
* * 2013-06-26svn2013-06-251-2/+2