Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | README: changed URL format to <URL:...>; added section on Tk. | Guido van Rossum | 1995-01-04 | 1 | -0/+3 |
| | | | | | | | Makefile.in: run config.status in "make recheck". configure.in: add test for hypot(). config.h.in, configure: since configure.in changed. rest: the usual boring stuff. | ||||
* | The usual changes when a release is nearing... | Guido van Rossum | 1995-01-02 | 1 | -76/+64 |
| | |||||
* | test for presence of stddef.h | Guido van Rossum | 1994-10-20 | 1 | -2/+7 |
| | | | | separate arg requirements for getpgrp() and setpgrp() | ||||
* | add test for volatile | Guido van Rossum | 1994-10-11 | 1 | -0/+3 |
| | |||||
* | Simplify value of INSTALL (always 'cp'). | Guido van Rossum | 1994-08-19 | 1 | -0/+3 |
| | | | | | | Pass value of OPT from configure environment to Makefile. Add check for limits.h. Use <directory>/libreadline.a instead of -lreadline. |