summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf2024-05-131-12/+10
* Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-12/+12
|\
| * Merge 8.6jan.nijtmans2024-04-041-14/+14
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-2/+2
* | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-1/+1
|\ \ \ | |/ /
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than...jan.nijtmans2024-03-201-1/+1
| |\ \ | | |/
* | | more spacing/formatting tweaksdkf2024-03-191-2/+1
* | | Fix indentation/brace usage style issuesdkf2024-03-191-1/+1
* | | 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
| |\ \ | | |/