summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid more compiler warnings.Eric Blake2007-05-291-1/+1
| | | | | | | | | * libc/stdlib/btowc.c: Add missing header. * libc/stdlib/getopt.c (getopt_internal): Initialize variable. * libc/stdlib/system.c (do_system) [__CYGWIN__]: Add declaration. * libc/stdlib/wctob.c: Add missing header. * libc/string/strcpy.c (strcpy): Avoid warnings. * libc/string/strrchr.c (strrchr): Likewise.
* 2006-01-04 Gregory Pietsch <gpietsch@comcast.net>Jeff Johnston2006-01-041-107/+396
| | | | | | * libc/stdlib/getopt.c: Replaced with version that adds getopt_long and getopt_long_only support. * libc/include/getopt.h: New file.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+117