aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-081-0/+25
* win32/dln is only for win32.naruse2012-04-171-1/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-171-0/+13
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-101-0/+15
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-3/+2
* num2ll and num2ullnobu2012-03-181-2/+2
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-0/+13
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+9
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-091-17/+3
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-081-0/+29
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+6
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-071-0/+21
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-241-0/+9
* * test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin2012-01-071-1/+2
* * st.c (st_update): new function to lookup the given key andnobu2011-12-271-0/+39
* * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu2011-12-201-1/+1
* * error.c (rb_check_typeddata): refine error message withnobu2011-12-151-0/+21
* FreeBSD 9.0 RC3 is now released.naruse2011-12-141-1/+1
* It is fixed in FreeBSD 9.0 RC3, not RC2.naruse2011-12-071-1/+1
* FreeBSD 9.0 RC2 fixes the bug.naruse2011-12-071-2/+2
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-301-0/+12
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-6/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+40
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-12/+3
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+53
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+145
* FreeBSD 8.2 sticks this [ruby-dev:44726] [Bug #5524]naruse2011-11-081-0/+3
* On some platforms, object_id can be negative value like NetBSD.naruse2011-11-011-1/+1
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+19
* * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu2011-10-071-2/+2
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-6/+125
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-0/+44
* * test/-ext-/old_thread_select/test_old_thread_select.rb:kosaki2011-09-191-7/+12
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+14
* * thread.c (rb_thread_select): fix a typo to initialize efdsnobu2011-09-091-2/+13
* Use assert_operator to show clear message.naruse2011-09-061-3/+3
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-301-1/+1
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-5/+5
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-301-0/+69
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-47/+0
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+12
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-041-0/+10
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-041-0/+32
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-171-0/+22
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+46
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+17
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-051-6/+6
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+29
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-051-0/+10
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-071-0/+10