index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_regexp.c
Commit message (
Expand
)
Author
Age
*
Make "test_regexp.c" into a loadable extension and move it over to
drh
2013-04-23
*
Fix harmless compiler warnings coming from MSVC64 in test code. No
drh
2013-03-27
*
Complete the initialization of the loadable extension thunk table. Also
drh
2013-03-01
*
Always use strncmp() rather than memcmp() when comparing strings where one
drh
2013-03-01
*
Fix a typo in a comment in the test_regexp.c test file.
drh
2013-01-20
*
The \xXX escape in the test_regexp.c must be followed by exactly two hex
drh
2013-01-18
*
More bug fixes to the test_regexp.c module. Bring test_regexp.c into alignment
drh
2013-01-05
*
Fix an out-of-order local variable declaration in test_regexp.c.
drh
2013-01-04
*
Fix the zInit[] optimization of test_regexp.c when the initial string
drh
2013-01-04
*
Bring back test_regexp changes that were made when porting to Fossil. Also
drh
2013-01-03
*
More test cases for the REGEXP operator. Fix minor bugs uncovered by these
drh
2012-12-31
*
Add the test_regexp.c module containing a cross-platform implementation
drh
2012-12-31