| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
| |\ |
|
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|
|
| * | | Merge 8.6. Eliminate some (long) typecasts | jan.nijtmans | 2022-06-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -3/+3 |
|
|
* | | | More int -> size_t, in regexp handling (should of been part of TIP #537/494) | jan.nijtmans | 2022-06-02 | 1 | -8/+8 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-10-02 | 1 | -16/+16 |
|\ \ \
| |/ / |
|
| * | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -16/+16 |
|
|
* | | | Fix [9ffffcbeee]: compiler warnings in regcomp.c | jan.nijtmans | 2020-09-20 | 1 | -8/+8 |
|
|
* | | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-10-22 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-10-22 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Merge libtommath 1.2.0-rc3 | jan.nijtmans | 2019-10-21 | 1 | -0/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-28 | 1 | -22/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -22/+4 |
| |\ \
| | |/ |
|
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -22/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Remove "register" keyword in various places. Also add some type-casts to help... | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
|
|
* | | | Change regexp C API to handle indexes > 2G. New TIP upcoming. | jan.nijtmans | 2019-03-29 | 1 | -3/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-10 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ... | jan.nijtmans | 2019-03-10 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -5/+4 |
|\ \ \
| |/ / |
|
| * | | Code cleanup: less (size_t) casts | jan.nijtmans | 2019-03-08 | 1 | -9/+8 |
|
|
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -9/+9 |
|/ / |
|
* | | Eliminate some macros that are no longer used/needed. | jan.nijtmans | 2016-11-25 | 1 | -6/+6 |
|/ |
|
* | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements cont... | dgp | 2015-10-21 | 1 | -13/+28 |
|\ |
|
| * | Adaptation of most of the re-mopup.patch from Tom Lane @ postgress. | dgp | 2015-10-20 | 1 | -6/+6 |
|
|
| * | Adaptation of re-memaccounting.patch from Tom Lane @postgres. | dgp | 2015-10-20 | 1 | -0/+2 |
|
|
| * | Adaptation of re-better-pushpull.patch from Tom Lane @postgres | dgp | 2015-10-20 | 1 | -2/+2 |
|
|
| * | Adaptation of re-better-fixempties.patch from Tom Lane @ postgres. | dgp | 2015-10-20 | 1 | -4/+2 |
|
|
| * | Adaptation of re-oNsquared.patch from Tom Lane @ postgres. | dgp | 2015-10-19 | 1 | -1/+9 |
|
|
| * | Adaptation of the patch re-fixconstraintloops.patch from | dgp | 2015-10-19 | 1 | -0/+7 |
|
|
* | | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | [187d7f499b] Sync the regexp engine to the Postgres version. | dgp | 2015-09-21 | 1 | -29/+46 |
|
|
* | | [1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs. | dgp | 2015-09-21 | 1 | -42/+55 |
|
|
* | | [d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. | dgp | 2015-09-21 | 1 | -7/+9 |
|\ \
| |/ |
|
| * | [d7ea9f9853] Contributed patch from tgl with Postgres. | dgp | 2015-09-21 | 1 | -7/+9 |
|
|
* | | [818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane... | dkf | 2015-08-17 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | [818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane... | dkf | 2015-08-17 | 1 | -0/+3 |
|
|
* | | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INF... | jan.nijtmans | 2015-01-26 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INF... | jan.nijtmans | 2015-01-26 | 1 | -7/+7 |
|
|
| * | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 1 | -5/+3 |
|
|
| * | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 1 | -0/+1 |
|
|
| * | Contributed regexp engine patch from Tom Lane. Backports clean from trunk. | dgp | 2013-03-05 | 1 | -1/+6 |
|
|
* | | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 1 | -5/+3 |
|
|
* | | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 1 | -0/+1 |
|
|
* | | Contributed patch from Tom Lane <tgl@users.sf.net>. | dgp | 2013-03-05 | 1 | -1/+6 |
|
|