TEA (tclconfig) Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-12-11
10:37
If compiled with Tcl 9, don't use version number in stub library name Leaf check-in: 381985d331 user: jan.nijtmans tags: trunk, main
2023-12-05
14:04
Fix e653408972: autoconf warning check-in: f03b9e290b user: jan.nijtmans tags: trunk, main
2023-10-09
18:18
define "Tcl_Size" when compiling with Tcl <= 8.6 check-in: f0385027e9 user: jan.nijtmans tags: trunk, main
2023-09-27
14:15
Fix [c981aa093a]: PKG_STUB_LIB_FILE wrong for Windows check-in: e97a1b2d0d user: jan.nijtmans tags: trunk, main
2023-09-06
10:31
Fix d3465c9188: Update install-sh to version "2020-11-14.01; # UTC", without tweak check-in: 8794952edb user: jan.nijtmans tags: trunk, main
2023-09-05
14:24
Fix d3465c9188: Update install-sh to version "2020-11-14.01; # UTC" tweak: our own -S modification renamed to -R, resolving a conflict check-in: d67b3c6c93 user: jan.nijtmans tags: trunk, main
2023-07-24
06:28
Fix d40b9c8503: Enforcing 64-bit time_t? check-in: d4fa32778a user: jan.nijtmans tags: trunk, main
2023-02-21
10:31
Add a newline to the end of tcl.m4 to avoid a complaint from aclocal when AC_CONFIG_MACRO_DIR([tclconfig]) is added to configure.ac. check-in: ed5ac018e8 user: pooryorick tags: trunk, main
2022-10-14
21:07
Add --with-tcl8 option. Only useful in combination with TIP #628: Shared 8.7/9.0 build environment check-in: 2a8174cc0c user: jan.nijtmans tags: trunk, main
2022-10-12
13:46
Fix TIP #628 implementation Closed-Leaf check-in: b362ceb13f user: jan.nijtmans tags: tcl8-compat
2022-06-26
22:42
TIP #628 check-in: 431bc69473 user: jan.nijtmans tags: tcl8-compat
2022-02-18
16:19
Add support for aarch64-w64-mingw32-clang check-in: 20fe9e6f59 user: jan.nijtmans tags: trunk, main
2021-11-07
21:40
Fix 15845d9fd8: unix/tcl.m4: implicit declaration of exit() in timezone variable checks check-in: b636c2658d user: jan.nijtmans tags: trunk, main
2021-07-06
09:33
Merge trunk Leaf check-in: 333054ecbb user: jan.nijtmans tags: sampleextension-cpp
09:33
Update TEA_ZIPFS_SUPPORT, making it usable for extensions. Adapted from Tk's SC_ZIPFS_SUPPORT check-in: 1f17dfd726 user: jan.nijtmans tags: trunk, main
2021-07-05
20:59
Update to latest version of C++-enabled tcl.m4 check-in: d95ede28f7 user: jan.nijtmans tags: sampleextension-cpp
2021-07-02
11:50
First draft of the C++-enabled TEA, provided by Christian Gollwitzer check-in: e8adb70939 user: jan.nijtmans tags: sampleextension-cpp
2021-06-22
15:42
PKG_STUB_LIB_FILE doesn't change from 8.x to 9.0. Otherwise tdbcodbc (and others) cannot find the tdbc stub library any more check-in: ff22a82ead user: jan.nijtmans tags: trunk, main
2021-04-28
10:49
Set TCL_CFG_OPTIMIZED for extensions, if this is an optimized build check-in: 5f47ec86bb user: jan.nijtmans tags: trunk, main
2021-04-22
14:26
Fix [a089192bf9]: license.terms file referred by tcl.m4 is missing check-in: d238982685 user: jan.nijtmans tags: trunk, main
2021-04-13
16:05
Add support for TIP #595 check-in: 144af9e839 user: jan.nijtmans tags: trunk, main
2021-01-29
15:01
Fix [5110e4ca21]: Warnings from autoconf 2.69 check-in: 8423a50147 user: jan.nijtmans tags: trunk, main
2021-01-15
12:18
Eliminate 2 more AC_TRY_COMPILE usages. check-in: 227cf76841 user: jan.nijtmans tags: trunk, main
2021-01-04
16:11
Stop supporting autoconf < 2.69. Eliminate obsolete constructs like AC_TRY_COMPILE check-in: d486615625 user: jan.nijtmans tags: trunk, main
2020-12-18
10:34
Rename AC_HELP_STRING to AS_HELP_STRING. See Obsolete-Macros. This has no effect on the autoconf outpuut check-in: b53de9d085 user: jan.nijtmans tags: trunk, main
2020-10-19
07:33
Update 'install-sh' to latest upstream version. Keep Tcl-specific patch check-in: 1751785ce1 user: jan.nijtmans tags: trunk, main
07:29
Rename 'trunk' to main, but add propagating tag 'trunk' as well check-in: c366c39d79 user: jan.nijtmans tags: trunk, main
2020-10-16
20:37
"tclconfig" is hosted on fossil now, so adapt README accordingly Closed-Leaf check-in: 4192c40c20 user: jan.nijtmans tags: trunk
2020-07-03
11:04
TIP #578: Death to TCL_DBGX check-in: fff5880706 user: jan.nijtmans tags: trunk
2020-06-24
07:26
Fix [eb3db1c765]: Missing include in tcl.m4 causes configure failure in macOS on Apple Silicon check-in: 0f70d72743 user: jan.nijtmans tags: trunk
2020-05-22
07:54
Add link flags "-lz" and "-ltommath" to the TEA_TCL_LINK_LIBS macro: Tcl 8.6 needs -lz and Tcl 8.7 will need -ltommath when available (and recent enough version), so tclkit packages (statically built) might need this. check-in: 257dd7df23 user: jan.nijtmans tags: trunk
2020-04-15
16:47
Add many double-quotes in lines using ${LIB_RUNTIME_DIR}, in case LIB_RUNTIME_DIR contains a space in its path. check-in: 2ef71de225 user: jan.nijtmans tags: trunk
2020-03-27
11:14
Add TEA_TCL_LINK_LIBS macro, might be useful for some extensions. Also add check for mktime to TEA_TIME_HANDLER. check-in: f23b15ddfd user: jan.nijtmans tags: trunk
2020-02-11
10:28
MAKE_SHARED_LIB should have ${SHLIB_LD_LIBS} at the end (and only once). check-in: f34df7f998 user: jan.nijtmans tags: trunk
10:18
Fix f20bee173b: configure script using tclconfig doesn't honor LDFLAGS on configure run check-in: f636db8084 user: jan.nijtmans tags: trunk
2020-01-23
09:34
Fix [5539b4cca6]: TEA_ADD_LIBS does not work correctly for Darwin->Windows cross-build check-in: b386ba70f1 user: jan.nijtmans tags: trunk
2020-01-06
11:16
On OpenBSD, handle possible LDFLAGS specification on "configure" command-line. check-in: 68a2eea873 user: jan.nijtmans tags: trunk
11:09
On Cygwin don't check for a real Cygwin compiler: we might be cross-compiling. check-in: 91ba3d2e0c user: jan.nijtmans tags: trunk
2019-12-30
15:32
Merge most of FreeBSD and DragonFly config into Linux check-in: eb87d49494 user: gahr tags: trunk
2019-11-14
20:03
Remove SDK special handling: It doesn't work any more with latest Microsoft SDK's, does more harm than it helps. Tested with latest Visual Studio 2019. Hopefully this gets the Travis build with cl/make working better. check-in: 11d74eabd7 user: jan.nijtmans tags: trunk
2019-10-31
12:48
DL_OBJS and DL_LIBS don't belong in the tcl.m4 from TEA check-in: 807ab20b29 user: jan.nijtmans tags: trunk
12:43
Sync tcl.m4 with version from Tcl 8.6 (e.g. path changes on MacOS and Debian patches) check-in: 0cf686bbc3 user: jan.nijtmans tags: trunk
2019-09-09
13:17
Closing fork Leaf check-in: 832915fb01 user: hypnotoad tags: practcl
13:11
Update Practcl.tcl to the latest

Workaround in tclZipFs for an internal API change in the Tcl Core post 8.6.9 check-in: 79972997da user: hypnotoad tags: practcl

2019-08-21
12:06
integrate msys-windows-fix: fix system recognition for some msys toolchains (providing uname -s = MSYS_NT-10.0) check-in: fb89855ce1 user: sebres tags: trunk
2019-08-20
11:31
fix system recognition for some msys toolchains (providing uname -s = MSYS_NT-10.0) Closed-Leaf check-in: 812ab92b3a user: sebres tags: msys-windows-fix
2019-07-26
13:14
Updating to the latest practcl check-in: 149b1e1e5f user: hypnotoad tags: practcl
2019-07-25
21:48
Updated Practcl from clay check-in: 9904f168a6 user: hypnotoad tags: practcl
2019-04-08
16:09
Update to Practcl check-in: 4badff3c09 user: hypnotoad tags: practcl
2019-01-23
08:16
Remove support for Windows CE. It doesn't work anyway (since it's already unsupported for a long time, even by Microsoft) check-in: cbe95d1d87 user: jan.nijtmans tags: trunk