summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | [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
* | Revise INST_INVOKE_REPLACE to call EvalObjv with TCL_EVAL_INVOKE anddgp2016-07-091-15/+14
* | [1493a43044] Make [namespace upvar] ignore variable resolvers; the previous s...dkf2016-07-094-38/+40
|\ \
| * | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...bug_1493a43044dkf2016-07-074-38/+40
* | | Bugfix [3613671]. file owned implementation for Windows.ashok2016-07-091-11/+6
* | | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in specia...ashok2016-07-091-0/+19
* | | Repair some memory corruption problems in EnsembleCmdRep.dgp2016-07-081-3/+7
|\ \ \
| * | | Missed a cleanup line, which created a memleak.dgp_ecrdgp2016-07-071-0/+1
| * | | To use a Tcl_Command token [aka (Command *)] for epoch checking, we must notdgp2016-07-071-3/+6
* | | | Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with aashok2016-07-081-3/+7
* | | | Create and use a utility Tcl_NRPostProc when decr ref count of values isdgp2016-07-063-21/+16
* | | | Simplify all the Tcl_NRPostProc declarations.dgp2016-07-0610-45/+23