aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* time.c: fix underflow of unsigned integersnobu2014-05-021-0/+1
* test_io.rb: defer f_typenobu2014-05-021-2/+2
* parse.y: turn dynamically interned Symbol into an IDnobu2014-05-021-6/+8
* * remove trailing spaces.nobu2014-04-301-1/+1
* * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko12014-04-301-0/+34
* parse.y: pin down dynamic symbol onlynobu2014-04-301-0/+18
* * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj2014-04-291-1/+1
* * parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj2014-04-291-0/+4
* * configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse2014-04-281-1/+4
* * test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.hsbt2014-04-261-0/+22
* compile.c: non-destructive keyword splatnobu2014-04-261-0/+13
* update comment.akr2014-04-261-1/+1
* * test/ruby/test_process.rb (test_rlimit_nofile): Don't limitakr2014-04-251-2/+5
* suppress warnings: assigned but unused variable - posnaruse2014-04-241-2/+0
* suppress warnings: ambiguous first argument; put parentheses or even spacesnaruse2014-04-241-4/+4
* Add test for r45492, r45693, r45698naruse2014-04-241-0/+6
* call to_inaruse2014-04-242-4/+4
* file.c: statfs_inspectnobu2014-04-241-0/+5
* * parse.y (dsym_node_gen): like r45492, call rb_gc_resurrect().naruse2014-04-231-0/+6