summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
Commit message (Expand)AuthorAgeFilesLines
* Moved LONG_LONG #define from longobject.h to here, since it's neededBarry Warsaw2000-08-181-0/+43
* Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.Tim Peters2000-08-151-1/+9
* #include reordering so that extern "C" does not interfere withVladimir Marangozov2000-08-111-38/+40
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-2/+0
* Of course, you meant "#if 0" and not "#ifdef 0". :)Guido van Rossum2000-08-011-1/+1
* Guido said this is food for the beta-testers<wink>Peter Schneider-Kamp2000-08-011-0/+5
* patch from Vladimir (move Py_Mem* interface to Include/pymem.h)Peter Schneider-Kamp2000-07-311-154/+5
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-0/+317
* Make mode_t available for the declaration of _getpty().Sjoerd Mullender2000-07-261-1/+1
* Create a new section of pyport.h to hold all external function declarationsThomas Wouters2000-07-241-0/+62
* Removed all instances of RETSIGTYPE from the source code: signalTim Peters2000-07-231-17/+0
* Included assert.h in Python.h -- it's absurd that this basic tool ofTim Peters2000-07-231-0/+17
* Recent ANSIfication introduced a couple instances ofTim Peters2000-07-231-1/+25
* Remove the "1" that Tim sticked to the preprocessor symbol for unknown reasonsVladimir Marangozov2000-07-101-1/+1
* Cray J90 fixes for long ints.Tim Peters2000-07-081-0/+57