summaryrefslogtreecommitdiff
path: root/libc/unistd/gnu_getopt.c
AgeCommit message (Collapse)Author
2002-01-03Make getopt act the same regardless whether the app was staticly linkedEric Andersen
or dynamicly linked. Obeys the principle of least surprise. -Erik
2001-03-05Patch from Jean-Yves Avenard to move the getopt globals to theirEric Andersen
own file, since at least on SH, weak variables with initial values (.data stuff) were not working. Moving these to their own file seems to be a good way to handle it.
2001-01-15init var to 0 to avoid warningEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen