Fossil

Changes On Branch invalid_utf8_table
Login

Changes On Branch invalid_utf8_table

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch invalid_utf8_table Excluding Merge-Ins

This is equivalent to a diff from 69328517 to 8a877a7b

2016-06-17
07:24
Remove a function which isn't use anywhere (check-in: e2a280fc user: jan.nijtmans tags: trunk)
00:04
merged from trunk (Closed-Leaf check-in: 8a877a7b user: sdr tags: invalid_utf8_table)
2016-06-16
22:14
shrunk size of lead byte table for invalid_utf8, and took a shortcut to invalidate lead bytes between 0x80 & 0xBF inclusive (check-in: 69328517 user: sdr tags: trunk)
17:01
more optimizations (all lead bytes between 0x80 & 0xBF are invalid, so use simple check for those, and also can shrink the invalid_utf8 lead byte table even more) (check-in: 6eb9a30c user: sdr tags: invalid_utf8_table)
11:39
Minor further speed-up: Only increment pointer if really needed. (check-in: 5be2e9cf user: jan.nijtmans tags: trunk)

Changes to src/lookslike.c.