summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Preparation to provide TclNRPackageObjectCmd: Eliminate the loop inpooryorick2018-02-122-262/+264
* Change the signature of PkgRequireCore in preparation to providepooryorick2018-02-111-22/+21
* Remove restriction on defining the class of a TclOO object not explicitlypooryorick2018-02-111-15/+0
* typo's (found by Gustaf Neumann). Thanks!jan.nijtmans2018-01-172-8/+8
* Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ...jan.nijtmans2018-01-111-1/+12
* Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-0/+2
* Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca...jan.nijtmans2017-12-282-31/+32
* Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-1/+33
* merge releasejan.nijtmans2017-12-231-2/+2
|\
| * merge 8.6; update changesdgp2017-12-191-1/+1
| |\
| * \ merge 8.6dgp2017-12-061-0/+4
| |\ \
| * \ \ merge 8.6dgp2017-12-061-0/+2
| |\ \ \
| * | | | Start RC branch for Tcl 8.6.8dgp2017-12-061-2/+2
* | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1
* | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del...pooryorick2017-12-201-10/+7
| |_|_|/ |/| | |
* | | | [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-191-1/+1
| |_|/ |/| |
* | | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
|\ \ \ | |_|/ |/| |
| * | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
* | | [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints aboutdgp2017-12-061-0/+2
| |/ |/|
* | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
|\ \ | |/
| * [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
* | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o...dgp2017-12-051-154/+173
|\ \ | |/
| * Factor clearing of ensemble subcommand table into utility routine.dgp2017-12-051-29/+23
| * Another revised fix, much closer to sebres' patch now.dgp2017-12-051-62/+90
| * [4f6a1ebd64] Different fix for the problem. Re-order the filling of the dgp2017-12-041-59/+56
* | [5808081213] Permit all bytearrays (including impure ones) to report length w...dgp2017-11-301-4/+8
* | Don't provide the setFromAnyProc through the invalidRealType objType. This is...jan.nijtmans2017-11-301-1/+1
* | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-292-7/+61
* | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-291-16/+58
* | 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
|\ \ | |/