summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7jan.nijtmans2017-12-0636-1116/+1479
|\
| * [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
| * | | [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 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
| * | | Add missing parenthesis to an expression in TclEnsureNamespace.pooryorick2017-11-251-1/+1
| * | | merge pyk-command-named-colonpooryorick2017-11-256-179/+262
| |\ \ \
| | * | | Move return type to its own line.pooryorick2017-11-231-2/+4
| | * | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-195-67/+54
| | * | | Lift the restriction on command names names that begin with ":".pooryorick2017-11-172-16/+0
| | * | | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given thepooryorick2017-11-175-106/+216
| * | | | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand andpooryorick2017-11-251-1/+13
| * | | | merge pspjuth-cminmaxpspjuth2017-11-213-2/+71
| |\ \ \ \
| | * \ \ \ Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-2091-3599/+4646
| | |\ \ \ \ | | | |/ / /
| | * | | | Changed math functions min and max to C implementations.pspjuth2017-11-193-2/+71
| | | |/ / | | |/| |
| * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-204-156/+141
| | |/ / | |/| |
| * | | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-173-15/+25
| |\ \ \
| | * | | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-073-15/+25
| * | | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-153-5/+5
| * | | | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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 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
| * | | | | Merge core-8-6-branchjan.nijtmans2017-11-133-7/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| * | | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-134-66/+63
| * | | | | merge core-8-6-branchjan.nijtmans2017-11-101-3/+20
| |\ \ \ \ \ | | |/ / / /