aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa2014-05-271-2/+3
* * io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr2014-05-271-0/+7
* io.c: no error on frozen IOnobu2014-05-271-0/+10
* Use Tempfile.create instead of Tempfile.new.akr2014-05-261-25/+24
* * test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa2014-05-261-0/+1
* thread.c: preserve encodingnobu2014-05-261-0/+7
* test/ruby: fix leaked threadsnobu2014-05-261-0/+1
* test/ruby: fix leaked threadsnobu2014-05-264-4/+12
* Remove tempfiles.akr2014-05-251-0/+2
* test_file.rb: fix ctime on Windowsnobu2014-05-231-3/+3
* test_file.rb: estimate birthtimenobu2014-05-231-1/+3
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+25
* I suspect such early wakeup is because of automatic time correctionnaruse2014-05-221-10/+3
* revert File::Statfs [Feature #9772]naruse2014-05-222-49/+16
* vm.c: rewind cfpnobu2014-05-211-0/+7
* test_backtrace.rb: r18554 testsnobu2014-05-211-0/+20
* * test/ruby/test_dir.rb: added testcase of double slash path.hsbt2014-05-201-0/+1
* more insrease timeout of test_LSHIFT_neary_long_maxnaruse2014-05-201-1/+1
* string.c: byte offsetnobu2014-05-191-0/+3
* envutil.rb: fix argumentnobu2014-05-181-1/+1
* Use Etc.uname instead of uname command invocation.akr2014-05-182-4/+5
* Fix a constant reference.akr2014-05-181-1/+1
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr toakr2014-05-181-6/+6
* increase timeout 10 to 15 on test_LSHIFT_neary_long_maxnaruse2014-05-181-1/+1
* output more verbose to debugnaruse2014-05-181-2/+3
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+35
* * enum.c: Enumerable#slice_after implemented.akr2014-05-182-0/+44
* io.c: buffer must be modifiablenobu2014-05-171-6/+5
* dir.c: match plain names as-isnobu2014-05-161-0/+6
* test_process.rb: duplicate assertionsnobu2014-05-111-6/+3
* test_process.rb: WIFEXITED and so on are system dependentnobu2014-05-111-1/+4
* signal.c: directly deliver non-handlable signalsnobu2014-05-111-0/+15
* signal.c: directly enqueuenobu2014-05-101-0/+11
* envutil.rb: rubybin: keywordnobu2014-05-101-1/+2
* envutil.rb: successfully terminated processnobu2014-05-101-3/+4
* thread.c: stop if forked in a sub-threadnobu2014-05-101-0/+21
* test_signal.rb: test iff SIGQUIT is supportednobu2014-05-101-1/+1
* test_thread.rb: run with default handlernobu2014-05-101-1/+3
* * signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr2014-05-091-0/+7
* test_signal.rb: missing argvnobu2014-05-091-1/+1
* test_beginendblock.rb, test_signal.rb: run with default handlernobu2014-05-092-0/+4
* class.c: always clear tables firstnobu2014-05-081-0/+19
* numeric.c: check keyword argumentsnobu2014-05-071-0/+8
* vm_eval.c: exclude hidden variablesnobu2014-05-071-2/+2
* parse.y: no duplicated namesnobu2014-05-061-0/+6
* parse.y: remove duplicated namesnobu2014-05-061-0/+6
* * process.c (check_exec_redirect): Open the file in write mode forakr2014-05-051-0/+11
* math.c: C99-like atan2nobu2014-05-041-4/+9
* test_math.rb: rename check as assert_floatnobu2014-05-031-1/+2
* math.c: check domain of base argumentnobu2014-05-031-0/+2