summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2013-06-11* bignum.c (validate_integer_pack_format): Don't require a word orderakr
2013-06-11rb_integer_pack tests refined.akr
2013-06-11* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
2013-06-07* bignum.c (rb_integer_pack): Arguments changed. Use flags toakr
2013-06-07* bignum.c (rb_integer_pack): Renamed from rb_int_export.akr
2013-06-06Fix the class name.akr
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-05-27* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko1
2013-05-27* include/ruby/ruby.h, gc.c: add new internal eventko1
2013-05-27* append newline at EOF.nobu
2013-05-27* test/-ext-/postponed_job/test_postponed_job.rb: fix typo and class name.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* remove trailing spaces.nobu
2013-05-26* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko1
2013-04-22More tests.akr
2013-04-04struct.c: avoid inadvertent symbol creationnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04enum.c: avoid inadvertent symbol creationnobu
2013-04-04thread.c: avoid inadvertent symbol creationnobu
2013-04-03bignum.c: Bignum zero comparisonnobu
2013-04-02* ext/-test-/num2int/num2int.c: Define utility methodsakr
2013-04-01Unused module removed.akr
2013-04-01conditional test fixed.akr
2013-04-01more tests.akr
2013-04-01* ext/-test-/num2int/num2int.c: Rename utility methodsakr
2013-04-01* test/-ext-/num2int/test_num2int.rb: Test small bignums.akr
2013-04-01* ext/-test-/num2int/num2int.c: Return string for result, instead ofakr
2013-03-31* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr
2013-03-31more tests.akr
2013-03-31* numeric.c (rb_num2ulong_internal): New function similart toakr
2013-03-28* test/-ext-/num2int/test_num2int.rb: extractakr
2013-03-27fix typoskazu
2013-03-27* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr
2013-03-27* test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr
2013-03-27* test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr
2013-02-21Add test for [Backport #7896] [ruby-core:52607]naruse
2013-02-08eval.c: preserve errinfonobu
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-29proc.c: original aritynobu
2012-11-17st_update passes the key in st_tableshirosaki
2012-08-16test_printf.rb: need to be infectednobu
2012-08-15sprintf.c: infectnobu
2012-08-15sprintf.c: coderange fixnobu
2012-08-12* vm.c (invoke_block_from_c): fix unintentional block passing.ktsj
2012-06-04compatible loadernobu
2012-06-02Add a test for r35863.naruse
2012-05-25* test/-ext-/test_printf.rb: tests for [Feature #5896].nobu
2012-05-08* include/ruby/win32.h (FD_SET): change function to macro.shirosaki