Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -2/+2 | |
Fixes Savannah bug #34530. | |||||
2006-03-08 | Some test updates for Windows. | Paul Smith | 1 | -1/+1 | |
Handle SHELL set on the command line properly for windows. | |||||
2006-02-06 | Fix Savannah bugs # 15341, 15534, and 15533. | Paul Smith | 1 | -0/+28 | |
Rewrite large chunks of the "Commands" section of the manual to better describe then backslash-newline handling, the SHELL variable, etc. | |||||
2005-06-27 | Cleaned up some problems found with the tests running on a powerful | Paul Smith | 1 | -7/+7 | |
Solaris system with an EMC NFS storage solution. Still get some odd errors here unfortunately related to sub-second timestamps that I just can't figure out. It all works if we run the tests in /tmp instead though :-/. | |||||
2005-06-27 | Make sure timestamp problems don't cause the -W test to fail. | Paul Smith | 1 | -0/+3 | |
2005-06-25 | Fix -W foo yielding infinite recursion in some cases of re-exec. | Paul Smith | 1 | -0/+57 | |
Added a -W test suite. |