summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2017-12-1915-57/+68
|\
| * Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-195-20/+19
| * Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-159-26/+26
| * Revert the (int -> size_t) transition of the "cmdEpoch" field ofdgp2017-12-153-3/+3
| * Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC...jan.nijtmans2017-12-155-3/+9
| * Fix (harmless) compiler warning with Visual Studiojan.nijtmans2017-12-141-1/+1
| * TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-072-13/+19
| |\
| | * merge core-8-branchjan.nijtmans2017-11-3020-575/+788
| | |\
| | * | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatform...jan.nijtmans2017-11-231-1/+7
| | * | Remove more pre-XP stuff.jan.nijtmans2017-11-231-7/+7
| | * | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-232-2/+2
| | |\ \
| | | * | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-212-2/+2
* | | | | merge 8.7dgp2017-12-062-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
| |\ \ \ \
| | * \ \ \ Plug memleak recently put into [package require].dgp2017-12-061-0/+4
| | |\ \ \ \
| | | * | | | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
| * | | | | | merge 8.6dgp2017-12-061-0/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints aboutdgp2017-12-061-0/+2
* | | | | | | merge 8.7dgp2017-12-061-5/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+.dgp2017-12-061-5/+6
* | | | | | | merge 8.7dgp2017-12-063-168/+134
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [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
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | [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-114/+116
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [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
| * | | | | | Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Por...jan.nijtmans2017-12-011-51/+16
* | | | | | | merge 8.7dgp2017-11-3014-70/+167
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [5808081213] Permit all bytearrays (including impure ones) to report length w...dgp2017-11-301-4/+8
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | [5808081213] Permit all bytearrays (including impure ones) to report length w...dgp2017-11-301-4/+8
| * | | | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin...jan.nijtmans2017-11-305-16/+16
| * | | | | Fix build of test-suite, after previous commitjan.nijtmans2017-11-301-12/+51
| * | | | | merge core-8-6-branch.jan.nijtmans2017-11-302-1/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Don't provide the setFromAnyProc through the invalidRealType objType. This is...jan.nijtmans2017-11-301-1/+1
| * | | | | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-307-44/+90
| * | | | | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble().pooryorick2017-11-291-5/+1
* | | | | | merge 8.7dgp2017-11-2917-714/+898
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge core-8-6-branchjan.nijtmans2017-11-292-7/+61
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-292-7/+61
| * | | | | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2017-11-291-55/+73
| * | | | | merge core-8-6-branchjan.nijtmans2017-11-291-16/+58
| |\ \ \ \ \ | | |/ / / /
| | * | | | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-291-16/+58
| | | |_|/ | | |/| |
| * | | | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2017-11-281-27/+33
| * | | | Minor refactoring of TclOO object reference count booking during objectpooryorick2017-11-281-8/+8
| * | | | Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance().pooryorick2017-11-271-29/+10
| * | | | Streamline TclOO object cleanup routines.pooryorick2017-11-272-280/+208
| * | | | Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-271-4/+0