summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6sebres2024-04-121-1/+1
|\
| * merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ...sebres2024-04-121-1/+1
| |\
| | * amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug...sebres2024-04-121-1/+1
* | | Merge 8.6jan.nijtmans2024-04-041-33/+33
|\ \ \ | |/ /
| * | Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-1/+1
| * | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
| * | Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-69/+49
* | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-7/+7
* | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-32/+32
* | | Thanks for cherrypicking this change for 8.7.griffin2023-08-221-1/+2
* | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-3/+2
* | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-6/+3
* | | Some more Tcl_Size usagejan.nijtmans2023-06-191-3/+5
* | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-3/+13
* | | More int/Tcl_Size backportjan.nijtmans2023-05-201-23/+27
* | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-281-2/+6
* | | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-28/+26
* | | Don't use TCL_HASH_TYPE for epoch/refCount type variables, keep it the same a...jan.nijtmans2022-06-241-4/+2
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-6/+6
* | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ha...jan.nijtmans2022-03-141-20/+20
* | | Merge 8.6jan.nijtmans2022-02-101-3/+3
|\ \ \ | |/ /
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-4/+5
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-29/+29
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-5/+5
* | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-4/+4
* | | Merge 8.6jan.nijtmans2020-09-281-31/+31
|\ \ \ | |/ /
| * | Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-29/+29
| * | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-35/+35
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+5
* | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-1/+1
* | | TIP 569 - remove lint commentsdgp2020-03-171-19/+0
* | | moredgp2020-03-091-52/+27
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-11/+29
|\ \ \
* | | | Mark more unused parametersjan.nijtmans2019-09-031-1/+7
* | | | Merge tip-548jan.nijtmans2019-08-291-1/+1
|\ \ \ \ | |/ / /
* | | | Merge tip-548jan.nijtmans2019-08-151-27/+27
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-27/+27
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-24/+24
|/ / /
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | Merge 8.6jan.nijtmans2019-04-091-1/+1
|\ \ \ | |/ /
* | | closes [45b9faf103f2] (tclVar cached lookup): fixes segfaulting if variable r...sebres2019-04-081-2/+9
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-2/+2
* | | merge 8.7dgp2018-10-181-75/+463
|\ \ \
| * | | Improved comment.dkf2018-09-261-1/+3
| * | | Make defaults work even when [upvar]ed to just a non-existent element.dkf2018-09-261-38/+66
| * | | merge core-8-branchdkf2018-09-261-23/+30
| |\ \ \
| | * \ \ merge 8.6jan.nijtmans2018-09-251-23/+30
| | |\ \ \ | | | |/ /