summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-10-30* eval.c (rb_mod_refine): fix the error message when no block isshugo
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-29Use assert_normal_exit to split processnaruse
2012-10-28* bignum.c (bignew_1): Bignum instances are frozen.ko1
2012-10-27parse.y: warn static content assign in condnobu
2012-10-27* numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko1
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-10-23Add test for instance_exec receiving a curried proc.tenderlove
2012-10-23test_rubyoptions.rb: --help optionnobu
2012-10-21* test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-10-18parse.y: fail if yyerrornobu
2012-10-18test_syntax.rb: test_unassignablenobu
2012-10-18* hash.c (initialize_copy): duping should rehash the hash.tenderlove
2012-10-17* test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-15envutil.rb: file_assertionnobu
2012-10-14ruby.c: passing blocknobu
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-10-12* test/ruby/test_regexp.rbusa
2012-10-12use tty(1) to check if /dev/tty is usable or notnaruse
2012-10-12file.c: poisoned NULnobu
2012-10-12Fix wrong condition of skipping test_ioctl_linuxnaruse
2012-10-11test_string.rb: missing testnobu
2012-10-11test_string.rb: suppress warningsnobu
2012-10-11test_string.rb: highlightingnobu
2012-10-10Rename variablsnaruse
2012-10-10Test both username and uidnaruse
2012-10-10* test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa
2012-10-09envutil.rb: assert_file and assert_file_notnobu
2012-10-09array.c: use rb_random_ulong_limitednobu
2012-10-09process.c: uid gid exec optionsnobu
2012-10-08* eval.c (rb_mod_refinements): new method Module#refinements.shugo
2012-10-05Adding a test for initialize_clone and initialize_dup. From Github:tenderlove
2012-10-04* test/ruby/test_settracefunc.rb (test_tracepoint):ko1
2012-10-03io.c: improved IO#reopennobu
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-09-30* test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika
2012-09-30* string.c (rb_str_concat): use memcpy to copy a string which containsnaruse
2012-09-29envutil.rb: kill child process when timeoutshirosaki
2012-09-29test_unicode_escape.rb: set script encodingshirosaki
2012-09-29* vm_insnhelper.c (rb_vm_using_modules): use using_modules beforeshugo