aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/intern.h (rb_absint_size): Declaration moved fromakr2013-07-281-0/+49
* * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko12013-07-231-0/+4
* string.c: multi-byte terminatornobu2013-07-111-2/+8
* string.c: check null charnobu2013-07-111-0/+19
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-081-0/+22
* * bignum.c (bary_mul_balance): Reduce work memory.akr2013-07-081-0/+12
* * bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr2013-07-071-0/+43
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-071-0/+53
* * bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr2013-06-221-2/+27
* * bignum.c (bary_pack): Supportakr2013-06-221-0/+21
* * bignum.c (bary_pack): Specialized packers implemented.akr2013-06-211-0/+76
* * bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr2013-06-201-0/+5
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-161-22/+22
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-32/+33
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-9/+0
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-121-0/+31
* * internal.h (INTEGER_PACK_NEGATIVE): Defined.akr2013-06-111-22/+23
* * bignum.c (validate_integer_pack_format): Don't require a word orderakr2013-06-111-2/+2
* rb_integer_pack tests refined.akr2013-06-111-32/+32
* * bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr2013-06-111-0/+44
* * bignum.c (rb_integer_pack): numwords_allocated argument removed.akr2013-06-091-22/+22
* * bignum.c (rb_integer_pack): Arguments changed. Use flags toakr2013-06-071-56/+65
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-073-121/+112
* Fix the class name.akr2013-06-061-1/+1
* * bignum.c (rb_int_import): New function.akr2013-06-061-0/+54
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-061-0/+67
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+3
* * include/ruby/ruby.h, gc.c: add new internal eventko12013-05-271-2/+7
* * append newline at EOF.nobu2013-05-271-1/+1
* * test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko12013-05-271-2/+2
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-271-0/+40
* * remove trailing spaces.nobu2013-05-261-1/+1
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-261-0/+25
* More tests.akr2013-04-221-0/+19
* struct.c: avoid inadvertent symbol creationnobu2013-04-041-0/+20
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+21
* enum.c: avoid inadvertent symbol creationnobu2013-04-041-0/+6
* thread.c: avoid inadvertent symbol creationnobu2013-04-041-0/+28
* bignum.c: Bignum zero comparisonnobu2013-04-031-0/+13
* * ext/-test-/num2int/num2int.c: Define utility methodsakr2013-04-021-6/+6
* Unused module removed.akr2013-04-011-4/+1
* conditional test fixed.akr2013-04-011-2/+2
* more tests.akr2013-04-011-8/+18
* * ext/-test-/num2int/num2int.c: Rename utility methodsakr2013-04-011-8/+4
* * test/-ext-/num2int/test_num2int.rb: Test small bignums.akr2013-04-011-0/+6
* * ext/-test-/num2int/num2int.c: Return string for result, instead ofakr2013-04-011-12/+10
* * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr2013-03-311-0/+74
* more tests.akr2013-03-311-10/+17
* * numeric.c (rb_num2ulong_internal): New function similart toakr2013-03-311-0/+11
* * test/-ext-/num2int/test_num2int.rb: extractakr2013-03-281-17/+24