aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/debug.h,ko12013-10-091-1/+11
* * remove trailing spaces.nobu2013-10-081-1/+1
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-5/+31
* * test/-ext-/debug/test_profile_frames.rb: rename class C toko12013-10-071-4/+4
* * ext/-test-/debug/profile_frames.c:ko12013-10-071-0/+54
* test_old_thread_select.rb: ignore short wait on Windowsnobu2013-10-061-1/+2
* file.c: export rb_stat_newnobu2013-10-011-0/+14
* parse.y: allow junk attrsetnobu2013-09-291-5/+6
* parse.y: fix inconsistency with literalsnobu2013-09-291-0/+13
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* string/test_ellipsize.rb: remove non-sense testsnobu2013-09-241-0/+1
* parse.y: junk sigil only namesnobu2013-09-201-0/+96
* ext/-test-/symbol: move upwardnobu2013-09-201-1/+1
* vsnprintf.c: initialize cpnobu2013-09-191-0/+138
* * rational.c: Include gmp.h if GMP is used.akr2013-09-061-0/+31
* * bignum.c (GMP_DIV_DIGITS): New macro.akr2013-09-041-0/+9
* * bignum.c (rb_big_divrem_normal): New function.akr2013-09-041-0/+19
* Add tests.akr2013-09-032-0/+13
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+7
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-031-0/+30
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-0/+1
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-011-0/+23
* * file.c (rb_str_normalize_ospath):naruse2013-08-101-0/+105
* sprintf.c: QUOTE flagnobu2013-07-301-0/+6
* * 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