summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
Commit message (Expand)AuthorAgeFilesLines
* Expose C library's gettext. Fixes #516412.Martin v. Löwis2002-03-271-0/+3
* Patch #532729: check for sem_init in -lrt.Martin v. Löwis2002-03-211-2/+3
* Remove compiler warnings on Solaris 8.Neal Norwitz2002-03-201-0/+2
* Patch #511193: Implement killpg in posixmodule.Martin v. Löwis2002-02-161-0/+3
* Patch #497098: build support for GNU/Hurd.Martin v. Löwis2002-01-011-3/+9
* Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED andMartin v. Löwis2001-10-241-0/+6
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-191-7/+10
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-0/+9
* Shut up warnings for setgroups() on Linux -- you have to #includeGuido van Rossum2001-10-181-7/+10
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-0/+3
* Do not define _POSIX_THREADS if unistd.h defines it.Martin v. Löwis2001-10-151-0/+3
* Check for term.h and include it on non-ncurses system to get a declarationMartin v. Löwis2001-10-131-0/+3
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+3
* Patch #462122: add readline startup and pre_event hooks.Martin v. Löwis2001-09-301-0/+3
* Improve threading on Solaris, according to SF patch #460269, submittedGuido van Rossum2001-09-101-0/+3
* This time (I hope) I've fixed largefileGuido van Rossum2001-09-091-3/+1
* Revert parts of patch #453627, documenting the resulting test failuresMartin v. Löwis2001-09-061-2/+0
* Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in.Martin v. Löwis2001-09-051-0/+8
* Changes to automatically enable large file support on some systems.Guido van Rossum2001-09-051-7/+6
* Patch #453627: Define the following macros when compiling on a UnixWare 7.x s...Martin v. Löwis2001-09-051-0/+7
* Fix portability problems with glibc 2.0, as reported in #449157.Martin v. Löwis2001-08-151-0/+3
* Autotest for netpacket/packet.h, as it is not available on all Linux versions.Martin v. Löwis2001-08-101-0/+3
* Expose nl_langinfo through locale where available.Martin v. Löwis2001-08-101-0/+3
* Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the threeMartin v. Löwis2001-08-041-0/+3
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-0/+706