Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from all files | Jan Niklas Hasse | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | Fix getopt for AIX | Mike Seplowitz | 2015-08-19 | 1 | -0/+2 |
| | | | | | | | AIX supplies getopt but not getopt_long. We can't use the embedded getopt implementation, since the constness of its arguments doesn't match the AIX system routine. | ||||
* | Fix building tests on Windows again. | Nico Weber | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | Turns out gtest was pulling in sys/stat.h, and we were using stat() through that in tests. This doesn't work with old MSVCs, so we should probably replace that with RealDiskInterface in a follow-up. | ||||
* | fix some mingw warnings in getopt.c | Evan Martin | 2012-07-27 | 1 | -6/+2 |
| | | | | From a patch from Claus Klein <claus.klein@arcormail.de>. | ||||
* | windows: more build fixes | Scott Graham | 2012-01-04 | 1 | -6/+6 |
| | |||||
* | windows: make bootstrap.py/configure.py work with MSVC | Scott Graham | 2012-01-04 | 1 | -0/+4 |
| | |||||
* | [win] check in public-domain getopt implementation | Evan Martin | 2011-04-23 | 1 | -0/+408 |