summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Patch #650412: Check whether the address of flock and getpagesizeMartin v. Löwis2003-03-301-4/+4
| | | | can be taken, and use _SC_PAGE_SIZE if getpagesize is not available.
* Add test for setpgrp. Fixes #690317.Martin v. Löwis2003-03-281-0/+3
|
* /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc.Neal Norwitz2003-03-211-0/+3
| | | | Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty.
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-0/+4
| | | | function, if supported. (SF patch #675422, by Stuart Bishop.)
* - sys.path[0] (the directory from which the script is loaded) is nowGuido van Rossum2003-02-191-0/+3
| | | | | turned into an absolute pathname, unless it is the empty string. (SF patch #664376, by Skip Montanaro.)
* Use configure to check for inet_aton.Neal Norwitz2003-02-131-0/+3
|
* Don't use Posix semaphores on Solaris 8. Fixes #662787.Martin v. Löwis2003-01-211-0/+3
|
* Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. UsedBarry Warsaw2003-01-071-0/+3
| | | | by posixmodule.c.
* Expose I_ constants. Auto-detect stropts.h. Properly configure the slave ↵Martin v. Löwis2003-01-011-0/+3
| | | | terminal.
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-311-0/+3
|
* Patch 659834 by Magnus Lie Hetland:Guido van Rossum2002-12-301-0/+3
| | | | | | | | | Check for readline 2.2 features. This should make it possible to compile readline.c again with GNU readline versions 2.0 or 2.1; this ability was removed in readline.c rev. 2.49. Apparently the older versions are still in widespread deployment on older Solaris installations. With an older readline, completion behavior is subtly different (a space is always added).
* Patch #657889: Implement posix.getloadavg.Martin v. Löwis2002-12-271-0/+3
|
* Use wcscoll for _locale.strcoll if available.Martin v. Löwis2002-12-211-0/+3
|
* Remove MALLOC_ZERO_RETURNS_NULL.Martin v. Löwis2002-11-231-3/+0
|
* Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroupsMartin v. Löwis2002-11-211-2/+2
| | | | prototypes explicitly.
* Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318.Martin v. Löwis2002-11-121-5/+3
|
* Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.hMartin v. Löwis2002-11-111-1/+1
| | | | Fixes #636431.
* Protect pyconfig.h from multiple inclusions.Martin v. Löwis2002-11-111-0/+7
|
* Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012].Martin v. Löwis2002-11-111-1/+1
|
* Check whether we can take the address of chown, link, and symlink.Martin v. Löwis2002-11-111-3/+3
|
* Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE.Martin v. Löwis2002-10-261-0/+6
|
* Patch #623780: Replace obsolete struct macros.Martin v. Löwis2002-10-161-8/+0
|
* Back out #479898.Martin v. Löwis2002-10-111-9/+0
|
* Patch #569139: Implementation of major, minor and makedev.Martin v. Löwis2002-10-101-0/+11
|
* Check for wctype.h.Martin v. Löwis2002-10-071-0/+3
|
* Patch #479898: Use multibyte C library for printing strings if available.Martin v. Löwis2002-10-071-3/+6
|
* Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2.Martin v. Löwis2002-10-041-0/+3
|
* Use utimes(2) where available to support microsecond timestamps.Martin v. Löwis2002-09-101-0/+3
|
* Patch #606592: Subsecond timestamps in stat_result.Martin v. Löwis2002-09-091-0/+3
|
* SF patch #584245, get python to link on OSF1 (Dec Unix)Neal Norwitz2002-07-301-0/+6
|
* Patch #573770: Implement lchown.Martin v. Löwis2002-07-281-0/+3
|
* Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have themMartin v. Löwis2002-07-201-0/+8
| | | | available in the configure tests already.
* Alas, roll back the definition of _XOPEN_SOURCE. It breaks the testsGuido van Rossum2002-07-191-3/+0
| | | | | | | | | | | for the time module, because somehow configure won't define the symbols HAVE_STRUCT_TM_TM_ZONE, HAVE_TM_ZONE, and HAVE_TZNAME in this case. I've got no time to research this further, so I leave it in Jeremy and Martin's capable hands to find a different solution for True64 (or to devise a way to get the time tests to succeed while defining _XOPEN_SOURCE).
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-16/+9
|
* This introduces stricter library/header file checking for the Berkeley DBSkip Montanaro2002-06-141-9/+0
| | | | | | | | | library. Since multiple versions can be installed simultaneously, it's crucial that you only select libraries and header files which are compatible with each other. Version checking is done from highest version to lowest. Building using version 1 of Berkeley DB is disabled by default because of the hash file bugs people keep rediscovering. It can be enabled by uncommenting a few lines in setup.py. Closes patch 553108.
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+3
|
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+3
|
* Patch #505375: Make doc strings optional.Martin v. Löwis2002-06-091-0/+3
|
* Stop testing for sigprocmask. This is a stop gap measure until I workMichael W. Hudson2002-06-061-3/+0
| | | | | out how to just activate my code on platforms where I know it works (currently only linux/x86).
* Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***)Jason Tishler2002-06-041-10/+0
| | | | | | | | | | | | This patch complies with the following request found near the top of configure.in: # This is for stuff that absolutely must end up in pyconfig.h. # Please use pyport.h instead, if possible. I tested this patch under Cygwin, Win32, and Red Hat Linux. Python built and ran successfully on each of these platforms.
* This is patchMichael W. Hudson2002-05-271-0/+3
| | | | | | | [ 559250 ] more POSIX signal stuff Adds support (and docs and tests and autoconfery) for posix signal mask handling -- sigpending, sigprocmask and sigsuspend.
* Back out #555929Martin v. Löwis2002-05-151-0/+10
|
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-151-10/+0
| | | | | | | | | | | | This patch complies with the following request found near the top of configure.in: # This is for stuff that absolutely must end up in pyconfig.h. # Please use pyport.h instead, if possible. I tested this patch under Cygwin, Win32, and Red Hat Linux. Python built and ran successfully on each of these platforms.
* #546163, fix link problem on Solaris 8 for makedev when using mknodNeal Norwitz2002-04-201-0/+3
|
* Move WITH_UNIVERSAL_NEWLINES template into configure.in.Martin v. Löwis2002-04-161-3/+3
|
* Add a test for fchdir().Fred Drake2002-04-151-0/+3
| | | | This is part of SF feature #536796.
* Mass checkin of universal newline support.Jack Jansen2002-04-141-0/+3
| | | | | | | | Highlights: import and friends will understand any of \r, \n and \r\n as end of line. Python file input will do the same if you use mode 'U'. Everything can be disabled by configuring with --without-universal-newlines. See PEP278 for details.
* Patch #543447: Add posix.mknod.Martin v. Löwis2002-04-141-0/+3
|
* Remove acconfig.h.Martin v. Löwis2002-04-121-31/+3
|
* Update to autoconf 2.5x.Martin v. Löwis2002-04-121-461/+537
|