Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_regexp.c
2013-05-15
| ||
08:00 | Renamed to ext/misc/regexp.c. Merge updates from trunk. (check-in: [6fbad95725] user: mistachkin branch: toTypeFuncs, size: 0) | |
2013-04-23
| ||
20:10 | Renamed to ext/misc/regexp.c. 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: 0) | |
2013-03-27
| ||
20:41 | [06ae8138d4] part of check-in [274d2a2266] Fix harmless compiler warnings coming from MSVC64 in test code. No changes to the core. (check-in: [274d2a2266] user: drh branch: trunk, size: 24026) | |
2013-03-01
| ||
23:40 | [5ff0eafd66] part of check-in [780d06c5e5] Complete the initialization of the loadable extension thunk table. Also fix other (harmless) compiler warnings. (check-in: [780d06c5e5] user: drh branch: trunk, size: 24016) | |
01:07 | [08748a68dd] part of check-in [d73435587b] Always use strncmp() rather than memcmp() when comparing strings where one 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. (check-in: [d73435587b] user: drh branch: trunk, size: 23984) | |
2013-01-20
| ||
00:18 | [58e0349f15] part of check-in [68346af70b] Fix a typo in a comment in the test_regexp.c test file. (check-in: [68346af70b] user: drh branch: trunk, size: 23983) | |
2013-01-18
| ||
03:35 | [b70fbbf4dc] 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: 23982) | |
2013-01-05
| ||
17:17 | [935a1bfb48] part of check-in [7695b88fe0] More bug fixes to the test_regexp.c module. Bring test_regexp.c into alignment with the regexp.c file in the Fossil sources. (check-in: [7695b88fe0] user: drh branch: trunk, size: 23966) | |
2013-01-04
| ||
19:22 | [f32daf8e08] part of check-in [8285b15a05] Fix an out-of-order local variable declaration in test_regexp.c. (check-in: [8285b15a05] user: drh branch: trunk, size: 23332) | |
14:06 | [8412a929f0] part of check-in [357231ec97] Fix the zInit[] optimization of test_regexp.c when the initial string contains 3-byte UTF8 characters. (check-in: [357231ec97] user: drh branch: trunk, size: 23332) | |
2013-01-03
| ||
19:34 | [8d91d00e45] part of check-in [45c158b1a0] Bring back test_regexp changes that were made when porting to Fossil. Also fix some bugs that were introduced by the Fossil port. (check-in: [45c158b1a0] user: drh branch: trunk, size: 23339) | |
2012-12-31
| ||
20:16 | [d8cb342e08] 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: 22094) | |
19:18 | Added: [c24ae2a0de] 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: 22083) | |