summaryrefslogtreecommitdiffstats
path: root/src/core/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
|
* Do not go past the end of the argv[] array.Michael Brown2007-01-141-0/+4
| | | | This bug found by setting read and write watchpoints at NULL in bochs.
* Use common symbols to avoid dragging in getopt.o unless a getopt-usingMichael Brown2006-12-191-18/+5Star
| | | | command is linked in.
* Added a functional version of getopt() and getopt_long(), ready for useMichael Brown2006-12-071-0/+280
in our commands.