- 03 Kas, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
regardless of whether the system getopt() does what we want. This avoids the hassle with prototypes and externs, and the check to see if the system getopt() does what we want. Prefix optind, optarg and opterr with _PyOS_ to avoid name clashes. Add new include file to define the right symbols. Fix Demo/pyserv/pyserv.c to include getopt.h itself, instead of relying on Python to provide it.
-
- 22 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
declarations yet, those come later.
-
- 13 Eyl, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
it doesn't recognize a lone dash as a non-flag argument. Now it does.
-
- 17 Ara, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
have to use a const-correct prototype on BeOS or the compiler gets uppity.
-
- 30 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
was a single '-'. Thanks to Andrew Kuchling.
-
- 11 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Nis, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Nis, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-