summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up indentation and overlong linesdkf2025-05-231-4/+5
* Change implementation, using 2 new stub entriesjan.nijtmans2025-05-061-13/+38
|\
| * Rebase to trunkjan.nijtmans2025-04-201-12/+27
| |\
| | * Rebase to trunkjan.nijtmans2025-04-161-12/+27
| | |\
| | | * Implement Tcl_AttemptCreateHashEntry()core-attemptcreatehashentryjan.nijtmans2025-04-131-1/+4
| | | * Fully functional now, with a lot of examples for the improvement. Also, merge...jan.nijtmans2025-04-131-6/+3
* | | | Deprecate (interla) TclVarHashCreateVar() function. It isn't (and shouldn't) ...jan.nijtmans2025-05-021-0/+2
|/ / /
* | | Another round of -Wconversion warning fixes, see [03cff7a777]jan.nijtmans2025-04-171-4/+4
|/ /
* | Merge 9.0. Fix some -Wconversion warnings, see [03cff7a777]jan.nijtmans2025-04-161-16/+20
|\ \ | |/ |/|
| * Fix more -Wconversion warningsjan.nijtmans2025-04-151-16/+20
|/
* (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