summaryrefslogtreecommitdiffstats
path: root/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Commit version of config.h.in that covers the TERMIOS test.Eric S. Raymond2001-01-161-0/+3
* Committing patch #103216, autodetect of dbmmodule support and buildingBarry Warsaw2001-01-151-0/+3
* Part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum2001-01-101-0/+10
* SF Patch #103154 by jlt63: Cygwin Check Import Case Patch.Guido van Rossum2001-01-101-56/+59
* Remove configure test for getline(), since it's no longer used at allAndrew M. Kuchling2001-01-081-3/+0
* Configuration test for working getc_unlocked() (and flockfile() andGuido van Rossum2001-01-051-0/+3
* Patch #102469: Check for glibc's getline() extensionAndrew M. Kuchling2000-11-291-0/+3
* Remove AC_C_INLINE test from configure.in, since the only place the symbolFred Drake2000-11-081-3/+0
* The Usual.Jeremy Hylton2000-10-091-7/+7
* Another generated file...Fred Drake2000-10-091-7/+7
* Donn Cave <donn@oz.net>:Fred Drake2000-10-091-6/+0
* Make better use of GNU Pth -- patch by Andy Dustman.Guido van Rossum2000-09-191-10/+10
* Trent Mick points out that the BSD DB also provides an ndbm compatibilityFred Drake2000-09-151-0/+3
* Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed.Fred Drake2000-09-141-6/+12
* After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)Guido van Rossum2000-08-311-6/+6
* Skip Montanaro <skip@mojam.com>:Fred Drake2000-08-311-0/+9
* adds support for --with-pydebug configure optionSkip Montanaro2000-08-301-3/+6
* Add configure tests for poll() (SF patch #100852)Andrew M. Kuchling2000-08-251-0/+6
* This patch partly (some stuff went in already) ports Python to Monterey.Trent Mick2000-08-231-0/+3
* Added test for uintptr_t, the C9X acceptable way to spell "type toBarry Warsaw2000-08-181-0/+6
* Reran autoconf.Sjoerd Mullender2000-08-171-3/+0
* Cleanup configure.in. Specifically:Thomas Wouters2000-08-051-3/+3
* Oops, forgot to run autoheader before checking in the _getpty move toThomas Wouters2000-07-151-0/+3
* From Sam Rushing's Medusa, via SF patch #100858: add & documentAndrew M. Kuchling2000-07-131-0/+12
* Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources.Fred Drake2000-07-091-3/+5
* Added #undef of WITH_CYCLE_GC for autoconf's delight.Barry Warsaw2000-06-301-3/+3
* penultimate phase of Neil Schemenauer's GC patchesJeremy Hylton2000-06-301-0/+3
* Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. RerunningGuido van Rossum2000-06-301-3/+0
* This patch extends PC/config.h and configure.in as appropriate forFred Drake2000-06-291-0/+9
* Thread support is turned on my default now. To disable buildingBarry Warsaw2000-06-291-0/+12
* Regenerated autoconf files. There's an extra change to config.h.in beyondAndrew M. Kuchling2000-06-181-0/+6
* Add check for rint() in math library.Guido van Rossum2000-05-111-0/+3
* Andy Dustman: add GNU pth user-space thread support.Guido van Rossum2000-05-081-0/+3
* Added tests for socklen_tGuido van Rossum2000-04-241-0/+3
* Part of the Unicode checkin for Marc-Andre Lemburg.Guido van Rossum2000-03-101-0/+31
* Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).Guido van Rossum1999-12-201-0/+3
* Regenerated after new acconfig.h.Guido van Rossum1999-12-161-0/+3
* Remove test for getlogin_r(); the interface is not clearly defined, atFred Drake1999-12-141-17/+14
* Added detection of getlogin() and getlogin_r().Fred Drake1999-12-141-0/+6
* Added detection for getgroups(), fpathconf(), pathconf(),Fred Drake1999-12-131-0/+15
* Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.Fred Drake1999-12-091-0/+18
* Changes resulting from patch to acconfig.h.Guido van Rossum1999-11-161-0/+4
* For BeOS PowerPC. Chris Herborth.Guido van Rossum1999-04-061-0/+3
* Add symbols for gethostbyname_r variants (sigh).Guido van Rossum1999-03-221-3/+12
* Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbolGuido van Rossum1999-02-231-3/+0
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-6/+12
* Chris Herborth's first pass at making config and installGuido van Rossum1999-01-121-0/+6
* Changes for long file support.Guido van Rossum1999-01-071-0/+36
* The usualGuido van Rossum1998-10-021-9/+15
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+9
_1_0 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-122-16/+21
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-053-112/+140
* * README: Bump version number to 8.5a5dgp2006-05-0410-16/+27
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-043-8/+23
* * changes: Updates for another RC.core_8_5_a4dgp2006-04-262-4/+22
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-264-12/+88
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-265-60/+101
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-38/+29
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-255-102/+120
* correct ChangeLog to reflect 2006-04-19 commit ofKevin B Kenny2006-04-241-0/+4
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-194-9/+93
* more fine-tuning of the revised docsdgp2006-04-181-14/+11
* formatting fixes and note change that ::tcl_precision is now per-threaddgp2006-04-181-2/+11
* Minor fixes post-review.dkf2006-04-182-5/+13
* * doc/IntObj.3: Documentation changes to account for TIP 237 changes.dgp2006-04-173-70/+102
* typodgp2006-04-131-2/+2
* Fix [1376892]dkf2006-04-122-60/+143
* fix make html errorsdas2006-04-123-8/+8
* cosmetic fix to 'install' targetsdas2006-04-121-1/+3
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-113-5/+53
* typosdas2006-04-111-2/+2
* move tagdgp2006-04-071-2/+2
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-07