aboutsummaryrefslogtreecommitdiff
path: root/auto.def
AgeCommit message (Expand)AuthorFilesLines
2016-10-26build: On NetBSD backtrace is in -lexecinfoSteve Bennett1-1/+5
2016-10-17Add pkg-config support: jimtcl.pcSteve Bennett1-1/+5
2016-10-11build: remove -Werror when running ./configureSteve Bennett1-0/+6
2016-10-09docs: Only try to build Tcl.html if asciidoc is foundSteve Bennett1-0/+11
2016-10-06Fix for systems without umaskSteve Bennett1-2/+10
2016-09-29jimsh: Scriptable command-line completion supportSteve Bennett1-1/+0
2016-09-29configure: allow "--full" options to be explicitly disabledSteve Bennett1-5/+19
2016-09-09aio: add tty settings support (via termios)Steve Bennett1-0/+3
2016-09-05Add utf-8 display width infoSteve Bennett1-0/+2
2016-09-05Update linenoise to the latest versionSteve Bennett1-0/+2
2016-08-29Update version to 0.77Steve Bennett1-1/+1
2016-08-29configure: Use pkg-config to find openssl/libsslSteve Bennett1-6/+20
2016-08-28configure: Use pkg-config if possibleSteve Bennett1-5/+5
2016-08-26Add support for sub-interpretersSteve Bennett1-0/+1
2016-08-20Fix aio locking on non-linux platformsSteve Bennett1-0/+4
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett1-1/+1
2016-03-28zlib: add zlib bindingsDima Krasner1-0/+3
2016-02-01aio: add OpenSSL/LibreSSL bindings.Dima Krasner1-2/+12
2015-04-29add support for configure --docdirSteve Bennett1-1/+7
2015-03-19aio: add 'sync' subcommandSteve Bennett1-1/+1
2015-01-31Update version to 0.760.76Steve Bennett1-1/+1
2014-11-28file: add support for file linkSteve Bennett1-1/+1
2014-11-28Keep $LIBS as user-specified libraries onlySteve Bennett1-0/+7
2013-12-21Make identification of nan and inf more robustSteve Bennett1-1/+1
2013-12-21Avoid .eh_frame bloat with newer gccSteve Bennett1-0/+9
2013-12-21allow hash tables to be randomiseSteve Bennett1-0/+2
2013-12-21Add support for 'socket pair'Steve Bennett1-1/+2
2013-12-21aio: add support for half-closeSteve Bennett1-0/+1
2013-09-19Build on platforms without isasciiSteve Bennett1-1/+1
2013-08-23Unbreak shared build on Windows. Collect all version ids to auto.def.Vadim Zborovskii1-7/+4
2013-05-18Allow docs not to be built/installedSteve Bennett1-0/+2
2012-11-29Use sqlite3_prepare_v2()af1231-1/+1
2012-09-24Fix the check of readline library.Vadim Zborovskii1-1/+1
2012-09-06aio seek and tell should allow for 64 bit offsetsSteve Bennett1-2/+5
2012-05-10Fix a compiler warning with namespaces disabledSteve Bennett1-0/+1
2012-02-27Add support for aio command: isattySteve Bennett1-2/+2
2011-12-20Need -lang c++ when testing for mk4.h0.73Steve Bennett1-6/+8
2011-12-16use execvpe if available in [exec]Steve Bennett1-1/+1
2011-12-16cygwin also wants shared libraries named .dllSteve Bennett1-2/+6
2011-12-13mingw requires shared libs to have a .dll extensionSteve Bennett1-0/+2
2011-12-12Add support for lightweight namespacesSteve Bennett1-0/+4
2011-12-12Remove old sqlite0 extensionSteve Bennett1-1/+0
2011-12-12Enable more extensions by defaultSteve Bennett1-9/+7
2011-12-09Add the history commandSteve Bennett1-0/+2
2011-12-08Add support for tcl::prefix as an optional extensionSteve Bennett1-0/+2
2011-12-08Better extension selection in auto.defSteve Bennett1-213/+97
2011-11-30Delete the nvp extensionSteve Bennett1-2/+1
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-0/+3
2011-11-08Update autosetup, especially for include depsSteve Bennett1-1/+1
2011-11-07Allow building with MSVC on windowsSteve Bennett1-3/+3