Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
| |\ | |/ |/| | |||||
| * | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -2/+0 |
| |\ | |||||
| * | | Update win/tcl.m4, for use with C++ | jan.nijtmans | 2019-12-12 | 1 | -3/+12 |
| | | | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -25/+3 |
| |\ \ | |||||
| | * \ | Merge 8.6 | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| | |\ \ | |||||
| * | \ \ | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2019-12-14 | 1 | -3/+12 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Make win/configure work with CC=g++ (doesn't actually work with Tcl and Tk yet) | jan.nijtmans | 2019-12-14 | 1 | -3/+12 |
| | |_|/ | |/| | | |||||
| * | | | Merge 8.5 | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| |\ \ \ | |||||
| | * | | | Don't bother paths of 64-bit SDK any more: This was Visual Studio ↵ | jan.nijtmans | 2019-11-27 | 1 | -25/+3 |
| | | | | | | | | | | | | | | | | | | | | 2008-specific and doesn't work with other Visual Studio versions. | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-15 | 1 | -25/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
* | | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -2/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in ↵ | jan.nijtmans | 2019-10-28 | 1 | -0/+4 |
|/ / / | | | | | | | | | | | | | from tclTomMath.h. Add test in configure scripts for <stdint.h> and <stdbool.h>. Not used by Tcl yet, probably handy for TEA extensions wanting to use that ;-) | ||||
* | | | 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 | ||||
* | | | make/configure review: normalizes the latest fixes across unix/win | sebres | 2018-11-23 | 1 | -2/+2 |
| | | | |||||
* | | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵ | jan.nijtmans | 2018-10-12 | 1 | -39/+28 |
| | | | | | | | | | | | | 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/+1 |
| | | | | | | | | | | | | Linux/Mac/whatever. | ||||
* | | | 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 | -104/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 1 | -104/+2 |
| |\ \ \ | |||||
| | * | | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -105/+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 |
| | | | | |||||
* | | | | Modifications to allow the Tcl build system to exploit either a native zip | hypnotoad | 2017-11-20 | 1 | -41/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | First pass on the Msys style windows build. Moving Zipfs features closer ↵ | hypnotoad | 2017-11-17 | 1 | -0/+108 |
|/ / / | | | | | | | | | | together in the autoconf | ||||
* | | | 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. | ||||
* | | | 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 | -4/+4 |
|/ / | |||||
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 1 | -5/+2 |
|\ \ | |/ | | | | | 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 | -5/+2 |
| | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
* | | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
|\ \ | |/ | | | | | expected result. | ||||
| * | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 |
| | | | | | | | | expected result. | ||||
* | | 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. | ||||
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵ | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
| | | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | Some formatting | jan.nijtmans | 2013-11-19 | 1 | -1/+1 |
| | | |||||
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-03 | 1 | -3/+5 |
|\ \ | |/ | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. |