index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
regexp.c
Commit message (
Expand
)
Author
Age
*
GCC 13 has become more quite pedantic about the signature of functions matchi...
drh
2025-01-13
*
Fix harmless compiler warning caused by [0772ddf56713d013].
drh
2023-05-12
*
Make the regexp extension more robust against OOM errors during compilation
drh
2023-05-12
*
Fix lots of harmless, nuisance compiler warnings, mostly unused parameter
drh
2022-12-23
*
Fix corner cases in UTF8 handling in the REGEXP extension.
drh
2022-11-17
*
Fix harmless compiler warning seen with MSVC.
mistachkin
2022-07-21
*
Enhance the REGEXP extension so that it will accept the start-of-input
drh
2022-07-18
*
Fix a problem in the REGEXP extension for the {M,N} construct where M is zero.
drh
2022-07-18
*
Enhance the ext/misc/regexp.c code so that when it is compiled with
drh
2022-07-18
*
Enhance the REGEXP extension so that the end-of-input indicate ("$") is
drh
2022-07-03
*
Fix the initial-prefix optimization for the REGEXP extension such that it
drh
2022-07-03
*
Mark the REGEXP operator in the built-in extension as deterministic.
drh
2021-12-31
*
Fix harmless compiler warnings, mostly caused by prior efforts to get static
drh
2021-10-05
*
Remove unnecessary end-of-line whitespace from the regexp.c extension.
drh
2021-06-07
*
Fix harmless compiler warnings.
drh
2021-06-04
*
Fix more cases in the regexp extension where the 0x00 terminator at the end
drh
2021-06-04
*
Fix a bug in the regexp extension in which the "." wildcard would match
drh
2021-06-03
*
Fix the case-insensitive version of the regexp() function so that it does not
drh
2021-06-03
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix the regexp extension so that it correctly translates all over-length
drh
2019-12-19
*
Add some static to the 'regexp' extension.
mistachkin
2019-08-13
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
More harmless compiler warning fixes.
mistachkin
2016-04-12
*
Documentation changes to warn that sqlite3_set_auxdata() might call the
drh
2013-07-18
*
Added the transitive_closure, ieee754, and amatch extensions.
drh
2013-04-25
*
Make "test_regexp.c" into a loadable extension and move it over to
drh
2013-04-23