summaryrefslogtreecommitdiffstats
path: root/src/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix building tests on Windows again.Nico Weber2014-09-181-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.cEvan Martin2012-07-271-6/+2
| | | | From a patch from Claus Klein <claus.klein@arcormail.de>.
* windows: more build fixesScott Graham2012-01-041-6/+6
|
* windows: make bootstrap.py/configure.py work with MSVCScott Graham2012-01-041-0/+4
|
* [win] check in public-domain getopt implementationEvan Martin2011-04-231-0/+408