summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* (void *)NULL -> (char *)NULL, where appropriatejan.nijtmans2024-10-251-6/+6
|\
| * Fix some indentationjan.nijtmans2024-08-061-50/+50
| * Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-4/+4
* | Use version number "9.0" somewhat more in commentsjan.nijtmans2024-10-021-1/+1
* | Fix ungrammatical doubling of words in commentsminordkf2024-09-211-2/+2
* | Fix some indentationdkf2024-08-061-40/+40
* | amend to [3d8bf31bdc], ultimately fixes [0e4b7fce57]: [info vars] should not ...sebres2024-07-141-11/+0
* | Fix [0e4b7fce57]: Running [info vars] in a namespace returns global variables.sbron2024-07-141-29/+0
* | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-18/+18
|\ \ | |/
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-2/+2
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-72/+71
* | Clean up a lot of small whitespace issues dkf2024-05-131-71/+72
* | merge 8.7sebres2024-04-121-1/+1
|\ \ | |/
| * 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.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-32/+32
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-3/+3
|\ \ \ \ | |/ / /
| * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-7/+7
* | | | more spacing/formatting tweaksdkf2024-03-191-2/+2
* | | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+2
* | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-7/+7
* | | | speelingbch2024-02-231-1/+1
* | | | Spacingjan.nijtmans2023-12-201-10/+10
* | | | Fix introspection with TclOO resolution of constsdkf2023-12-061-10/+47
* | | | Bytecode implementationdkf2023-12-051-3/+3
* | | | Added introspectiondkf2023-12-051-5/+246
* | | | Much more testing, semantic tweakdkf2023-12-041-7/+15
* | | | Implementation of reasonable set of testsdkf2023-12-021-14/+32
* | | | We're doing TDD here!dkf2023-12-011-0/+16
* | | | Command defined. It does nothing yet.dkf2023-11-271-0/+34
* | | | Constants can't be written to or unsetdkf2023-11-271-2/+36
* | | | Merge 8.7jan.nijtmans2023-10-191-32/+32
|\ \ \ \ | |/ / /
| * | | 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
* | | | Replace more DuplicateObj with ListObjCopy.griffin2023-08-121-2/+2
* | | | Revert DupolicatePureObj back to DuplicateObj.griffin2023-08-101-3/+2
* | | | merge trunkgriffin2023-06-201-4/+4
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-06-191-4/+4
| |\ \ \ \ | | |/ / /
| | * | | 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
* | | | | merge trunkgriffin2023-06-191-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Proposed fix for [c13819225e]: Problem with lsort|lsearch -stride on 32-bit l...jan.nijtmans2023-06-161-2/+2