summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Cross compiling needs host and build settings. configure no longerChristian Heimes2012-12-121-10/+10
|\
| * Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...Mark Dickinson2012-12-021-0/+40
| * Merge 3.3.Stefan Krah2012-11-221-0/+2
| |\
| * \ Merge 3.3.Stefan Krah2012-11-221-10/+10
| |\ \
| | * \ Merge with 3.3 for issue #16262Ross Lagerwall2012-10-291-10/+10
| | |\ \
| | | * \ - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-10/+10
| | | |\ \
| | | | * \ Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-141/+156
| | | | |\ \
| | | | | * | Bump autoconf from 2.68 to 2.69.Trent Nelson2012-10-161-132/+147
| | | | | * | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-161-10/+10
| | | | | |\ \
| | | | | | * \ Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+20
| | | | | | |\ \
| | | | | | * | | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-10/+10
* | | | | | | | | Cross compiling needs host and build settings. configure no longerChristian Heimes2012-12-121-0/+2
* | | | | | | | | Issue 10052: merge fix from 3.2.Mark Dickinson2012-12-021-417/+1452
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fix more usages of NULL without including stdio.h.Stefan Krah2012-11-221-0/+2
| |/ / / / / / /
| * | | | | | | Issue #13057: Include stdio.h when NULL is used in configure.ac.Stefan Krah2012-11-221-1/+9
| |/ / / / / /
| * | | | | | Merge with 3.2 for issue #16262Ross Lagerwall2012-10-291-416/+1441
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-17/+22
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-161-419/+1444
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-419/+1444
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko2012-07-071-0/+7
| | | | * | | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko2012-06-301-1/+1
| | | | * | | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko2012-06-301-0/+52
| | | | * | | - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,doko2012-06-301-15/+54
| | | | * | | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko2012-06-301-0/+111
| | | | * | | - check for libtinfo as a termcap librarydoko2012-06-301-1/+1
| | | | * | | - Issue #3754: Some unrelated configure.ac cleanups.doko2012-06-301-4/+9
| | | | * | | - Issue #14324: use a linker test to check for profiling supportdoko2012-06-301-22/+20
| | | | * | | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead ofdoko2012-06-301-163/+435
| | | | * | | Issue #13950: Improve support for OS X Xcode 4:Ned Deily2012-06-251-1/+3
| | | | * | | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-231-130/+265
| | | | * | | Issue #7652: Enable linking of _decimal.so against an installed libmpdec.Stefan Krah2012-03-231-0/+18
| | | | * | | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+171
| | | | * | | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-14/+28
| | | | * | | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-29/+113
| | | | * | | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-0/+5
| | | | * | | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-34/+37
| | | | * | | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-1/+30
| | | | * | | - Issue #14321: Do not run pgen during the build if files are up to date.Matthias Klose2012-03-151-0/+50
| | | | * | | merge 3.2Matthias Klose2012-03-141-311/+391
| | | | |\ \ \
| | | | | * | | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-3/+3
| | | | | * | | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-3/+3
| | | | | * | | Improve the test for dirfd(). Some systems #define it rather thanGregory P. Smith2012-01-211-47/+57
| | | | | |\ \ \
| | | | | * \ \ \ Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-1/+1
| | | | | |\ \ \ \
| | | | | * | | | | regenerated using autoconf, includes dirfd test.Gregory P. Smith2012-01-161-1/+1
| | | | | * | | | | fix for old kernels which don't have epoll_create1Benjamin Peterson2011-12-271-2/+27
| | | | | * | | | | Merge second fix for issue #11149.Stefan Krah2011-12-081-3/+4
| | | | | |\ \ \ \ \
| | | | | * | | | | | Better resolution for issue #11849: Ensure that free()d memory arenas are rea...Antoine Pitrou2011-11-261-32/+4
| | | | | * | | | | | Close #13415: Test in configure if unsetenv() has a return value or not.Victor Stinner2011-11-241-0/+28
| | | | | * | | | | | Issue #6397: Support '/dev/poll' polling objects in select module, under Sola...Jesus Cea2011-11-141-3/+4