summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
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-02-21Add test for [Backport #7896] [ruby-core:52607]naruse
2013-02-08eval.c: preserve errinfonobu
2013-01-29debug: trivial fixesnobu
2013-01-29* vm_backtrace.c: fix issue of rb_debug_inspector_open().ko1
2013-01-29proc.c: original aritynobu
2012-12-18* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika
2012-08-12* vm.c (invoke_block_from_c): fix unintentional block passing.ktsj
2012-06-18unreachablenobu
2012-06-04Suppress warnings.naruse
2012-06-04compatible loadernobu
2012-06-02Add a test for r35863.naruse
2012-05-25* trunk/ext/-test-/printf/printf.c: change function names because ofusa
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-28* ext/-test-/win32/dln/extconf.rb: remove test DLL.nobu
2012-04-19* ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu
2012-04-17* ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu
2012-04-17* dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-03-31* hash.c: remove unnecessary checks for Qundef in hash iterations.nobu
2012-03-29* st.c (st_update): pass pointer to key to the callback function.nobu
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-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.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
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-15* error.c (rb_check_typeddata): refine error message withnobu
2011-12-08Fix invalid test extension.naruse
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-16* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa
2011-11-14* ext/-test-/num2int/num2int.c: should return valid values.nobu
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-08* ext/-test-/old_thread_select/extconf.rb: ignore deprecatednobu
2011-10-20* util.c (mmprepare): fix for fragmental size.nobu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-09-12* thread.c (rb_thread_select): fix to ignore an argumentkosaki
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