summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branchjan.nijtmans2017-11-301-1/+1
|\
| * 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
* | | merge core-8-branchjan.nijtmans2017-11-3011-51/+106
|\ \ \ | |/ /
| * | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-3010-46/+105
| * | Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble().pooryorick2017-11-291-5/+1
* | | Follow header file conventions.dgp2017-11-291-3/+1
* | | merge core-8-branchjan.nijtmans2017-11-2918-564/+746
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-11-293-9/+70
| |\ \ | | |/
| | * Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-293-9/+70
| * | Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2017-11-292-58/+103
| * | merge core-8-6-branchjan.nijtmans2017-11-294-22/+61
| |\ \ | | |/
| | * Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-294-22/+61
| * | Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2017-11-282-27/+36
| * | 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
| * | missed some more failing test-casesjan.nijtmans2017-11-271-1/+1
| * | Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-272-5/+1
| * | Add missing parenthesis to an expression in TclEnsureNamespace.pooryorick2017-11-251-1/+1
| * | merge pyk-command-named-colonpooryorick2017-11-257-183/+278
| |\ \
| | * | Move return type to its own line.pooryorick2017-11-231-2/+4
| | * | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-196-68/+55
| | * | 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-176-109/+231
| * | | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand andpooryorick2017-11-252-2/+30
* | | | merge core-8-branchpspjuth2017-11-214-39/+71
|\ \ \ \ | |/ / /
| * | | merge pspjuth-cminmaxpspjuth2017-11-214-39/+71
| |\ \ \
| | * \ \ Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-20574-38413/+43194
| | |\ \ \
| | * | | | Changed math functions min and max to C implementations.pspjuth2017-11-195-43/+87
| | | |_|/ | | |/| |
* | | | | Remove TclCopyChannelOld() function. Should have been part of [b03c4194f001be...jan.nijtmans2017-11-201-12/+0
|\ \ \ \ \ | |/ / / /
| * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-205-156/+143
| | |/ / | |/| |
* | | | merge core-8-branchjan.nijtmans2017-11-202-6/+18
|\ \ \ \ | |/ / /
| * | | Fix error-message for min/math functions: "to" -> "for", for consistancy with...jan.nijtmans2017-11-202-6/+18
* | | | merge core-8-branchjan.nijtmans2017-11-205-19/+1
|\ \ \ \ | |/ / /
| * | | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h br...jan.nijtmans2017-11-204-18/+0
| | |/ | |/|
| * | merge core-8-6-branchjan.nijtmans2017-11-171-1/+1
| |\ \ | | |/
| | * Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
| | |\
| | | * Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
| | | |
| \ \ \
*-. \ \ \ TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-1716-293/+109
|\ \ \ \ \ | | |/ / /
| | * | | 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
| | * | | | merge core-8-6-branchjan.nijtmans2017-11-162-3/+3
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-3/+3
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-9/+8
| * | | | | merge trunkdgp2017-11-089-89/+83
| |\ \ \ \ \
| * | | | | | Also remove panicVA().dgp2017-11-081-1/+0
| * | | | | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-0715-291/+108
| |\ \ \ \ \ \
| | * \ \ \ \ \ TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-0112-244/+87
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ merge novemjan.nijtmans2013-03-06199-5343/+5267
| | | |\ \ \ \ \ \