aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/regexp.c
Commit message (Expand)AuthorAge
* GCC 13 has become more quite pedantic about the signature of functions matchi...drh2025-01-13
* Fix harmless compiler warning caused by [0772ddf56713d013].drh2023-05-12
* Make the regexp extension more robust against OOM errors during compilationdrh2023-05-12
* Fix lots of harmless, nuisance compiler warnings, mostly unused parameterdrh2022-12-23
* Fix corner cases in UTF8 handling in the REGEXP extension.drh2022-11-17
* Fix harmless compiler warning seen with MSVC.mistachkin2022-07-21
* Enhance the REGEXP extension so that it will accept the start-of-inputdrh2022-07-18
* Fix a problem in the REGEXP extension for the {M,N} construct where M is zero.drh2022-07-18
* Enhance the ext/misc/regexp.c code so that when it is compiled withdrh2022-07-18
* Enhance the REGEXP extension so that the end-of-input indicate ("$") isdrh2022-07-03
* Fix the initial-prefix optimization for the REGEXP extension such that itdrh2022-07-03
* Mark the REGEXP operator in the built-in extension as deterministic.drh2021-12-31
* Fix harmless compiler warnings, mostly caused by prior efforts to get staticdrh2021-10-05
* Remove unnecessary end-of-line whitespace from the regexp.c extension.drh2021-06-07
* Fix harmless compiler warnings.drh2021-06-04
* Fix more cases in the regexp extension where the 0x00 terminator at the enddrh2021-06-04
* Fix a bug in the regexp extension in which the "." wildcard would matchdrh2021-06-03
* Fix the case-insensitive version of the regexp() function so that it does notdrh2021-06-03
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix the regexp extension so that it correctly translates all over-lengthdrh2019-12-19
* Add some static to the 'regexp' extension.mistachkin2019-08-13
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* More harmless compiler warning fixes.mistachkin2016-04-12
* Documentation changes to warn that sqlite3_set_auxdata() might call thedrh2013-07-18
* Added the transitive_closure, ieee754, and amatch extensions.drh2013-04-25
* Make "test_regexp.c" into a loadable extension and move it over todrh2013-04-23