summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | contract. Need dkf review on suitability of this fix.
* Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ↵jan.nijtmans2016-11-112-3/+4
|\ | | | | | | system" and encoding-free filesystems
| * Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ↵jan.nijtmans2016-11-112-3/+4
| | | | | | | | system" and encoding-free filesystems
* | 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
| | | | | | to the end of the list.
* | [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
|\ \ | |/ | | | | is NULL)
| * [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 ↵bug_b26e38a3e4dkf2016-10-301-58/+86
| | | | | | | | wrapper function.
* | 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 ↵jan.nijtmans2016-10-031-8/+3
| | | | | | | | the empty string.
* | 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. ↵dgp2016-09-071-5/+19
|\ \ | |/ | | | | Thanks mr_calvin for report and fix.
| * 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 ↵jan.nijtmans2016-09-078-34/+116
|\ \ | | | | | | | | | literal sharing vs. per-interp resolvers
| * | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in ↵bug_d4e7780ca1jan.nijtmans2016-09-062-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-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
| | | | | | | | | | | | | | | | Gustaf Neumann
* | | | 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. ↵jan.nijtmans2016-09-054-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.nijtmans2016-08-301-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.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 ↵dgp2016-07-182-90/+75
| |\ \ | | |/ | | | | | | channel name lookups.
| | * [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cacheddgp2016-07-182-89/+78
| | | | | | | | | channel name lookups.
* | | Dup test name. Bump to TclOO 1.0.5.dgp2016-07-121-1/+1
| | |
* | | merge 8.6dgp2016-07-121-1/+6
|\ \ \ | |/ /
| * | Fix "file owned" for Cygwin: st_uid is only 16-bit there.jan.nijtmans2016-07-121-1/+6
| | |
* | | Start RC branch for Tcl 8.6.6dgp2016-07-121-2/+2
|/ /
* | [cea0344a1] Restore a clearing of the ensemble rewrite in one execution pathdgp2016-07-111-0/+7
| | | | | | | | so attempts to use the data after free are not made. Test namespace-50.9 demonstrates the need for this.
* | [96fe2f1cc7] Plug memory leak.dgp2016-07-101-0/+1
| |
* | Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures.ashok2016-07-101-0/+12
| |