summaryrefslogtreecommitdiffstats
path: root/PC/config.h
Commit message (Expand)AuthorAgeFilesLines
* make wchar_t usable again on Windows (this enables the MBCS codecs)Fredrik Lundh2001-06-271-0/+7
* Make Unicode work a bit better on Windows...Fredrik Lundh2001-06-261-0/+9
* Windows build broke from recent Unicode changes -- need to #defineTim Peters2001-06-261-0/+1
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-1/+6
* SF bug #417508: 'hypot' not found with Borland C++Build.Tim Peters2001-04-211-0/+2
* Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1Tim Peters2001-04-181-2/+2
* Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.Tim Peters2001-02-281-7/+0
* Windows: 2.1a1 changes so Python runs again. Note that the python20Tim Peters2001-01-171-2/+2
* Rip out DOS and Win16 support.Guido van Rossum2000-11-131-103/+1
* add user-modifiable recursion_limitJeremy Hylton2000-08-311-7/+0
* From Rene Liebscher:Mark Hammond2000-08-151-9/+146
* -- from Trent Mick: [Patch #101010] replace use of INT_PTRFredrik Lundh2000-08-071-2/+2
* Pragmas that instruct the linker to link against python20.lib (orGreg Ward2000-08-051-2/+4
* Only include <basetsd.h> for VC 6.0 and higher.Guido van Rossum2000-06-301-0/+2
* As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented ifGuido van Rossum2000-06-301-1/+1
* Python's .lib is now named Python20.libMark Hammond2000-06-301-2/+2
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+3
* This patch extends PC/config.h and configure.in as appropriate forFred Drake2000-06-291-10/+32
* Changed the #error to a #warning when checking gcc versions, andFred Drake2000-06-281-1/+1
* Patch from Rene Liebscher <R.Liebscher@gmx.de>, slightly modified andFred Drake2000-06-191-0/+8
* Trent Mick:Guido van Rossum2000-05-101-1/+4
* Trent Mick:Guido van Rossum2000-05-081-23/+57
* Add definition of socklen_t so that socketmodule.c will compile on Windows.Guido van Rossum2000-04-241-0/+3
* Change the pragmas to use python16.lib instead of python15.lib. (TookGuido van Rossum2000-03-291-2/+2
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+6
* Add HAVE_DYNAMIC_LOADING.Guido van Rossum1999-12-201-0/+4
* Set the max recursion limit to 5000 -- rather conservative (this usesGuido van Rossum1999-06-091-0/+7
* Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).Guido van Rossum1999-01-141-0/+9
* 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
* 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
* 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
* 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
* 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