summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.c
Commit message (Expand)AuthorAgeFilesLines
* Improve bunch of error-messagesjan.nijtmans2024-08-151-1/+1
|\
| * Improve bunch of error-messagesjan.nijtmans2024-08-151-1/+1
* | Some tidying up, mostly of indentationdkf2024-06-011-5/+5
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-5/+5
* | Clean up a lot of small whitespace issues dkf2024-05-131-5/+5
* | More whitespace cleanupdkf2024-05-101-13/+12
* | Merge 8.7jan.nijtmans2024-04-111-1/+1
|\ \ | |/
| * Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-1/+1
| |\
* | \ Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-1/+1
|\ \ \ | |/ /
* | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
| * | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-1/+1
| |\ \ | | |/
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-1/+1
* | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-15/+15
|/ / /
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-3/+3
* | | Merge 8.7jan.nijtmans2022-11-201-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+1
| |\ \ | | |/
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-1/+1
* | | Merge trunkapnadkarni2022-11-131-0/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-11-111-0/+1
| |\ \ \ | | |/ /
| | * | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-2/+2
| | * | Start defining "utf32string" typejan.nijtmans2022-03-121-1/+1
| | * | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-1/+1
| | |\ \ | | | |/
| | | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-9/+9
* | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
|/ / /
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-1/+1
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-3/+3
|\ \ \
| * | | More progressjan.nijtmans2022-03-291-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2021-10-081-12/+12
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-11/+11
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | 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
* | | Merge 8.7jan.nijtmans2020-03-091-2/+1
|\ \ \ | |/ /
| * | More TCL_UNUSED.dgp2020-03-081-2/+1
* | | Merge 8.7jan.nijtmans2020-02-281-5/+6
|\ \ \ | |/ /
| * | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-1/+2
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-291-2/+2
| |\ \ \ | | |/ /
| * | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-4/+4
* | | | Merge 8.7jan.nijtmans2019-08-281-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2019-08-281-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-2/+2