aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec
Commit message (Expand)AuthorAgeFilesLines
...
* optional/capi: use LIBRUBYARG_SHAREDnobu2017-05-151-1/+3
* thread_spec.c: use rb_w32_pipenobu2017-05-151-0/+3
* io_spec.c: suppress unused-variable warningnobu2017-05-151-3/+3
* optional/capi: fix link on mingwnobu2017-05-151-2/+2
* fix typonobu2017-05-141-1/+1
* Update to ruby/spec@032022caeregon2017-05-1447-172/+254
* suppress warningnobu2017-05-141-0/+2
* The exception raised when exec/spawn unexecutable file on Windows is varioususa2017-05-132-4/+4
* remove wrong expectationnobu2017-05-131-1/+0
* `notepad.exe` does not always exist in `C:\Windows`usa2017-05-121-1/+1
* Windows does not know Unix style timezoneusa2017-05-121-1/+3
* On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa2017-05-121-3/+1
* Skip specs which make non-socket fd nonblocking on Windowsusa2017-05-121-18/+20
* Support bulding the extension on Windowsusa2017-05-121-3/+9
* unistd.h is only available when HAVE_UNISTD_H is 1usa2017-05-121-0/+2
* Skip the spec which uses `fork` on Windowsusa2017-05-121-14/+16
* The title of "Desktop" may be localizedusa2017-05-121-1/+1
* Skip on Windows because it always failsusa2017-05-121-7/+9
* remove code old versionsnobu2017-05-121-6/+2
* Support building exts of spec on mswinusa2017-05-121-10/+22
* Use environment values to find ruby and flags instead of an argumenteregon2017-05-102-3/+1
* Use ruby_cmd instead of the RUBY_EXE constant in specseregon2017-05-102-19/+17
* Use the Mutex to know whether we entered the signal handler in Process#kill s...eregon2017-05-101-7/+4
* Process.getpgrp and Process.setsid must be available for Process#kill group s...eregon2017-05-101-3/+3
* Use #system directly with multiple arguments in Process#kill specseregon2017-05-101-3/+3
* Update specs to follow newlines added by r58596eregon2017-05-073-3/+3
* * remove trailing spaces, append newline at EOF.svn2017-05-0718-23/+25
* Add in-tree mspec and ruby/speceregon2017-05-074385-0/+210228