Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵ | jan.nijtmans | 2019-02-09 | 1 | -1/+1 |
| | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS | ||||
* | avoid additional in-between path-segment "." in zip, some zip-programs ↵ | sebres | 2019-01-21 | 1 | -2/+2 |
| | | | | (inclusive minizip) will insert this if used as path-parameter to compress | ||||
* | re-generate configure script | jan.nijtmans | 2018-11-24 | 1 | -2/+2 |
| | |||||
* | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵ | jan.nijtmans | 2018-10-12 | 1 | -42/+27 |
| | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64() | ||||
* | Add support for wine. So windows test-cases can now be run on ↵ | jan.nijtmans | 2018-09-29 | 1 | -0/+38 |
| | | | | Linux/Mac/whatever. | ||||
* | Merging changes with 8.7 | hypnotoad | 2018-08-14 | 1 | -1/+1 |
|\ | |||||
| * | merge 8.6 | sebres | 2018-07-20 | 1 | -1/+1 |
| |\ | |||||
| | * | win: fixes x64-build within gcc-compile runtime env for (mingw64, etc): ↵ | sebres | 2018-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | "$do64bit" may be "amd64|x64|yes", so it could find & copy wrong zlib.dll. | ||||
| | * | Start RC branch for Tcl 8.6.8 | dgp | 2017-12-06 | 1 | -1/+2 |
| | | | |||||
| | * | merge 8.6 | dgp | 2017-04-21 | 1 | -1/+2 |
| | |\ | |||||
| | * | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge 8.7 | dgp | 2018-05-24 | 1 | -36/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2018-04-17 | 1 | -36/+0 |
| | | | | | | | | | | | | Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is no longer needed in configure.ac | ||||
* | | | | Pulling changes from core-8-branch | hypnotoad | 2017-12-13 | 1 | -134/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 1 | -134/+2 |
| |\ \ \ | |||||
| | * | | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -135/+3 |
| |/ / / | |||||
* | | | | Added an implementation of tinydir.h, and spliced it into minizip to allow | hypnotoad | 2017-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | minizip to recurse directory structures (and get us out of having to feed `find` via autoconf) | ||||
* | | | | Typo fixes for minizip | hypnotoad | 2017-11-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fixing the quoting for arguments to minizip | hypnotoad | 2017-11-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Updating tcl.m4 in windows to fix a typo | hypnotoad | 2017-11-20 | 1 | -1/+1 |
| | | | | |||||
* | | | | Autoconf fixes | hypnotoad | 2017-11-20 | 1 | -1/+107 |
| | | | | |||||
* | | | | Modifications to allow the Tcl build system to exploit either a native zip | hypnotoad | 2017-11-20 | 1 | -78/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executable in the path or a tclsh that understands the new "install" keyword from the command line Added a new file to /library which is run when the user executes "tclsh install ..." Embedded in installer.tcl is a facility for building zip archives | ||||
* | | | | Rebuilt the configure files without the call to the missing SC_ENABLE_ZIPFS ↵ | hypnotoad | 2017-11-17 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | macro | ||||
* | | | | First pass on the Msys style windows build. Moving Zipfs features closer ↵ | hypnotoad | 2017-11-17 | 1 | -1/+175 |
|/ / / | | | | | | | | | | together in the autoconf | ||||
* | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release. | dgp | 2017-09-08 | 1 | -1/+1 |
| | | | |||||
* | | | Release candidate branch for Tcl 8.7a1. | dgp | 2017-08-10 | 1 | -1/+1 |
| | | | |||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-04-20 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 1 | -1/+2 |
| |/ | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it. | ||||
* | | Merge core-8-6-branch. | jan.nijtmans | 2017-01-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage of "const". Make Tcl_AddErrorInfo() and Tcl_AddObjErrorInfo() a macro. | ||||
| * | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -1/+1 |
| | | |||||
* | | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, ↵ | jan.nijtmans | 2016-03-22 | 1 | -1/+1 |
| | | | | | | | | but gcc can trigger it as well) | ||||
* | | Bump trunk to 8.7a0 to accept new feature development. | dgp | 2016-03-03 | 1 | -3114/+3281 |
|/ | |||||
* | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -8/+4 |
|\ | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
| * | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -8/+4 |
| | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
* | | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 1 | -4/+4 |
| | | |||||
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
|\ \ | |/ | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | ||||
| * | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 1 | -1/+1 |
| | | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | ||||
* | | Don't limit Universal runtime support VisualStudio version 14 only, future ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
|\ \ | |/ | | | | | versions will probably have it as well. | ||||
| * | Don't limit Universal runtime support VisualStudio version 14 only, future ↵ | jan.nijtmans | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | versions will probably have it as well. | ||||
* | | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵ | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
|\ \ | |/ | | | | | 14.0. Now for the configure/makefile build. | ||||
| * | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC ↵ | jan.nijtmans | 2015-08-28 | 1 | -2/+18 |
| | | | | | | | | 14.0. Now for the configure/makefile build. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | | |||||
* | | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 ↵ | jan.nijtmans | 2015-04-10 | 1 | -3/+3 |
| | | | | | | | | compilation on windows with msys and VS2013 fails | ||||
* | | autoconf-2.59 | dgp | 2015-02-26 | 1 | -1/+1 |
| | | |||||
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | |