Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj ↵ | jan.nijtmans | 2016-12-21 | 1 | -16/+23 |
|\ | | | | | | | don't set an error in the interp during LinkTraceProc(): The error is supposed to be reported as return value of this function, not the interp. | ||||
| * | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj ↵ | jan.nijtmans | 2016-12-21 | 1 | -16/+23 |
| | | | | | | | | don't set an error in the interp during LinkTraceProc(): The error is supposed to be reported as return value of this function, not the interp. | ||||
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 3 | -4/+4 |
|\ \ | |/ | |||||
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 3 | -4/+4 |
| | | |||||
* | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ↵ | jan.nijtmans | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | missing "static" keywords in tclUnixNotfy.c. Remove some more files in libtommath directory which are not useful for Tcl. | ||||
* | | Fix libtommath's mp_radix_size() function such that it returns 2 for ↵ | jan.nijtmans | 2016-11-17 | 2 | -7/+50 |
|\ \ | |/ | | | | | 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). | ||||
| * | Fix libtommath's mp_radix_size() function such that it returns 2 for ↵ | jan.nijtmans | 2016-11-17 | 2 | -7/+50 |
| | | | | | | | | 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). | ||||
* | | See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. | dkf | 2016-11-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | Slightly more efficient version as this is Hot Path code.bug_itcl_1b2865 | dkf | 2016-11-15 | 1 | -1/+1 |
| | | | |||||
| * | | See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjType | dgp | 2016-11-14 | 1 | -0/+1 |
| | | | | | | | | | contract. Need dkf review on suitability of this fix. | ||||
* | | | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX | jan.nijtmans | 2016-11-14 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. | jan.nijtmans | 2016-11-14 | 1 | -0/+2 |
| | | |||||
* | | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ↵ | jan.nijtmans | 2016-11-11 | 2 | -3/+4 |
|\ \ | |/ | | | | | system" and encoding-free filesystems | ||||
| * | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ↵ | jan.nijtmans | 2016-11-11 | 2 | -3/+4 |
| | | | | | | | | system" and encoding-free filesystems | ||||
* | | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". | jan.nijtmans | 2016-11-10 | 1 | -0/+2 |
| | | |||||
* | | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements | dgp | 2016-11-04 | 1 | -1/+1 |
| | | | | | | to the end of the list. | ||||
* | | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
|\ \ | |/ | |||||
| * | [824752f10e] More robust, portable check for integer overflow. | dgp | 2016-11-04 | 1 | -5/+2 |
| | | |||||
* | | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ↵ | gahr | 2016-11-04 | 1 | -2/+5 |
|\ \ | |/ | | | | | is NULL) | ||||
| * | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL | gahr | 2016-11-04 | 1 | -2/+5 |
| | | |||||
* | | One more place where the internal API change can be used easily. | dkf | 2016-10-30 | 1 | -5/+2 |
| | | |||||
* | | Fix the bug. Make use of zlib API in this area more like a Tcl API with ↵bug_b26e38a3e4 | dkf | 2016-10-30 | 1 | -58/+86 |
| | | | | | | | | wrapper function. | ||||
* | | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 |
|\ \ | |/ | |||||
| * | Add warning commentary making important assumptions explicit. | dgp | 2016-10-28 | 2 | -0/+10 |
| | | |||||
* | | Repair recently opened memleak. | dgp | 2016-10-20 | 1 | -2/+6 |
| | | |||||
* | | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. | dgp | 2016-10-20 | 1 | -11/+0 |
| | | |||||
* | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 1 | -11/+0 |
| | | |||||
* | | Another streamline. | dgp | 2016-10-13 | 1 | -29/+19 |
| | | |||||
* | | Stop invading the String internals to work around a bug. Fix it instead. | dgp | 2016-10-13 | 2 | -13/+10 |
| | | |||||
* | | Streamline the substring copying case of [string replace] bytecode execution. | dgp | 2016-10-13 | 1 | -43/+23 |
| | | |||||
* | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+9 |
|\ \ | |/ | |||||
| * | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+6 |
| | | |||||
* | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+3 |
|\ \ | |/ | |||||
* | | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is ↵ | jan.nijtmans | 2016-10-03 | 1 | -8/+3 |
| | | | | | | | | the empty string. | ||||
* | | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvinbug_c7d0bc9a549714e0 | jan.nijtmans | 2016-09-15 | 1 | -1/+1 |
| | | |||||
* | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 1 | -5/+19 |
|\ \ | |/ | | | | | Thanks mr_calvin for report and fix. | ||||
| * | Improve the comments and add a test.bug_4dbdd9af14 | dgp | 2016-09-07 | 1 | -2/+11 |
| | | |||||
| * | [4dbdd9af14] Proposed fix for mem leak. | dgp | 2016-09-06 | 1 | -1/+6 |
| | | |||||
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵ | jan.nijtmans | 2016-09-07 | 8 | -34/+116 |
|\ \ | | | | | | | | | | literal sharing vs. per-interp resolvers | ||||
| * | | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in ↵bug_d4e7780ca1 | jan.nijtmans | 2016-09-06 | 2 | -8/+1 |
| | | | | | | | | | | | | oo.test. Looks good to me, so only waiting for final feedback from Gustaf and eventually feedback from other people. | ||||
| * | | some more clean-up | jan.nijtmans | 2016-09-05 | 4 | -20/+16 |
| | | | |||||
| * | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 3 | -15/+15 |
| |\ \ | |||||
| * | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 6 | -27/+23 |
| | | | | |||||
| * | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ↵ | jan.nijtmans | 2016-09-02 | 9 | -43/+148 |
| | | | | | | | | | | | | | | | | Gustaf Neumann | ||||
* | | | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -15/+33 |
| |/ / |/| | | |||||
* | | | Allow additional optional "interp" argument for testinterpresolver command. ↵ | jan.nijtmans | 2016-09-05 | 4 | -6/+14 |
|/ / | | | | | | | | | | | Not used yet in any test-case. Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch). Eliminate some unecessary spacing. | ||||
* | | Don't ever allow UTF-8 sequences of more than 4 characters to be generated ↵ | jan.nijtmans | 2016-08-30 | 1 | -44/+24 |
| | | | | | | | | | | or parsed, even when TCL_UTF_MAX>4: According to current Unicode standard, a byte string of >4 characters can never form a single UTF-8 character. And a few minor micro-optimizations related to UTF-8 handling. | ||||
* | | merge 8.6 | dgp | 2016-07-20 | 1 | -4/+0 |
|\ \ | |||||
| * | | Remove outdated comment. | dgp | 2016-07-19 | 1 | -4/+0 |
| | | |