summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
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
2012-04-17win32/dln is only for win32.naruse
2012-04-17* dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-18num2ll and num2ullnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-02-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-08* test/-ext-/string/test_modify_expand.rb: test for r34492.nobu
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-07* test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-20* ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu
2011-12-15* error.c (rb_check_typeddata): refine error message withnobu
2011-12-14FreeBSD 9.0 RC3 is now released.naruse
2011-12-07It is fixed in FreeBSD 9.0 RC3, not RC2.naruse
2011-12-07FreeBSD 9.0 RC2 fixes the bug.naruse
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-14* bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki
2011-11-14* test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-08FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]naruse
2011-11-01On some platforms, object_id can be negative value like NetBSD.naruse
2011-10-20* util.c (mmprepare): fix for fragmental size.nobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-09-19* test/-ext-/old_thread_select/test_old_thread_select.rb:kosaki
2011-09-12* thread.c (rb_thread_select): fix to ignore an argumentkosaki
2011-09-09* thread.c (rb_thread_select): fix a typo to initialize efdsnobu
2011-09-06Use assert_operator to show clear message.naruse
2011-08-30* test/-ext-/old_thread_select/test_old_thread_select.rbusa
2011-08-30* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa