aboutsummaryrefslogtreecommitdiff
path: root/src/test_regexp.c
Commit message (Collapse)AuthorAge
* Make "test_regexp.c" into a loadable extension and move it over todrh2013-04-23
| | | | | | ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. FossilOrigin-Name: 860fc393bff27045e0593c3c51bf5577accd0b79
* Fix harmless compiler warnings coming from MSVC64 in test code. Nodrh2013-03-27
| | | | | changes to the core. FossilOrigin-Name: 274d2a22660c7b34b8bbd85f3c29cbafbcb1b4e7
* Complete the initialization of the loadable extension thunk table. Alsodrh2013-03-01
| | | | | fix other (harmless) compiler warnings. FossilOrigin-Name: 780d06c5e54590f677f993fa9c313989c2eab8c7
* Always use strncmp() rather than memcmp() when comparing strings where onedrh2013-03-01
| | | | | | | or other string might be less than the length parameter, since optimized versions of memcmp() might read past the first difference and in so doing generate an access violation. FossilOrigin-Name: d73435587ba7459e2e2c32980d0e17abdeceb4bc
* Fix a typo in a comment in the test_regexp.c test file.drh2013-01-20
| | | FossilOrigin-Name: 68346af70bc43baf791227a381e54f9aca802c72
* The \xXX escape in the test_regexp.c must be followed by exactly two hexdrh2013-01-18
| | | | | digits. FossilOrigin-Name: 82957495aa0729468a020c2a0a45ed60019b6e07
* More bug fixes to the test_regexp.c module. Bring test_regexp.c into alignmentdrh2013-01-05
| | | | | with the regexp.c file in the Fossil sources. FossilOrigin-Name: 7695b88fe0d73fd0a36fb7d8f95350b80615a89e
* Fix an out-of-order local variable declaration in test_regexp.c.drh2013-01-04
| | | FossilOrigin-Name: 8285b15a058811a9a8b452837f52e6a065868115
* Fix the zInit[] optimization of test_regexp.c when the initial stringdrh2013-01-04
| | | | | contains 3-byte UTF8 characters. FossilOrigin-Name: 357231ec970adb5dfcdaf9665499141004cb1198
* Bring back test_regexp changes that were made when porting to Fossil. Alsodrh2013-01-03
| | | | | fix some bugs that were introduced by the Fossil port. FossilOrigin-Name: 45c158b1a015e0295244982e7a61ecc55cca8436
* More test cases for the REGEXP operator. Fix minor bugs uncovered by thesedrh2012-12-31
| | | | | test cases. FossilOrigin-Name: a611c75061c8e821cb266fcb09759100d4a646b0
* Add the test_regexp.c module containing a cross-platform implementation drh2012-12-31
of the REGEXP operator. FossilOrigin-Name: 46c8c01b751c1ea7fc02cc35e3b5bb99dbe46c4b