summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl. Add two ...jan.nijtmans2016-11-181-1/+1
* Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-172-7/+50
|\
| * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-172-7/+50
* | See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract.dkf2016-11-151-0/+1
|\ \
| * | Slightly more efficient version as this is Hot Path code.bug_itcl_1b2865dkf2016-11-151-1/+1
| * | See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjTypedgp2016-11-141-0/+1
* | | Better fix for the usability of TCL_NO_DEPRECATED on MacOSXjan.nijtmans2016-11-141-1/+1
|\ \ \ | |/ / |/| / | |/
| * Better fix for the usability of TCL_NO_DEPRECATED on MacOSX.jan.nijtmans2016-11-141-0/+2
* | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-112-3/+4
|\ \ | |/
| * Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-112-3/+4
* | On OSX, there is a conflict with the "define panic" and definitions in "mach.h".jan.nijtmans2016-11-101-0/+2
* | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elementsdgp2016-11-041-1/+1
* | [824752f10e] More robust, portable check for integer overflow.dgp2016-11-041-5/+2
|\ \ | |/
| * [824752f10e] More robust, portable check for integer overflow.dgp2016-11-041-5/+2
* | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp ...gahr2016-11-041-2/+5
|\ \ | |/
| * [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULLgahr2016-11-041-2/+5
* | One more place where the internal API change can be used easily.dkf2016-10-301-5/+2
* | Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapp...bug_b26e38a3e4dkf2016-10-301-58/+86
* | Add warning commentary making important assumptions explicit.dgp2016-10-282-0/+10
|\ \ | |/
| * Add warning commentary making important assumptions explicit.dgp2016-10-282-0/+10
* | Repair recently opened memleak.dgp2016-10-201-2/+6
* | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble.dgp2016-10-201-11/+0
* | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test.dgp2016-10-141-11/+0
* | Another streamline.dgp2016-10-131-29/+19
* | Stop invading the String internals to work around a bug. Fix it instead.dgp2016-10-132-13/+10
* | Streamline the substring copying case of [string replace] bytecode execution.dgp2016-10-131-43/+23
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY.dgp2016-10-121-1/+1
* | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+9
|\ \ | |/
| * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+6
* | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+3
|\ \ | |/
* | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the...jan.nijtmans2016-10-031-8/+3
* | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvinbug_c7d0bc9a549714e0jan.nijtmans2016-09-151-1/+1
* | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha...dgp2016-09-071-5/+19
|\ \ | |/
| * Improve the comments and add a test.bug_4dbdd9af14dgp2016-09-071-2/+11
| * [4dbdd9af14] Proposed fix for mem leak.dgp2016-09-061-1/+6
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-078-34/+116
|\ \
| * | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes...bug_d4e7780ca1jan.nijtmans2016-09-062-8/+1
| * | some more clean-upjan.nijtmans2016-09-054-20/+16
| * | merge core-8-6-branchjan.nijtmans2016-09-053-15/+15
| |\ \
| * | | Some patch clean-up, no change in functionalityjan.nijtmans2016-09-056-27/+23
| * | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-029-43/+148
* | | | Fixed bug in pushed transforms with full internal buffers not writing out.dkf2016-09-061-15/+33
| |/ / |/| |
* | | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-054-6/+14
|/ /
* | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or...jan.nijtmans2016-08-301-44/+24
* | merge 8.6dgp2016-07-201-4/+0
|\ \
| * | Remove outdated comment.dgp2016-07-191-4/+0
* | | merge 8.6dgp2016-07-182-90/+75
|\ \ \ | |/ /
| * | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channe...dgp2016-07-182-90/+75
| |\ \ | | |/
| | * [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cacheddgp2016-07-182-89/+78
* | | Dup test name. Bump to TclOO 1.0.5.dgp2016-07-121-1/+1