summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
Commit message (Collapse)AuthorAgeFilesLines
* Some tidying up, mostly of indentationdkf2024-06-011-8/+9
|
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-10/+12
| | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* Clean up a lot of small whitespace issues dkf2024-05-131-12/+10
| | | This is the dullest commit ever. Sorry.
* 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 ↵jan.nijtmans2024-03-201-1/+1
|\ \ \ | |/ / | | | | | | (thanks, Sergey!)
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-1/+1
| |\ \ | | |/ | | | | | | (thanks, Sergey!)
* | | 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 ↵jan.nijtmans2023-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | compromizing existing TIP's
* | | | | 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 ↵jan.nijtmans2022-11-251-2/+2
| | | | | | | | | | | | (and similar). Gives more info when debugging
* | | 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
| |\ \ | | |/ | | | | | | | | | in Tcl 9.0 not any more. Merge 8.6
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | 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 ↵jan.nijtmans2020-10-131-6/+6
| | | | | | | | | | | | stead of Tcl_NewIntObj()