summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2017-05-14Update to ruby/mspec@4b980493eregon
2017-05-14Don't read non .rb file as a specnaruse
2017-05-14suppress warningnobu
2017-05-13The exception raised when exec/spawn unexecutable file on Windows is varioususa
2017-05-13remove wrong expectationnobu
2017-05-12`notepad.exe` does not always exist in `C:\Windows`usa
2017-05-12Windows does not know Unix style timezoneusa
2017-05-12On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa
2017-05-12Skip specs which make non-socket fd nonblocking on Windowsusa
2017-05-12Support bulding the extension on Windowsusa
2017-05-12unistd.h is only available when HAVE_UNISTD_H is 1usa
2017-05-12Skip the spec which uses `fork` on Windowsusa
2017-05-12The title of "Desktop" may be localizedusa
2017-05-12Skip on Windows because it always failsusa
2017-05-12remove code old versionsnobu
2017-05-12Support building exts of spec on mswinusa
2017-05-10Use environment values to find ruby and flags instead of an argumenteregon
2017-05-10Use ruby_cmd instead of the RUBY_EXE constant in specseregon
2017-05-10Use the Mutex to know whether we entered the signal handler in Process#kill s...eregon
2017-05-10Process.getpgrp and Process.setsid must be available for Process#kill group s...eregon
2017-05-10Use #system directly with multiple arguments in Process#kill specseregon
2017-05-07Update specs to follow newlines added by r58596eregon
2017-05-07Rename spec/README to spec/README.mderegon
2017-05-07* remove trailing spaces, append newline at EOF.svn
2017-05-07Add in-tree mspec and ruby/speceregon
2017-05-07Update README about ruby/speceregon
2017-05-07* spec/default.mspec: only require rbconfig if is it not already.eregon
2017-04-25Use require to load rbconfig in default.mspeceregon
2017-04-25revert r58478 and r58479 because they do not support not in-place buildko1
2017-04-25Use require_relative to load rbconfig in default.mspeceregon
2017-04-25Remove useless else which produced a warningeregon
2017-04-09default.mspec: defer job tokensnobu
2017-04-05default.mspec: job servernobu
2016-11-09default.mspec: end of optionsnobu
2016-09-24* spec/README: update URL. [ci skip]kazu
2016-04-21default.mspec: OBJDIRnobu
2016-04-21spec/default.mspec: reduce expand_pathnobu
2015-02-25* spec/default.mspec: use default configuration file name.hsbt
2015-02-25* spec/default.mspec: remove specific version number.hsbt
2015-02-15default.mspec: use RbConfig::CONFIGnobu
2015-02-15default.mspec: no -I- flagnobu
2014-08-17* remove trailing spaces.svn
2014-08-17* spec/default.mspec: use 2.2 definition.hsbt
2012-04-16* spec/default.mspec: expand relative path for ruby_exe which usesnaruse
2011-05-24* spec/README: update the description.nobu
2011-05-24* spec/README: fix typo.naruse
2010-08-03* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.naruse
2010-05-08* spec/default.mspec (config): . is no longer in $:.yugui
2009-09-26* Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui
2009-07-13* .gitignore: synchronized with svn:ignore.yugui