aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename spec/README to spec/README.mderegon2017-05-071-0/+0
* * remove trailing spaces, append newline at EOF.svn2017-05-0730-31/+37
* Add in-tree mspec and ruby/speceregon2017-05-074644-0/+230678
* Update README about ruby/speceregon2017-05-071-31/+79
* * spec/default.mspec: only require rbconfig if is it not already.eregon2017-05-071-1/+1
* Use require to load rbconfig in default.mspeceregon2017-04-251-1/+1
* revert r58478 and r58479 because they do not support not in-place buildko12017-04-251-1/+1
* Use require_relative to load rbconfig in default.mspeceregon2017-04-251-1/+1
* Remove useless else which produced a warningeregon2017-04-251-1/+0
* default.mspec: defer job tokensnobu2017-04-091-20/+33
* default.mspec: job servernobu2017-04-051-0/+25
* default.mspec: end of optionsnobu2016-11-091-0/+1
* * spec/README: update URL. [ci skip]kazu2016-09-241-4/+4
* default.mspec: OBJDIRnobu2016-04-211-0/+1
* spec/default.mspec: reduce expand_pathnobu2016-04-211-4/+5
* * spec/default.mspec: use default configuration file name.hsbt2015-02-251-1/+1
* * spec/default.mspec: remove specific version number.hsbt2015-02-251-1/+1
* default.mspec: use RbConfig::CONFIGnobu2015-02-151-1/+3
* default.mspec: no -I- flagnobu2015-02-151-1/+1
* * remove trailing spaces.svn2014-08-171-1/+1
* * spec/default.mspec: use 2.2 definition.hsbt2014-08-171-1/+1
* * spec/default.mspec: expand relative path for ruby_exe which usesnaruse2012-04-161-4/+4
* * spec/README: update the description.nobu2011-05-241-5/+6
* * spec/README: fix typo.naruse2011-05-241-2/+2
* * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse2010-08-031-1/+0
* * spec/default.mspec (config): . is no longer in $:.yugui2010-05-081-1/+1
* * Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui2009-09-261-1/+1
* * .gitignore: synchronized with svn:ignore.yugui2009-07-131-2/+0
* * spec/default.mspec: follows runruby.rb's move at r23542.yugui2009-05-221-1/+1
* * spec/.gitignore: ignores rubyspec/ and mspec/.yugui2009-05-201-0/+2
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-301-1/+1
* * spec/default.mspec: fix for builddir != srcdiryugui2009-01-011-4/+7
* * spec/README: follows the change of directory structure in rubyspec.yugui2008-12-312-18/+10
* * spec/README: directory structrue changedyugui2008-12-141-13/+20