summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Fix merge conflict previous commitjan.nijtmans2022-01-171-2/+0
| | * | Merge 8.6jan.nijtmans2022-01-171-0/+2
| | |\ \ | | | |/
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-8/+14
| | | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-4/+4
* | | | Merge 9.0jan.nijtmans2022-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Code formattingjan.nijtmans2022-04-121-1/+1
* | | | More progressjan.nijtmans2022-03-291-7/+7
* | | | More progressjan.nijtmans2022-03-061-8/+8
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | More progressjan.nijtmans2022-01-271-3/+3
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-9/+9
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-5/+5
* | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-11-111-5/+48
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-10-141-18/+23
| |\ \ \
| * | | | First, experimental implementation of TIP #575. Barely tested, will fail. WIPjan.nijtmans2020-05-121-4/+4