about summary refs log tree commit diff
path: root/include/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* add getopt reset supportRich Felker2012-09-301-1/+1
| | | | | | | based on proposed patches by Daniel Cegiełka, with minor changes: - use a weak symbol for optreset so it doesn't clash with namespace - also reset optpos (position in multi-option arg like -lR) - also make getopt_long support reset
* getopt.h is a GNU-getopt-specific header. always expose GNU functions.Rich Felker2011-04-051-2/+0
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+33