Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [16828b3744] [vwait] *must* successfully undo its variable trace, or else | dgp | 2016-06-16 | 2 | -0/+11 |
| | | | | | it risks corrupting memory. Namespace teardown complexities were giving the traces an opportunity to survive. Added another (arguably better) Tcl_UntraceVar() call to be sure we avoid this problem. | ||||
* | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵ | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| | | | | library doesn't work in Debug build on Windows_x64 | ||||
* | (cherry-pick): Fix [e14c77b845]: Compilation error over typedef. | jan.nijtmans | 2016-06-14 | 2 | -8/+3 |
| | |||||
* | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH | jan.nijtmans | 2016-06-01 | 6 | -12/+0 |
| | |||||
* | Update to tzdata2016d from IETF | venkat | 2016-04-22 | 34 | -313/+463 |
| | |||||
* | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w ↵ | jan.nijtmans | 2016-04-08 | 2 | -4/+17 |
| | | | | missing characters | ||||
* | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt | jan.nijtmans | 2016-04-01 | 1 | -0/+1 |
| | |||||
* | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding ↵ | jan.nijtmans | 2016-03-29 | 1 | -66/+66 |
| | | | | dependencies to multiple Makefile lines, combine them | ||||
* | Update to tzdata 2016c from ietf.org | venkat | 2016-03-26 | 8 | -186/+522 |
| | |||||
* | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to ↵ | jan.nijtmans | 2016-03-23 | 1 | -1/+1 |
| | | | | [7d0db7c388] | ||||
* | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵ | jan.nijtmans | 2016-03-23 | 1 | -4/+12 |
| | | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W} | ||||
* | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with ↵ | jan.nijtmans | 2016-03-23 | 1 | -64/+64 |
| | | | | parallel make. Thanks to Jaroslav Škarvada for bug report and fix. | ||||
* | (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). ↵ | jan.nijtmans | 2016-03-21 | 1 | -0/+2 |
| | | | | Thanks to hirofumi for both the bug-report and the fix | ||||
* | Update tzdata to 2016b from ietf.org | venkat | 2016-03-16 | 15 | -798/+689 |
| | |||||
* | [bbc304f61a] Avoid event handling when reflected channel has a watch | dgp | 2016-03-08 | 1 | -2/+2 |
| | | | | | change half-completed. (First half in 1 thread, second in another). When this is allowed to happen, false alarm errors from [chan postevent] are the result when timing is unlucky. | ||||
* | (cherry-pick): Add test-case for [9b47029467631832]: testing existence of ↵ | jan.nijtmans | 2016-02-22 | 1 | -0/+14 |
| | | | | env(some_thing) destroys traces. This demonstrates that Tcl 8.5 doesn't suffer. | ||||
* | merge release | dgp | 2016-02-12 | 12 | -30/+67 |
|\ | |||||
| * | update release datecore_8_5_19core_8_5_19_rc | dgp | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | merge 8.5 | dgp | 2016-02-03 | 6 | -28/+80 |
| |\ | |/ |/| | |||||
* | | Backout the contributed patch memaccounting from Postgres since it changes | dgp | 2016-02-01 | 6 | -28/+80 |
| | | | | | | the protections incompatibly and causes established tests to crash. | ||||
| * | merge 8.5 | dgp | 2016-01-29 | 5 | -2/+20 |
| |\ | |/ |/| | |||||
* | | Implement TIP #440: Add engine to tcl_platform Array | jan.nijtmans | 2016-01-29 | 4 | -2/+18 |
| | | |||||
| * | RefineApproximation() leaked twoMv and twoMd in one of its exits. | dgp | 2016-01-28 | 2 | -20/+8 |
| | | |||||
| * | merge 8.5 | dgp | 2016-01-26 | 3 | -37/+55 |
| |\ | |/ |/| | |||||
* | | Improve code 'quality' by fixing some harmless clang/cppcheck warnings. ↵ | jan.nijtmans | 2016-01-22 | 3 | -37/+55 |
| | | | | | | | | Thanks to Gustaf Neumann. No change in functionality. | ||||
| * | merge 8.5 | dgp | 2016-01-21 | 3 | -12/+14 |
| |\ | |/ |/| | |||||
* | | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf ↵ | jan.nijtmans | 2016-01-21 | 3 | -12/+14 |
| | | | | | | | | Neumann. All harmless, no change of functionality. | ||||
| * | merge 8.5 | dgp | 2015-12-22 | 2 | -5/+8 |
| |\ | |/ |/| | |||||
* | | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ↵ | jan.nijtmans | 2015-12-11 | 1 | -4/+5 |
| | | | | | | | | ConvertLocalToUTCUsingC fails the first time if TZ is not set | ||||
| * | merge 8.5 | dgp | 2015-12-10 | 2 | -13/+6 |
| |\ | |/ |/| | |||||
* | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-02 | 2 | -13/+6 |
| | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit"). | ||||
| * | merge 8.5 | dgp | 2015-11-30 | 15 | -26/+50 |
| |\ | |/ |/| | |||||
* | | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 3 | -6/+2 |
| | | | | | | On win32, don't create empty {prefix}/lib/tcl8/8.2 and {prefix}/lib/tcl8/8.3 directories any more during installing. | ||||
* | | Fix comments at the top of the *.decls files, which are not correct any more ↵ | jan.nijtmans | 2015-11-24 | 3 | -6/+5 |
| | | | | | | | | for a long long time. | ||||
* | | [3293874] Simplified fix (not backport). Also detect >LIST_MAX early. | dgp | 2015-11-20 | 1 | -1/+9 |
| | | |||||
* | | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp | 2015-11-20 | 2 | -3/+15 |
| | | |||||
* | | Spanish translation of example corrected | oehhar | 2015-11-17 | 1 | -1/+1 |
| | | |||||
* | | Fix --enable-symbols build on Cygwin. Reported by François Vogel | jan.nijtmans | 2015-11-16 | 2 | -1/+3 |
| | | |||||
* | | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵ | jan.nijtmans | 2015-11-13 | 1 | -7/+8 |
| | | | | | | | | over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. | ||||
* | | [261a8a79f0] Integer overflow leads to segfault. | dgp | 2015-11-10 | 1 | -1/+1 |
| | | |||||
| * | merge 8.5 | dgp | 2015-10-29 | 9 | -318/+205 |
| |\ | |/ |/| | |||||
* | | Update to tzdata2015g from ietf | venkat | 2015-10-27 | 4 | -37/+192 |
| | | |||||
* | | re-generate "configure", both for unix and win | jan.nijtmans | 2015-10-25 | 2 | -235/+4 |
| | | |||||
* | | Remove use of HAVE_USLEEP. It isn't use anywhere any more. | jan.nijtmans | 2015-10-25 | 2 | -48/+0 |
| | | |||||
* | | A more lenient test; different platforms are more diverse in their correct ↵ | dkf | 2015-10-24 | 1 | -2/+2 |
| | | | | | | | | output. | ||||
* | | Bring back regexp to wat it was in latest release. This is the correct fix ↵ | jan.nijtmans | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | | for kbk's attempt. | ||||
* | | combine divergence | dkf | 2015-10-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Correct bad regexp in platform::identify that causes it to return incorrect ↵ | Kevin B Kenny | 2015-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | results everywhere. | ||||
* | | | Ensure that at lease the format of the output of the platform package's ↵ | dkf | 2015-10-23 | 1 | -1/+12 |
| | | | | | | | | | | | | commands is consistently parsable. | ||||
| | * | autoconf-2.59 | dgp | 2015-10-23 | 2 | -6/+6 |
| | | |