summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-111/+0
| | | | * w32api: Ditto.
* Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).Keith Marshall2009-01-041-0/+11
|
* Reimplement getopt.c to add getopt_long_only() function.Keith Marshall2008-08-311-0/+100
|
* Erase all file content, preparatory to rewrite.Keith Marshall2008-08-311-84/+0
|
* * mingwex/getopt.c: New file, copied from cygwin srcs.Danny Smith2003-03-031-0/+84
* include/getopt.h: New file, copied from cygwin srcs. * include/unistd.h: Include getopt.h. * mingwex/Makefile.in ((DISTFILES): Add getopt.c. (POSIX_OBJS): Add getopt.o.