aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-083-0/+60
* * ext/-test-/win32/dln/extconf.rb: remove test DLL.nobu2012-04-281-1/+3
* * ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu2012-04-191-2/+6
* * ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu2012-04-171-4/+5
* * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu2012-04-171-1/+1
* * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu2012-04-171-0/+2
* * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu2012-04-171-2/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-174-0/+51
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-103-0/+31
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-292-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-2/+2
* num2ll and num2ullnobu2012-03-181-3/+6
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-1/+3
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+24
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+8
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+26
* * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu2012-02-071-1/+7
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-072-0/+64
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-242-0/+16
* * st.c (st_update): new function to lookup the given key andnobu2011-12-272-0/+35
* * error.c (rb_check_typeddata): refine error message withnobu2011-12-152-0/+21
* Fix invalid test extension.naruse2011-12-081-1/+7
* * variable.c (rb_path2class): don't raise NameError when the middlenaruse2011-11-302-0/+15
* * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa2011-11-161-2/+0
* * ext/-test-/num2int/num2int.c: should return valid values.nobu2011-11-141-0/+8
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+25
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-143-0/+88
* * ext/-test-/old_thread_select/extconf.rb: ignore deprecatednobu2011-11-081-0/+3
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+61
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-063-0/+31
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+19
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-1/+1
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-303-0/+59
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-033-27/+0
* * ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu2011-07-081-0/+1
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+13
* * ext/-test-/string/modify.c: split from init.c.nobu2011-07-072-8/+14
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-043-0/+33
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-172-0/+32
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+13
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+20
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-051-1/+1
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-052-0/+15
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-052-0/+2
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-072-0/+17
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-053-0/+39
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-042-17/+0
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-042-0/+17