Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added #undef of WITH_CYCLE_GC for autoconf's delight. | Barry Warsaw | 2000-06-30 | 1 | -3/+3 |
| | |||||
* | penultimate phase of Neil Schemenauer's GC patches | Jeremy Hylton | 2000-06-30 | 1 | -0/+3 |
| | | | | update configure files (turn --with-cycle-gc on for beta release?) | ||||
* | Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning | Guido van Rossum | 2000-06-30 | 1 | -3/+0 |
| | | | | autoheader revealed this. | ||||
* | This patch extends PC/config.h and configure.in as appropriate for | Fred Drake | 2000-06-29 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64-bit readiness (the config values are needed for patches that I will be submitting later today. The changes are as follows: - add SIZEOF_OFF_T #define's to PC/config.h (it was already in configure.in) - add SIZEOF_TIME_T #define to PC/config.h and configure Needed for some buffer overflow checking because sizeof(time_t) is different on Win64. - add SIZEOF_FPOS_T #define Needed for the Win64 large file support implementation. - add SIZEOF_HKEY in PC/config.h only Needed for proper Win32 vs. Win64 handling in PC/winreg.c - #define HAVE_LARGEFILE_SUPPORT for Win64 - typedef long intptr_t; for all Windows except Win64 (which defines it itself) This is a new ANSI (I think) type that is useful (and used by me) for proper handling in msvcrtmodule.c and posixmodule.c - indent the nested #ifdef's and #defines in PC/config.h This is *so* much more readable. There cannot be a compiler compatibilty issue here can there? Perl uses indented #defines and it compiles with everything. | ||||
* | Thread support is turned on my default now. To disable building | Barry Warsaw | 2000-06-29 | 1 | -0/+12 |
| | | | | | | | | | | | threads use --without-threads. No extra tests of thread/compiler combinations have been added. --with(out)-thread and --with(out)-threads are completely interchangeable. --with-threads still supports the =DIRECTORY option for specifying where to find thread libraries. | ||||
* | Regenerated autoconf files. There's an extra change to config.h.in beyond | Andrew M. Kuchling | 2000-06-18 | 1 | -0/+6 |
| | | | | | the mremap() change I made; did someone modify configure.in previously without recreating these files? | ||||
* | Add check for rint() in math library. | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
| | |||||
* | Andy Dustman: add GNU pth user-space thread support. | Guido van Rossum | 2000-05-08 | 1 | -0/+3 |
| | |||||
* | Added tests for socklen_t | Guido van Rossum | 2000-04-24 | 1 | -0/+3 |
| | |||||
* | Part of the Unicode checkin for Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+31 |
| | | | | Some new configuration tests and a new option, --with-wctype-functions. | ||||
* | Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). | Guido van Rossum | 1999-12-20 | 1 | -0/+3 |
| | | | | This is part of a set of patches by Greg Stein. | ||||
* | Regenerated after new acconfig.h. | Guido van Rossum | 1999-12-16 | 1 | -0/+3 |
| | |||||
* | Remove test for getlogin_r(); the interface is not clearly defined, at | Fred Drake | 1999-12-14 | 1 | -17/+14 |
| | | | | | | | | least on Solaris (sometimes it's Unix98, sometimes it conforms to an early draft). Properly generate config.h.in using autoheader instead of editing it manually; thanks, Guido! | ||||
* | Added detection of getlogin() and getlogin_r(). | Fred Drake | 1999-12-14 | 1 | -0/+6 |
| | |||||
* | Added detection for getgroups(), fpathconf(), pathconf(), | Fred Drake | 1999-12-13 | 1 | -0/+15 |
| | | | | confstr(), and sysconf(). | ||||
* | Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. | Fred Drake | 1999-12-09 | 1 | -0/+18 |
| | |||||
* | Changes resulting from patch to acconfig.h. | Guido van Rossum | 1999-11-16 | 1 | -0/+4 |
| | |||||
* | For BeOS PowerPC. Chris Herborth. | Guido van Rossum | 1999-04-06 | 1 | -0/+3 |
| | |||||
* | Add symbols for gethostbyname_r variants (sigh). | Guido van Rossum | 1999-03-22 | 1 | -3/+12 |
| | |||||
* | Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol | Guido van Rossum | 1999-02-23 | 1 | -3/+0 |
| | | | | disappears. It wasn't used anywhere anyway... | ||||
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -6/+12 |
| | |||||
* | Chris Herborth's first pass at making config and install | Guido van Rossum | 1999-01-12 | 1 | -0/+6 |
| | | | | for BeOS better. | ||||
* | Changes for long file support. | Guido van Rossum | 1999-01-07 | 1 | -0/+36 |
| | |||||
* | The usual | Guido van Rossum | 1998-10-02 | 1 | -9/+15 |
| | |||||
* | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -0/+9 |
| | |||||
* | Add timegm to list of functions tested, for Marc-Andre L. | Guido van Rossum | 1998-06-11 | 1 | -0/+3 |
| | |||||
* | Get rid of test for -lsun (very old IRIX); add test for -lm (needed on | Guido van Rossum | 1998-05-07 | 1 | -0/+3 |
| | | | | enough platforms). | ||||
* | We no longer check for libsun.a. | Guido van Rossum | 1998-04-10 | 1 | -3/+0 |
| | |||||
* | Added mktime to checked functions | Guido van Rossum | 1998-03-06 | 1 | -0/+3 |
| | |||||
* | Two unrelated changes: | Guido van Rossum | 1997-12-18 | 1 | -0/+3 |
| | | | | | | | | - add test for strptime (not used by the core but needed by Marc Lemburg's Date object). - Test for GNU ld on Solaris; need to add an extra linker option to export symbols in that case. | ||||
* | Add checks for setlocale() and <locale.h> | Guido van Rossum | 1997-10-08 | 1 | -0/+6 |
| | |||||
* | Added configuration tests for presence of alarm(), pause(), and getpwent() | Guido van Rossum | 1997-08-22 | 1 | -0/+9 |
| | |||||
* | --with-readline is obsolete (and some editorial stuff in README) | Guido van Rossum | 1997-08-05 | 1 | -3/+0 |
| | |||||
* | Add MALLOC_ZERO_RETURNS_NULL symbol. | Guido van Rossum | 1997-07-10 | 1 | -0/+3 |
| | |||||
* | The usual effects of a new configure.in | Guido van Rossum | 1997-05-22 | 1 | -0/+9 |
| | |||||
* | Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. | Guido van Rossum | 1997-05-09 | 1 | -3/+6 |
| | |||||
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+3 |
| | | | | New symbol WANT_SIGFPE_HANDLER. | ||||
* | A number of new symbols have appeared (courtesy autoconf 2.12?) | Guido van Rossum | 1997-01-22 | 1 | -0/+15 |
| | |||||
* | The usual. | Guido van Rossum | 1996-12-06 | 1 | -0/+9 |
| | |||||
* | The usual... | Guido van Rossum | 1996-08-19 | 1 | -0/+3 |
| | |||||
* | Put definition of _REENTRANT in config.h | Guido van Rossum | 1996-08-01 | 1 | -0/+3 |
| | |||||
* | The usual | Guido van Rossum | 1996-07-31 | 1 | -3/+0 |
| | |||||
* | The usual | Guido van Rossum | 1996-07-31 | 1 | -0/+3 |
| | |||||
* | Follow new configure.in | Guido van Rossum | 1996-07-30 | 1 | -0/+3 |
| | |||||
* | putenv | Guido van Rossum | 1996-07-24 | 1 | -0/+3 |
| | |||||
* | added plock | Guido van Rossum | 1996-06-28 | 1 | -0/+6 |
| | |||||
* | Added HAVE_FLOCK | Guido van Rossum | 1996-06-20 | 1 | -0/+3 |
| | |||||
* | Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. | Guido van Rossum | 1996-05-28 | 1 | -0/+12 |
| | |||||
* | added strftime | Guido van Rossum | 1995-09-18 | 1 | -0/+3 |
| | |||||
* | derived from new configure.in | Guido van Rossum | 1995-06-14 | 1 | -0/+5 |
| |