Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/regexp1.test
2022-11-17
| ||
19:24 | [8f2a8bc156] part of check-in [abb18f61c5] Fix corner cases in UTF8 handling in the REGEXP extension. Forum post 3ffe058b04. (check-in: [abb18f61c5] user: drh branch: trunk, size: 11334) | |
2022-07-18
| ||
13:55 | [83c6316173] part of check-in [ed8a8ebd62] Enhance the REGEXP extension so that it will accept the start-of-input mark ("^") in the middle of parentheses. Forum post 0d6a9160f81ef1a8. (check-in: [ed8a8ebd62] user: drh branch: trunk, size: 10574) | |
13:10 | [d5d019b599] part of check-in [af15bb7530] Fix a problem in the REGEXP extension for the {M,N} construct where M is zero. See forum post 8694e55a2c29963c for more information. (check-in: [af15bb7530] user: drh branch: trunk, size: 9865) | |
2022-07-03
| ||
18:12 | [611adedda9] part of check-in [3c04d21e6c] Enhance the REGEXP extension so that the end-of-input indicate ("$") is allowed to occur on one branch of an OR ("|"). Forum post 0107d5d40dd273e2, second issue. (check-in: [3c04d21e6c] user: drh branch: trunk, size: 9350) | |
14:25 | [4a44e01466] part of check-in [c94595a6e1] Fix the initial-prefix optimization for the REGEXP extension such that it works even if the prefix contains characters that require a 3-byte UTF8 encoding. This should fix the problem reported by forum post 96692f8ba5. (check-in: [c94595a6e1] user: drh branch: trunk, size: 8335) | |
2021-06-03
| ||
13:44 | [0c3ff80f66] part of check-in [fa23108b29] Fix a bug in the regexp extension in which the "." wildcard would match the 0x00 terminator at the end of the comparison string. (check-in: [fa23108b29] user: drh branch: trunk, size: 7641) | |
12:31 | [4fc575bff1] part of check-in [1a8e43cc1b] Fix the case-insensitive version of the regexp() function so that it does not use the prefix optimization incorrectly. Forum post 983b43ef8e. (check-in: [1a8e43cc1b] user: drh branch: trunk, size: 7571) | |
2013-04-23
| ||
20:10 | [497ea812f2] part of check-in [860fc393bf] Make "test_regexp.c" into a loadable extension and move it over to ext/misc/regexp.c. Add the "load_static_extension" command for testing purposes. (check-in: [860fc393bf] user: drh branch: std-ext, size: 6747) | |
2013-01-18
| ||
03:35 | [5cbb6e7122] part of check-in [82957495aa] The \xXX escape in the test_regexp.c must be followed by exactly two hex digits. (check-in: [82957495aa] user: drh branch: trunk, size: 6742) | |
2012-12-31
| ||
20:16 | [bbcb74e1bb] part of check-in [a611c75061] More test cases for the REGEXP operator. Fix minor bugs uncovered by these test cases. (check-in: [a611c75061] user: drh branch: trunk, size: 6742) | |
19:18 | Added: [38da302b75] part of check-in [46c8c01b75] Add the test_regexp.c module containing a cross-platform implementation of the REGEXP operator. (check-in: [46c8c01b75] user: drh branch: trunk, size: 2573) | |