summaryrefslogtreecommitdiffstats
path: root/Python/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
|
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-221-6/+4
| | | | declarations yet, those come later.
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* Changes by Mark Hammond for Windows CE. Mostly of the formGuido van Rossum1999-04-071-0/+2
| | | | #ifdef DONT_HAVE_header_H ... #endif around #include <header.h>.
* Always include config.hGuido van Rossum1996-08-191-2/+0
|
* for __SC__Guido van Rossum1995-02-191-0/+4
|
* fix HUGE and MAXVAL (suggested by Tim Peters)Guido van Rossum1992-03-271-2/+2
|
* New version from the net.Guido van Rossum1992-01-141-17/+149
|
* Clear errno, just to be sure.Guido van Rossum1991-12-311-1/+8
|
* Don't rely on <string.h>Guido van Rossum1991-12-241-4/+2
|
* Initial revisionGuido van Rossum1991-04-161-0/+17