summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Move general variable compiler to file where it makes sensedkf2025-06-191-281/+0
* Add new macro, EnvIsProc, to cover cases where we should be stricter. [fa7995...dkf2025-06-131-5/+5
* [fa7995bdf2] Stop crash in [http::cookiejar create].dgp2025-05-301-1/+1
* Use TclAttemptInitStringRep() in a few more places where it's possible. Fix i...jan.nijtmans2025-05-261-2/+2
* A few more corrections to Tcl_BounceRefCount usage; definitely no leaks in te...dkf2025-05-201-1/+0
* Promote IsEmptyToken to TclIsEmptyToken, and use in other relevant placesdkf2025-05-191-28/+3
* Don't generate the next clause of [for] if it's known to be emptydkf2025-05-191-8/+12
* Use the sense of space-ness from the parser, not the unicode supportdkf2025-05-191-1/+7
* Merge tclCompUtils.h into tclCompile.hdkf2025-05-051-1/+1
* Clean up a bitdkf2025-05-051-36/+39
* Minor tinkeringdkf2025-05-041-9/+7
|\
* \ merge no-variable-width-instruction-issuedkf2025-04-261-1/+36
|\ \
| * | Fix cut-n-paste-ismdkf2025-04-251-1/+1
| * | Add INST_DICT_REMOVE to go with INST_DICT_PUTdkf2025-04-251-1/+36
* | | More towards the new jump table opcodedkf2025-04-251-0/+2
|/ /
* | Better commentsdkf2025-04-221-14/+12
* | Factor out some clock-related constants into their own enumdkf2025-04-211-3/+3
* | remove junk whitespacedkf2025-04-211-8/+7
* | merge trunkdkf2025-04-201-74/+89
|\ \ | |/
| * Another round of -Wconversion warning fixes, see [03cff7a777]jan.nijtmans2025-04-171-101/+114
* | Clean up some code sections affected by change to always using 4-byte jumpsdkf2025-04-161-2/+5
* | Give [dict merge] its own compiler using INST_DICT_PUT; enables better [try] ...dkf2025-04-141-81/+87
* | Macros for comparing tokens to literals, making compiler logically easier to ...dkf2025-04-131-67/+50
* | Cleaning up a bunch of things in code generation.dkf2025-04-091-303/+368
* | Most tests working, but not yet all.dkf2025-03-291-17/+12
* | Many changes to basic opcode issuing to eliminate most 1-byte args. Not yet f...dkf2025-03-281-404/+365
* | Switch over to using 4-byte args; mark some ops as deprecated (gcc/clang)dkf2025-03-181-64/+76
* | This is an experiment with eliminating the issuing of variable-width instruct...dkf2025-03-091-33/+16
|/
* merge 9.0dgp2025-03-051-2/+3
|\
| * merge 8.7dgp2025-03-051-2/+3
| |\
| | * The "numTokens" field of Tcl_Token is now type Tcl_Size.dgp2025-03-051-2/+3
| | * Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-1/+1
* | | Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObjdkf2025-03-031-1/+1
* | | Bunch of whitespace basic fixes.dkf2025-03-021-2/+2
|/ /
* | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-2/+2
|\ \ | |/
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-7/+7
* | Merge 8.7dkf2024-05-261-9/+7
|\ \ | |/
| * merge 8.6dkf2024-05-261-9/+7
| |\
| | * Use the new operationsdkf2024-05-251-9/+6
| | * Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-301-51/+39
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-6/+6
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-43/+40
* | | Clean up a lot of small whitespace issues dkf2024-05-131-40/+43
* | | More whitespace cleanupdkf2024-05-101-4/+0
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-6/+6
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
| * | More int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-10-101-4/+5
* | | more spacing/formatting tweaksdkf2024-03-191-5/+7
* | | Fix indentation/brace usage style issuesdkf2024-03-191-4/+4
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-3/+3