Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file src/db.c version 76df00abba
|
2013-01-07
| ||
| 17:18 | Re-sync custom MinGW makefile. check-in: 1fdeece215 user: mistachkin tags: trunk | |
| 15:03 | Fix "fossil revert" so that it works on files that have been renamed. check-in: 48798b2719 user: drh tags: trunk | |
| 14:45 | Pull the latest trunk version of SQLite from upstream. check-in: 9ae863a5eb user: drh tags: trunk | |
|
2013-01-04
| ||
| 19:43 | Fix an out-of-order variable declaration in regexp.c. check-in: 8144cf1508 user: drh tags: trunk | |
| 18:43 | auto-captcha should default to "off". check-in: ac103f64c3 user: drh tags: trunk | |
| 18:23 | Make it easier to hit the graph nodes for click-to-diff when running on phones and tablets. check-in: 781e5bed89 user: drh tags: trunk | |
| 13:04 | Add comments explaining the purpose (optimization) of the zInit[] array in the regex matcher. Back out the previous change that inserts non-plane-0 unicode characters into zInit[] as that change might overflow the zInit[] array. check-in: c23e6444f5 user: drh tags: trunk | |
|
2013-01-03
| ||
| 22:33 | 4-byte utf-8 for re_compile, fix 3-byte utf-8 there, and fix a compiler warning. check-in: f86304fefa user: jan.nijtmans tags: trunk | |
| 20:02 | Rename re_execute() to re_match(). Other fixes to regex matcher bugs that were introduced when porting the code from SQLite. check-in: c84051f38d user: drh tags: trunk | |
| 13:38 | regexp.c (re_next_char): 3 off-by-one errors, and disallow characters > 0x10ffff unicode.c/diff.c: fix some gcc warnings check-in: a13e0a20a8 user: jan.nijtmans tags: trunk | |
| 09:27 | Patched re_space_char() to conform to its docs (now recognizes \r as a space). check-in: c77995e650 user: stephan tags: trunk | |
|
2013-01-02
| ||
| 12:19 | Fixed 2 string pointer type warnings reported on the mailing list. check-in: 46af6b8260 user: stephan tags: trunk | |
| 11:39 | s/re_exec\b/re_execute/g, for compatibility with BSD. check-in: 6a26eb3497 user: stephan tags: trunk | |
| 10:47 | Fixed JSON-side warnings reported by Baptiste Daroussin. check-in: 8fec4c959c user: stephan tags: trunk | |
| 01:36 | Enable diff filtering using a regex= query parameter on web pages. check-in: 31dd2c0e3e user: drh tags: trunk | |
| 00:58 | Enhance the diff logic so that it can suppress differences that do not match a regular expression. This capability is so far only exposed on the test-diff command. check-in: 97a7b924c0 user: drh tags: trunk | |
|
2013-01-01
| ||
| 22:56 | Allow the --context option on diff to have a value of 0. check-in: d74698ec28 user: drh tags: trunk | |
| 21:25 | Add support for case folding in the regexp matcher. check-in: 62cd2e2496 user: drh tags: trunk | |
| 21:09 | Enhance the regexp matcher to support full unicode on the \b, \w, and \W patterns, using code taken from the FTS3 unicode2 tokenizer. check-in: cb952c420d user: drh tags: trunk | |
| 20:56 | Add the regular expression matching library and the "test-grep" command for testing it. check-in: e2552de8c6 user: drh tags: trunk | |