Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 11 | -16/+16 |
| | |||||
* | Fix libtommath's mp_radix_size() function such that it returns 2 for ↵ | jan.nijtmans | 2016-11-17 | 5 | -23/+77 |
| | | | | single-digit numbers. Add testcases for mp_radix_size() and mp_iseven(). Undo useless change in bn_mp_add_d.c (bring back libtommath's version). | ||||
* | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. | jan.nijtmans | 2016-11-14 | 1 | -0/+2 |
| | |||||
* | Update to tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
| | |||||
* | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ↵ | jan.nijtmans | 2016-11-11 | 2 | -3/+4 |
| | | | | system" and encoding-free filesystems | ||||
* | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
| | |||||
* | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL | gahr | 2016-11-04 | 1 | -2/+5 |
| | |||||
* | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 4 | -6/+6 |
| | |||||
* | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 |
| | |||||
* | Update timezone data to tzdata2016h from IETF | venkat | 2016-10-26 | 4 | -186/+186 |
| | |||||
* | Add a test too. | dgp | 2016-10-12 | 1 | -0/+3 |
| | |||||
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 |
| | |||||
* | [74bc0e44f5] Doc tweak. | dkf | 2016-10-12 | 1 | -1/+2 |
| | |||||
* | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 2 | -4/+5 |
| | |||||
* | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. | dkf | 2016-10-09 | 1 | -0/+1 |
| | |||||
* | [74bc0e44f5] Document result of [http::unregister]. | dkf | 2016-10-08 | 1 | -1/+3 |
| | |||||
* | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 3 | -1/+44 |
| | |||||
* | Update tzdata to 2016g from ietf.org | venkat | 2016-10-02 | 69 | -1864/+1698 |
| | |||||
* | Make it more likely that compiled with VS2012/VS2013 actually work on ↵ | jan.nijtmans | 2016-09-21 | 2 | -2/+2 |
| | | | | Windows XP. See: [https://tedwvc.wordpress.com/2014/01/01/how-to-target-xp-with-vc2012-or-vc2013-and-continue-to-use-the-windows-8-x-sdk/] | ||||
* | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. | dgp | 2016-09-07 | 2 | -3/+48 |
|\ | | | | | Thanks mr_calvin for report and fix. | ||||
| * | Improve the comments and add a test.bug_4dbdd9af14 | dgp | 2016-09-07 | 2 | -2/+42 |
| | | |||||
| * | [4dbdd9af14] Proposed fix for mem leak. | dgp | 2016-09-06 | 1 | -1/+6 |
|/ | |||||
* | Update tzdata to 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| | |||||
* | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached | dgp | 2016-07-18 | 3 | -89/+97 |
| | | | channel name lookups. | ||||
* | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable ↵ | jan.nijtmans | 2016-07-08 | 2 | -2/+6 |
| | | | | on Windows. | ||||
* | (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of ↵ | jan.nijtmans | 2016-06-26 | 1 | -1/+1 |
| | | | | 444. | ||||
* | [16896d49fd] Tcl_DStrings should tolerate appends to self. | dgp | 2016-06-22 | 1 | -0/+24 |
| | |||||
* | Upgrade internal Unicode tables to Unicode 9.0 | jan.nijtmans | 2016-06-21 | 2 | -973/+1035 |
| | |||||
* | [4b61afd660] Allow [info frame] to record line info for substituted command ↵ | dgp | 2016-06-16 | 2 | -1/+20 |
|\ | | | | | | | names. | ||||
| * | Improve fix and add test.bug_4b61afd660 | dgp | 2016-06-16 | 2 | -5/+19 |
| | | |||||
| * | merge 8.5 | dgp | 2016-06-16 | 3 | -15/+7 |
| |\ | |||||
| * | | Corrects reported bug, but makes many tests fail. Something subtle about | dgp | 2016-06-10 | 1 | -0/+4 |
| | | | | | | | | | | | | what we should expect when recording the line of a command that isn't known until runtime. | ||||
* | | | [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 |
| | |