summaryrefslogtreecommitdiffstats
path: root/src/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix getopt for AIXMike Seplowitz2015-08-191-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 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