summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2013-10-27* vm_backtrace.c (rb_profile_frame_classpath): handle singletontmm1
2013-10-19variable.c: real class namenobu
2013-10-17* properties.nobu
2013-10-16* error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko1
2013-10-14test/-ext-: suppress warningsnobu
2013-10-14test_profile_frames.rb: assert first_linenonobu
2013-10-14test_profile_frames.rb: fix typonobu
2013-10-09object.c: avoid inadvertent symbol creationnobu
2013-10-09test_inadvertent_creation.rb: fix assertion namenobu
2013-10-09test_inadvertent_creation.rb: use assert_not_interned?nobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-09test: use assert_raisenobu
2013-10-09test_tracepoint.rb: include zombiesnobu
2013-10-09* include/ruby/debug.h,ko1
2013-10-08* remove trailing spaces.nobu
2013-10-08* vm_backtrace.c, include/ruby/debug.h: add new APIsko1
2013-10-07* test/-ext-/debug/test_profile_frames.rb: rename class C toko1
2013-10-07* ext/-test-/debug/profile_frames.c:ko1
2013-10-06test_old_thread_select.rb: ignore short wait on Windowsnobu
2013-10-01file.c: export rb_stat_newnobu
2013-09-29parse.y: allow junk attrsetnobu
2013-09-29parse.y: fix inconsistency with literalsnobu
2013-09-24encdb.c, encoding.c: make BOM-encodings dummynobu
2013-09-24string/test_ellipsize.rb: remove non-sense testsnobu
2013-09-20parse.y: junk sigil only namesnobu
2013-09-20ext/-test-/symbol: move upwardnobu
2013-09-19vsnprintf.c: initialize cpnobu
2013-09-06* rational.c: Include gmp.h if GMP is used.akr
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr
2013-09-04* bignum.c (rb_big_divrem_normal): New function.akr
2013-09-03Add tests.akr
2013-09-03* bignum.c (GMP_STR2BIG_DIGITS): New macro.akr
2013-09-03* bignum.c (rb_str2big_poweroftwo): New function.akr
2013-09-02* enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse
2013-09-01* bignum.c (big2str_base_poweroftwo): Renamed fromakr
2013-08-10* file.c (rb_str_normalize_ospath):naruse
2013-07-30sprintf.c: QUOTE flagnobu
2013-07-28* include/ruby/intern.h (rb_absint_size): Declaration moved fromakr
2013-07-23* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko1
2013-07-11string.c: multi-byte terminatornobu
2013-07-11string.c: check null charnobu
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-06-22* bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr
2013-06-22* bignum.c (bary_pack): Supportakr
2013-06-21* bignum.c (bary_pack): Specialized packers implemented.akr
2013-06-20* bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr