Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Mass ANSIfication of function definitions. Doesn't cover all 'extern' | Thomas Wouters | 2000-07-22 | 1 | -2/+1 |
| | | | | declarations yet, those come later. | ||||
* | Restructure the file so that it is never empty. No longer needs | Guido van Rossum | 1998-08-25 | 1 | -10/+10 |
| | | | | Metrowerks specific #ifdef. | ||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+9 |
| | |||||
* | Some patches to Lee Busby's fpectl mods that accidentally didn't make it | Guido van Rossum | 1997-10-20 | 1 | -2/+1 |
| | | | | into 1.5a4. | ||||
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
| | |||||
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+16 |
New file pyfpe.c and exception FloatingPointError. Surround some f.p. operations with PyFPE macro brackets. |