summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
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
2011-08-30* thread.c (rb_thread_select): rewrite by usingkosaki
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-05-04* thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki
2011-05-04* ext/-test-/wait_for_single_fd: New. for testingkosaki
2011-03-17* include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu