summaryrefslogtreecommitdiff
path: root/missing/getopt_long.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* Fixup the previous commit for GCC. [skip ci]Denis Ovsienko2021-07-241-2/+2
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-0/+24
* Revert "Clean up the code a bit."Guy Harris2018-09-141-24/+8
* Clean up the code a bit.Guy Harris2018-09-141-8/+24
* opterr should default to 1, so illegal options are reported.Guy Harris2014-05-071-1/+1
* Oops, forgot to fix missing/getopt_long.c to include getopt_long.h.Guy Harris2014-05-011-1/+1
* Define optarg, optind, opterr, and optopt.Gisle Vanem2014-05-011-0/+3
* Put in missing getopt_long() files.Guy Harris2014-05-011-0/+609