TEA (tclconfig) Source Code

Timeline
Login

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

50 check-ins occurring around 19ae7b935cecd59e.

2016-03-11
17:02
Creating a branch to explore using Tcl for package building automation. This project is build around the concepts introduced in the "practcl" package. check-in: b1a033f31d user: hypnotoad tags: practcl
15:40
Update the changelog check-in: 13585b8aa2 user: hypnotoad tags: trunk
15:25
Fixed whitespace and a typo on that last patch check-in: 82dfb08bb7 user: hypnotoad tags: trunk
15:07
Added tests to detect a static or threads built shell in the TCLSRC/win or TKSRC/win directory check-in: cf351061fd user: hypnotoad tags: trunk
2015-10-05
12:24
Fix for [3f2849aefcd09a] (ahum): square brackets must be doubled, otherwise they will be eliminated in the configure script :-) check-in: 60ecf0f95c user: jan.nijtmans tags: trunk
10:55
Fix [06f1692bbe]: cross compilation with native mingw compiler in Cygwin environment check-in: e0eb523adc user: jan.nijtmans tags: trunk
2015-09-30
11:19
Don't limit Universal runtime support to VisualStudio version 14 only, future versions will probably have it as well. check-in: 3f2849aefc user: jan.nijtmans tags: trunk
2015-08-28
13:33
Fix 00189c4afc: Allow semi-static UCRT build on Windows with VC 14.0 check-in: b433d084bb user: jan.nijtmans tags: trunk
2015-04-21
09:53
Fix comment, stating configure.in in stead of configure.ac. No functional change. check-in: a9aa1b9ba1 user: jan.nijtmans tags: trunk
2015-01-20
01:43
Add support for PACKAGE_LIB_PREFIX, useful when the library name cannot simply be 'libPkgName'. check-in: 1b09bad17f user: mistachkin tags: trunk
2014-09-27
23:18
Make SHLIB_VERSION optional. Only affects OpenBSD. check-in: 0c902862aa user: stwo tags: trunk
2014-09-11
08:40
Add INSTALL_DATA_DIR and INSTALL_LIBRARY for use in Makefile.in. Suggested by Stuart Cassoff [604f8d1457] check-in: 983f5da9f2 user: jan.nijtmans tags: trunk
2014-09-09
22:54
Better pic flag for OpenBSD. check-in: 6dc8f5ce34 user: stwo tags: trunk
2014-09-03
10:47
Cherry-pick a37bbd81ea from Tcl, for use in TEA as well: Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS usable for both Tcl and Tk. check-in: a5c46e4a5b user: jan.nijtmans tags: trunk
2014-07-03
07:30
Restore FreeBSD-3.* rules to what they were before (unintended change in previous commit) check-in: 7f7291daf2 user: jan.nijtmans tags: trunk
2014-03-20
11:18
Fix 2f7cbd01c3: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: 8d7373477b user: jan.nijtmans tags: trunk
2014-02-10
15:33
Some win32 compilers don't define __WIN32__ check-in: a0146cdddc user: jan.nijtmans tags: trunk
2014-01-23
13:15
Follow-up to [3324676]: Some TEA makefiles use INSTALL_(DATA|PROGRAM|SCRIPT), which should be provided for compatibility too. check-in: 8abeae4c1f user: jan.nijtmans tags: trunk
2013-12-29
10:57
Ticket [00ed054f4f]: Search in Debian per-version directories check-in: 9fb41ed228 user: jan.nijtmans tags: trunk
2013-11-21
12:52
Allow (dummy) enable-64bit on Cygwin64 check-in: 723e1db525 user: jan.nijtmans tags: trunk
2013-10-08
12:43
Bug [172223e008]: Wrong filename in --disable-shared compile on MinGW check-in: fd8dcd53b1 user: jan.nijtmans tags: trunk
2013-10-04
12:06
When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. This way, workarounds in extensions like http://core.tcl.tk/itcl/info/a961f0729c are no longer necessary. check-in: 1f965ec888 user: jan.nijtmans tags: trunk
11:40
Follow-up on previous commit: -static-libgcc is gcc-specific check-in: 23e10752a6 user: jan.nijtmans tags: trunk
2013-10-01
12:39
Workaround for MinGW bug #2065: "gcc --shared" links with libgcc_s_dw2-1.dll when using 64-bit division in C check-in: 3d006aecf9 user: jan.nijtmans tags: trunk
2013-07-06
23:43
OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 19ae7b935c user: stwo tags: trunk
2013-07-05
09:48
TEA uses PACKAGE_VERSION in stead of VERSION everywhere, but in one place this was forgotten. check-in: a2eb340d1c user: jan.nijtmans tags: trunk
2013-07-04
11:58
Slightly better solution for [3606445]: Does the same for EXCEPTION_DISPOSITION and HAVE_WINNT_IGNORE_VOID as well, and skips the test completely. check-in: 23f89dce77 user: jan.nijtmans tags: trunk
11:27
Bug [3606445]: Unneeded -DHAVE_NO_SEH=1 when not building on Windows check-in: d012747da0 user: jan.nijtmans tags: trunk
11:01
Bug [3324676]: AC_PROG_INSTALL incompat check-in: 1671def19b user: jan.nijtmans tags: trunk
2013-07-02
07:42
Bug 32afa6e256: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: 9318c5dc6f user: jan.nijtmans tags: trunk
2013-06-20
09:42
Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro Cerutti. check-in: 4bdaaeb112 user: jan.nijtmans tags: trunk
2013-06-04
08:00
Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. One more fix for FreeBSD by Pietro Cerutti check-in: cf2091cd7a user: jan.nijtmans tags: trunk
2013-05-19
20:09
Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by Pietro Cerutti check-in: 0eba1eeab7 user: jan.nijtmans tags: trunk
2013-03-12
13:59
Patch by Tomasz Konojacki, adding support for UnixWare to TEA. check-in: ee63ff0133 user: jan.nijtmans tags: trunk
08:53
Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: 577a1fe45c user: jan.nijtmans tags: trunk
2012-08-07
17:05
Added "-DNDEBUG" to CFLAGS_DEFAULT when building with --disable-symbols. check-in: 0e8ea61af3 user: stwo tags: trunk
09:27
[Bug 3555058]: Checkin [30736d63f0] broke CFLAGS_DEFAULT, LDFLAGS_DEFAULT check-in: a509c369e2 user: stwo tags: trunk
08:57
[Bug 3511806]: Checkin [30736d63f0] broke CFLAGS check-in: 6aa559734c user: stwo tags: trunk
07:02
[Bug 3511806]: Checkin [30736d63f0] broke CFLAGS check-in: bb0dbe4186 user: jan.nijtmans tags: trunk
2012-07-25
07:19
fix broken ActiveTcl build for AMD64 check-in: 870538489e user: jan.nijtmans tags: trunk
2012-07-22
06:17
Tidy: consistency, spelling, phrasing, whitespace. No functional change. check-in: 8cd76b7508 user: stu tags: trunk
2012-04-03
06:24
[Bug 3511806] Compiler checks too early This change allows to build the cygwin and mingw32 ports of Tcl/Tk extensions to build out-of-the-box using a native or cross-compiler, e.g. on Cygwin, Linux or Darwin. check-in: 30736d63f0 user: jan.nijtmans tags: trunk
2011-05-02
15:22
Fix issue with library stripping in install-sh check-in: 80760fa4f8 user: janni tags: trunk, itcl-4-0-b7, thread-2-6-7
2011-04-05
18:01
Applied patch by Jeff Lawson. Nicer error message when tclConfig.sh was not found. check-in: 880e09957f user: andreask tags: trunk
15:18
Remove RCS Keywords check-in: 153502a7b5 user: dgp tags: trunk
15:14
Remove RCS Keywords. Closed-Leaf check-in: 0c87bf4e16 user: dgp tags: tea-3-branch
2010-12-15
05:35
Upgrade to newer install-sh and use it. check-in: f7b084da15 user: stwo tags: tea-3-branch
05:35
Upgrade to newer install-sh and use it. check-in: 55c5e73a80 user: stwo tags: trunk
04:23
Better building on OpenBSD. check-in: 9fcbd6f418 user: stwo tags: tea-3-branch
04:22
Better building on OpenBSD. check-in: 99e6d514f4 user: stwo tags: trunk