aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame2012-11-011-1/+1
* * test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame2012-11-011-1/+1
* * eval.c (rb_using_module): using should be used indirectly.shugo2012-11-011-0/+70
* * eval.c (rb_mod_refine): fix the error message when no block isshugo2012-10-301-0/+10
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-291-0/+73
* Use assert_normal_exit to split processnaruse2012-10-291-11/+12
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-285-19/+11
* parse.y: warn static content assign in condnobu2012-10-271-3/+24
* * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h:ko12012-10-272-30/+2
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-261-0/+30
* revert r37326 "remove string literal concatenation"nobu2012-10-256-13/+14
* remove string literal concatenationnobu2012-10-256-14/+13
* Add test for instance_exec receiving a curried proc.tenderlove2012-10-231-0/+9
* test_rubyoptions.rb: --help optionnobu2012-10-231-5/+0
* * test/ruby/test_settracefunc.rb: remove trailing spaces.ktsj2012-10-211-1/+1
* vm.c: pass through thrown objectsnobu2012-10-191-0/+9
* set encoding to ASCII for appropriate String#unpack modifierseregon2012-10-191-0/+6
* parse.y: fail if yyerrornobu2012-10-181-0/+2
* test_syntax.rb: test_unassignablenobu2012-10-181-0/+6
* * hash.c (initialize_copy): duping should rehash the hash.tenderlove2012-10-181-0/+9
* * test/ruby/test_hash.rb (TestHash#test_dup_equality): added a new testusa2012-10-171-0/+9
* * hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove2012-10-161-0/+9
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu2012-10-167-22/+22
* file.c: ASCII-compatiblenobu2012-10-161-0/+12
* file.c: ASCII-compatiblenobu2012-10-161-0/+10
* * test/ruby/test_regexp.rbusa2012-10-161-1/+2
* * test/ruby/test_regexp.rbusa2012-10-161-6/+1
* envutil.rb: file_assertionnobu2012-10-158-23/+37
* ruby.c: passing blocknobu2012-10-141-0/+10
* * regparse.c (parse_char_class): should match with a hyphen after ausa2012-10-131-7/+7
* * test/ruby/test_regexp.rbusa2012-10-121-0/+10
* use tty(1) to check if /dev/tty is usable or notnaruse2012-10-121-1/+1
* file.c: poisoned NULnobu2012-10-121-0/+10
* Fix wrong condition of skipping test_ioctl_linuxnaruse2012-10-121-2/+2
* test_string.rb: missing testnobu2012-10-111-0/+6
* test_string.rb: suppress warningsnobu2012-10-111-1/+5
* test_string.rb: highlightingnobu2012-10-111-2/+2
* Rename variablsnaruse2012-10-101-4/+3
* Test both username and uidnaruse2012-10-101-1/+10
* * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip onusa2012-10-101-0/+1
* envutil.rb: assert_file and assert_file_notnobu2012-10-097-18/+28
* array.c: use rb_random_ulong_limitednobu2012-10-092-6/+7
* process.c: uid gid exec optionsnobu2012-10-091-0/+44
* * eval.c (rb_mod_refinements): new method Module#refinements.shugo2012-10-081-0/+65
* Adding a test for initialize_clone and initialize_dup. From Github:tenderlove2012-10-051-0/+11
* * test/ruby/test_settracefunc.rb (test_tracepoint):ko12012-10-041-53/+0
* io.c: improved IO#reopennobu2012-10-031-0/+68
* * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo2012-10-021-0/+50
* * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unusednagachika2012-09-301-2/+1
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-301-0/+6