summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
* Revise macro usagejan.nijtmans2023-11-161-1/+1
* Remaining fixes for [26870862f0]: Wrong sentinel in Tcl_SetErrorCode usagejan.nijtmans2023-10-221-1/+1
* Merge 8.7jan.nijtmans2023-10-191-12/+12
|\
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-12/+12
* | Merge 8.7jan.nijtmans2023-09-121-1/+1
|\ \ | |/
| * Rebase to 8.7jan.nijtmans2023-07-091-1/+1
| |\
| | * Rebase to latest 8.7jan.nijtmans2023-05-041-1/+1
| | |\
| | | * Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-1/+1
* | | | merge trunkgriffin2023-06-061-1/+2
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-06-021-1/+2
| |\ \ \ \ | | |/ / /
| | * | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+3
| | |/ /
| | * | Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-021-6/+9
| | |\ \ | | | |/ | | |/|
| | | * Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patchapnadkarni2023-05-021-6/+9
| | | |
| \ \ \
*-. \ \ \ merge trunkgriffin2023-05-031-9/+11
|\ \ \ \ \ | | |/ / /
| | * | | Fix [ab123cfd3d] - ubsan scan warning.apnadkarni2023-05-011-9/+11
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Partial sync-up with trunk.griffin2023-04-301-27/+66
|\ \ \ \ \ \ | | | |/ / /
| | | * | | Minor change to length limit checksapnadkarni2023-04-241-10/+12
| | | * | | Fix for bug [d4ede611a7] (scan)apnadkarni2023-04-241-6/+34
| | | * | | Bug [d4ede611a7] (scan) - in progressapnadkarni2023-04-231-13/+22
| | |/ / /
| | * | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-11/+11
| |/ / /
* | | | Merge trunkgriffin2023-03-251-11/+11
|\ \ \ \ | |/ / /
| * | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-11/+11
| * | | Merge 9.0jan.nijtmans2022-11-251-2/+2
| |\ \ \ | |/ / / |/| | |
| * | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-1/+1
* | | | Merge 8.7jan.nijtmans2022-11-251-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-2/+2
* | | Merge 8.7jan.nijtmans2022-02-171-1/+2
|\ \ \ | |/ /
| * | Merge 8.6. Remove some Tcl_Panic()'s which can never happenjan.nijtmans2022-02-171-1/+2
| |\ \ | | |/
| | * Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more placesjan.nijtmans2022-02-171-16/+19
| | * Fix [7deeddb36]: signed integer overflow in Tcl_ScanObjCmd()jan.nijtmans2022-02-161-1/+1
| * | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2021-10-081-3/+3
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-10-181-1/+1
|\ \ \ | |/ /
| * | 3 times -1 -> TCL_INDEX_NONEjan.nijtmans2020-10-181-1/+1
* | | Merge 8.7jan.nijtmans2020-10-131-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-4/+4
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-6/+6
* | | Merge 8.7jan.nijtmans2020-09-281-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-281-4/+4
| |\ \ | | |/
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-3/+3
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+3
* | | tip-551 implementation.griffin2020-05-311-2/+2
|\ \ \ | |/ /
| * | tip-551 implementation.griffin2020-05-301-2/+2
| |\ \
| | * | Update for TIP-551: griffin2020-05-231-2/+2
* | | | merge 8.7dgp2020-04-021-8/+1
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2020-04-021-8/+1
| |\ \ \ | | | |/ | | |/|