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 69328517f5 to 8a877a7b18
2016-06-17
| ||
07:24 | Remove a function which isn't use anywhere check-in: e2a280fc89 user: jan.nijtmans tags: trunk | |
00:04 | merged from trunk Closed-Leaf check-in: 8a877a7b18 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: 69328517f5 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: 6eb9a30c08 user: sdr tags: invalid_utf8_table | |
11:39 | Minor further speed-up: Only increment pointer if really needed. check-in: 5be2e9cf7d user: jan.nijtmans tags: trunk | |
Changes to src/lookslike.c.