summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Some int -> Tcl_Size modifications, and type-cast changes, which were missed ...jan.nijtmans2025-07-101-2/+2
|\
| * Related to [bdaf890168]: Use Tcl_Size in stead of int while using TclParseAll...core-bug-bdaf890168jan.nijtmans2025-07-091-2/+3
* | Use TclAttemptInitStringRep() in a few more places where it's possible. Fix i...jan.nijtmans2025-05-261-5/+10
* | Final set of changesdkf2025-05-091-24/+17
* | Merge tclCompUtils.h into tclCompile.hdkf2025-05-051-5/+5
* | Clean up a bitdkf2025-05-051-135/+141
* | merge trunkdkf2025-04-201-6/+6
|\ \
| * | Another round of -Wconversion warning fixes, see [03cff7a777]jan.nijtmans2025-04-171-6/+6
* | | Cleaning up a bunch of things in code generation.dkf2025-04-091-4/+1
* | | Many changes to basic opcode issuing to eliminate most 1-byte args. Not yet f...dkf2025-03-281-4/+4
* | | Switch over to using 4-byte args; mark some ops as deprecated (gcc/clang)dkf2025-03-181-15/+9
* | | This is an experiment with eliminating the issuing of variable-width instruct...dkf2025-03-091-12/+8
|/ /
* | Bunch of whitespace basic fixes.dkf2025-03-021-2/+2
|/
* Change a bunch of related defines into an enum, which they should have been a...dkf2024-11-211-86/+73
* Merge 8.7jan.nijtmans2024-05-271-1/+1
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-1/+1
| |\
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-3/+3
* | | Clean up a lot of small whitespace issues dkf2024-05-131-3/+3
* | | More whitespace cleanupdkf2024-05-101-1/+1
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-3/+3
|\ \ \ | |/ /
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-2/+2
| |\ \ | | |/
| | * More type-casts (c++-compatibility)jan.nijtmans2023-09-131-23/+24
| | * 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst...jan.nijtmans2023-04-121-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-4/+4
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-2/+2
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
* | | Merge 8.7jan.nijtmans2023-09-121-2/+2
|\ \ \ | |/ /
| * | Rebase to 8.7jan.nijtmans2023-07-091-2/+2
| |\ \
| | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-2/+2
* | | | Merge trunkgriffin2023-05-171-2/+2
|\ \ \ \
| * \ \ \ merge 8.7dgp2023-05-151-2/+2
| |\ \ \ \ | | |/ / /
| | * | | No need to init string rep, if we throw away the object immediatelyjan.nijtmans2023-05-151-2/+2
| | |/ /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Partial sync-up with trunk.griffin2023-04-301-30/+30
|\ \ \ \ \ \ | | | |/ / /
| | | * | | Merge trunkapnadkarni2023-04-141-4/+4
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-4/+4
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | /
| | * | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-4/+4
| | * | | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
| | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-26/+26
| | |/ / | |/| |
* | | | Merge trunkgriffin2023-03-251-4/+4
|\ \ \ \ | |/ / /
| * | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-4/+4
| * | | Merge 9.0jan.nijtmans2022-11-251-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-1/+1
* | | | Merge 8.7jan.nijtmans2022-11-251-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-1/+1
* | | Merge 9.0jan.nijtmans2022-05-171-2/+2
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-2/+2
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2