summaryrefslogtreecommitdiffstats
path: root/Python/pyfpe.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-2/+1
| | | | declarations yet, those come later.
* Restructure the file so that it is never empty. No longer needsGuido van Rossum1998-08-251-10/+10
| | | | Metrowerks specific #ifdef.
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+9
|
* Some patches to Lee Busby's fpectl mods that accidentally didn't make itGuido van Rossum1997-10-201-2/+1
| | | | into 1.5a4.
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-1/+1
|
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-0/+16
New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets.