summaryrefslogtreecommitdiff
path: root/Python/getopt.c
Commit message (Expand)AuthorAgeFilesLines
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-031-31/+18
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-5/+2
* Tim Peters discovered a bug in the Python-supplied getopt():Guido van Rossum1999-09-131-1/+2
* Patch by Chris Herborth:Guido van Rossum1998-12-171-0/+4
* Fix a bug in this code that made it do the wrong thing when an optionGuido van Rossum1997-09-301-1/+4
* (Jack:) Don't define TRUE and FALSE if already defined.Guido van Rossum1997-04-111-1/+4
* don't use function prototypesGuido van Rossum1995-01-201-1/+4
* New version handles -o<string> same as -o <string>Guido van Rossum1994-04-281-31/+62
* A getopt.c for your amusementGuido van Rossum1994-04-141-0/+54