index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
-test-
Commit message (
Expand
)
Author
Age
Files
Lines
*
* trunk/ext/-test-/printf/printf.c: change function names because of
usa
2012-05-25
1
-6
/
+6
*
* test/-ext-/test_printf.rb: tests for [Feature #5896].
nobu
2012-05-25
2
-0
/
+32
*
* include/ruby/win32.h (FD_SET): change function to macro.
shirosaki
2012-05-08
3
-0
/
+60
*
* ext/-test-/win32/dln/extconf.rb: remove test DLL.
nobu
2012-04-28
1
-1
/
+3
*
* ext/-test-/win32/dln/extconf.rb: need import library for ordinal
nobu
2012-04-19
1
-2
/
+6
*
* ext/-test-/win32/dln/extconf.rb: fix for mingw.
nobu
2012-04-17
1
-4
/
+5
*
* ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.
nobu
2012-04-17
1
-1
/
+1
*
* ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.
nobu
2012-04-17
1
-0
/
+2
*
* ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.
nobu
2012-04-17
1
-2
/
+1
*
* dln.c (rb_w32_check_imported): skip ordinal entries. based on a
nobu
2012-04-17
4
-0
/
+51
*
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-14
1
-1
/
+2
*
* error.c (rb_enc_raise): new function to raise an exception with
nobu
2012-04-10
3
-0
/
+31
*
* hash.c: remove unnecessary checks for Qundef in hash iterations.
nobu
2012-03-31
1
-2
/
+1
*
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
2
-4
/
+4
*
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-29
1
-2
/
+2
*
num2ll and num2ull
nobu
2012-03-18
1
-3
/
+6
*
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
1
-1
/
+3
*
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-03-10
1
-0
/
+24
*
* string.c (rb_str_modify_expand): fix memory leak.
nobu
2012-02-08
1
-0
/
+8
*
* st.c (st_update): table can be unpacked in the callback.
nobu
2012-02-07
1
-0
/
+26
*
* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.
nobu
2012-02-07
1
-1
/
+7
*
* st.c (st_foreach): should not yield same pair when checking
nobu
2012-02-07
2
-0
/
+64
*
* vm.c (rb_iter_break_value): new function to break a block with
nobu
2012-01-24
2
-0
/
+16
*
* st.c (st_update): new function to lookup the given key and
nobu
2011-12-27
2
-0
/
+35
*
* error.c (rb_check_typeddata): refine error message with
nobu
2011-12-15
2
-0
/
+21
*
Fix invalid test extension.
naruse
2011-12-08
1
-1
/
+7
*
* variable.c (rb_path2class): don't raise NameError when the middle
naruse
2011-11-30
2
-0
/
+15
*
* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong decl
usa
2011-11-16
1
-2
/
+0
*
* ext/-test-/num2int/num2int.c: should return valid values.
nobu
2011-11-14
1
-0
/
+8
*
* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
kosaki
2011-11-14
1
-0
/
+25
*
* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
kosaki
2011-11-14
3
-0
/
+88
*
* ext/-test-/old_thread_select/extconf.rb: ignore deprecated
nobu
2011-11-08
1
-0
/
+3
*
* util.c (mmprepare): fix for fragmental size.
nobu
2011-10-20
1
-0
/
+61
*
* vm_eval.c (make_no_method_execption): extract from
nobu
2011-10-06
3
-0
/
+31
*
* thread.c (rb_thread_select): fix to ignore an argument
kosaki
2011-09-12
1
-0
/
+19
*
* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):
usa
2011-08-30
1
-1
/
+1
*
* thread.c (rb_thread_select): rewrite by using
kosaki
2011-08-30
3
-0
/
+59
*
* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.
usa
2011-08-03
3
-27
/
+0
*
* ext/-test-/string/enc_associate.c: needs ruby/encoding.h for
nobu
2011-07-08
1
-0
/
+1
*
* encoding.c (rb_enc_set_index, rb_enc_associate_index): should
nobu
2011-07-07
1
-0
/
+13
*
* ext/-test-/string/modify.c: split from init.c.
nobu
2011-07-07
2
-8
/
+14
*
* ext/-test-/wait_for_single_fd: New. for testing
kosaki
2011-05-04
3
-0
/
+33
*
* include/ruby/ruby.h (rb_funcall_passing_block): add prototype.
nobu
2011-03-17
2
-0
/
+32
*
* string.c (rb_str_ellipsize): new function to ellipsize a string.
nobu
2011-01-30
1
-0
/
+13
*
* string.c (rb_string_value_cstr): rb_str_modify can change
nobu
2011-01-24
1
-0
/
+20
*
* ext/-test-/array/resize/resize.c (Init_resize): renamed method
nobu
2011-01-05
1
-1
/
+1
*
* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]
nobu
2011-01-05
2
-0
/
+15
*
* dln.c (init_funcname_len): ignore rest from first dot.
nobu
2011-01-05
2
-0
/
+2
*
* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.
nobu
2010-08-07
2
-0
/
+17
*
* string.c (rb_str_set_len): should fail to modify shared string.
nobu
2010-08-05
3
-0
/
+39
[next]