summaryrefslogtreecommitdiffstats
path: root/PC/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Need to define DL_EXPORT, of course!Guido van Rossum1998-12-101-0/+1
|
* Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein.Guido van Rossum1998-09-231-0/+3
|
* Patches from Greg Stein to support 'P' format in struct module'sGuido van Rossum1998-09-181-0/+6
| | | | | native format, as void* (translated to Python int or long). Also adds PyLong_FromVoidPtr and PyLong_AsVoidPtr to longobject.c.
* Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request.Guido van Rossum1998-09-171-0/+1
|
* Patch by Mark Hammond to support 64-bit ints on MS platforms.Guido van Rossum1998-08-251-0/+2
| | | | | | The MS compiler doesn't call it 'long long', it uses __int64, so a new #define, LONG_LONG, has been added and all occurrences of 'long long' are replaced with it.
* Define HAVE_STRERROR.Guido van Rossum1998-08-121-0/+1
|
* Shouldn't include the lib pragma when building python15.dll itself!Guido van Rossum1998-08-081-0/+2
|
* For Win32, added pragmas specifying the python15[_d].lib library.Guido van Rossum1998-08-071-0/+7
|
* Quick fix -- define SIZEOF_LONG and SIZEOF_INT.Guido van Rossum1998-05-291-0/+4
|
* Oops, ".\DLLs" should be in the default path now.Guido van Rossum1998-04-111-1/+1
|
* Add HAVE_MKTIME.Guido van Rossum1998-04-101-0/+3
|
* Enable CHECK_IMPORT_CASE on Win32.Guido van Rossum1998-02-191-0/+10
|
* win -> plat-winGuido van Rossum1997-11-221-3/+3
|
* Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win toGuido van Rossum1997-09-301-1/+1
| | | | plat-win, get rid of test (which is now a package).
* Remove #ifdef __cplusplus.Guido van Rossum1997-09-291-6/+6
|
* Remove #define main; remove vc40 from PYTHONPATH.Guido van Rossum1997-08-131-2/+1
|
* Typo! \\lib\\<path> should be .\\lib\\<path>Guido van Rossum1997-05-141-1/+1
|
* Longer default PYTHONPATH will find test, tkinter, and shared modulesGuido van Rossum1997-05-131-1/+1
| | | | in the build tree, when the current directory is the build tree root.
* Added HAVE_ macros for getpeername, getpid, setvbuf.Guido van Rossum1997-05-061-2/+5
|
* It turns out that VC1.5 does not necessarily define _WINDOWS.Guido van Rossum1996-10-221-2/+0
|
* Add an XXX comment about apparent incompleteness of Borland defines.Guido van Rossum1996-10-211-0/+1
|
* Use MS_DLL_ID and similar changesGuido van Rossum1996-08-231-4/+0
|
* More changes for NT, Guido styleGuido van Rossum1996-08-221-2/+16
|
* New versions of almost all files.Guido van Rossum1996-07-301-9/+46
|
* Added PC files from Jim Ahlstrom.Guido van Rossum1996-06-281-7/+34
|
* new versions from Jim AGuido van Rossum1996-06-261-10/+0
|
* config files for DOS and Windows (all versions, all compilers)Guido van Rossum1996-05-281-0/+406