Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not ↵ | jan.nijtmans | 2017-01-01 | 98 | -1810/+8661 |
| | | | | updated yet | ||||
* | 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 | 10 | -15/+15 |
|\ \ | |/ | |||||
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 11 | -16/+16 |
| | | |||||
* | | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ↵ | jan.nijtmans | 2016-11-18 | 12 | -8699/+10 |
| | | | | | | | | 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 | 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). | ||||
| * | 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). | ||||
* | | Remove subdirectories of "libtommath", and various individual related files, ↵ | jan.nijtmans | 2016-11-17 | 61 | -23840/+12 |
| | | | | | | | | not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything. | ||||
* | | 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 |
| | | |||||
* | | Merge tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
|\ \ | |/ | |||||
| * | 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 | ||||
| * | 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 |
| | | |||||
* | | close fork | dgp | 2016-11-04 | 1 | -2/+5 |
|\ \ | |||||
| * \ | 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 |
| | | | |||||
* | | | Fix the generated copyright sections in the HTML help file. | jan.nijtmans | 2016-11-04 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Fix the generated copyright sections in the HTML help file.htmlCopyrightsFix | Joe Mistachkin | 2016-11-02 | 1 | -0/+5 |
| | | | | |||||
* | | | | Make packages msgcat and tcltest work unmodified in "novem". | jan.nijtmans | 2016-11-04 | 2 | -2/+2 |
| |/ / |/| | | |||||
* | | | Update http version number to 2.8.10, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 4 | -8/+8 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 4 | -6/+6 |
| | | | |||||
* | | | [253ba6e818] Improved description of [variable] behaviour. | dkf | 2016-10-30 | 1 | -1/+6 |
| | | | |||||
* | | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 2 | -2/+80 |
| | | | |||||
* | | | One more place where the internal API change can be used easily. | dkf | 2016-10-30 | 1 | -5/+2 |
| | | | |||||
* | | | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ↵ | dkf | 2016-10-30 | 2 | -58/+105 |
|\ \ \ | | | | | | | | | | | | | cases. | ||||
| * | | | 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. | ||||
| * | | | Added test for bug | dkf | 2016-10-29 | 1 | -0/+19 |
|/ / / | |||||
* | | | 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 |
| | | | |||||
* | | | Merge timezone data tzdata2016h | venkat | 2016-10-26 | 4 | -186/+186 |
|\ \ \ | |/ / | |||||
| * | | Update timezone data to tzdata2016h from IETF | venkat | 2016-10-26 | 4 | -186/+186 |
| | | | |||||
* | | | 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 | 2 | -13/+5 |
| | | | |||||
* | | | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. | dgp | 2016-10-14 | 2 | -11/+3 |
| | | | |||||
* | | | 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 | 2 | -1/+4 |
| | | | |||||
* | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 2 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | |