COMMITS
/ Python/getopt.c November 3, 2000
T
Move our own getopt() implementation to _PyOS_GetOpt(), and use it
Thomas Wouters committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
September 13, 1999
G
Tim Peters discovered a bug in the Python-supplied getopt():
Guido van Rossum committed
December 17, 1998
G
Patch by Chris Herborth:
Guido van Rossum committed
September 30, 1997
G
Fix a bug in this code that made it do the wrong thing when an option
Guido van Rossum committed
April 11, 1997
G
(Jack:) Don't define TRUE and FALSE if already defined.
Guido van Rossum committed
January 20, 1995
G
don't use function prototypes
Guido van Rossum committed
April 28, 1994
G
New version handles -o<string> same as -o <string>
Guido van Rossum committed
April 14, 1994
G
A getopt.c for your amusement
Guido van Rossum committed