aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* variable.c: real class namenobu2013-10-191-0/+18
* * properties.nobu2013-10-171-9/+9
* * error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko12013-10-161-0/+9
* test/-ext-: suppress warningsnobu2013-10-145-20/+24
* test_profile_frames.rb: assert first_linenonobu2013-10-141-0/+5
* test_profile_frames.rb: fix typonobu2013-10-141-2/+2
* object.c: avoid inadvertent symbol creationnobu2013-10-091-0/+28
* test_inadvertent_creation.rb: fix assertion namenobu2013-10-091-14/+14
* test_inadvertent_creation.rb: use assert_not_interned?nobu2013-10-091-14/+14
* test/unit/assertions.rb: return exceptionnobu2013-10-092-12/+6
* test: use assert_raisenobu2013-10-092-2/+2
* test_tracepoint.rb: include zombiesnobu2013-10-091-1/+3
* * 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