summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
* [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-141-35/+58
|\
| * [5d6de65036] [package require] with [package prefer stable] was not choosingdgp2017-11-141-33/+58
| |\
| | * Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions...aku2017-11-131-33/+58
* | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
|\ \ \ | |/ /
| * | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
* | | Make "string split" and "string is (alpha|graph|...)" work as expected with U...jan.nijtmans2017-11-101-3/+20
* | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as...jan.nijtmans2017-11-092-5/+13
* | | compiler warningdgp2017-11-081-1/+1
|\ \ \ | |/ /
| * | compiler warningdgp2017-11-081-1/+1
* | | [3298012] Stop RebuildTable asking ckalloc for more than it can give.dgp2017-11-081-5/+8
|\ \ \ | |/ /
| * | Attempted bug fix.dgp2017-11-071-5/+8
| |/
* | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set.dgp2017-11-081-1/+4
* | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-031-0/+1
* | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which giv...jan.nijtmans2017-11-031-5/+13
* | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+1
* | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'T...jan.nijtmans2017-10-231-1/+1
* | Oops; put the code in the wrong place. Mixins have priority when deciding met...dkf2017-10-191-12/+12
* | Ensure that method list introspection finds methods from mixins in all cases....dkf2017-10-191-19/+56
* | Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
* | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
|\ \ | |/
| * merge 8.5dgp2017-09-023-86/+72
| |\
| | * Cherrypick [527d354828]andy2017-08-081-1/+1
| * | Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| * | Tidy up.dgp2017-09-021-33/+40
| * | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
* | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharS...jan.nijtmans2017-09-012-3/+3
* | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec...jan.nijtmans2017-08-291-1/+7
* | | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate hand...jan.nijtmans2017-08-1811-51/+79
|\ \ \
| * \ \ merge core-8-6-branchjan.nijtmans2017-07-142-42/+48
| |\ \ \
| * \ \ \ merge core-8-6-branchjan.nijtmans2017-07-039-1007/+995
| |\ \ \ \
| | * \ \ \ resolve 8.6-forksebres2017-07-032-28/+28
| | |\ \ \ \
| | * \ \ \ \ tclPathObj: fixed TclJoinPath - usage of released object and object leakage.sebres2017-07-031-32/+26
| | |\ \ \ \ \
| * | \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-162-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-139-81/+371
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-0811-45/+75
* | | | | | | | | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
* | | | | | | | | | Backport [array names -regexp] should support backrefsdgp2017-08-101-4/+11
* | | | | | | | | | Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4
* | | | | | | | | | Merge core-8-6-branchandy2017-08-081-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Cherrypick [527d354828]andy2017-08-081-2/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | merge 8.6dgp2017-07-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in imple...jan.nijtmans2017-07-131-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec...sebres2017-07-031-84/+70
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | merge 8.6dgp2017-07-063-58/+58
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Pull out of the loop a block of code that can only run in first iteration.dgp2017-07-061-18/+19
| * | | | | | | Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy.jan.nijtmans2017-07-032-28/+28
| | |_|_|_|/ | |/| | | |
* | | | | | merge 8.6dgp2017-06-291-10/+9
|\ \ \ \ \ \ | |/ / / / /