Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
18 check-ins using file src/timeline.c version 246e9420fb
|
2016-06-18
| ||
| 16:50 | If the table is encoded as start-value/size, a variable and a comparison can be saved. Should be even faster .... check-in: 758e3d3188 user: jan.nijtmans tags: invalid_utf8_improvements | |
| 14:44 | Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. check-in: 7f067f2940 user: jan.nijtmans tags: invalid_utf8_improvements | |
| 11:29 | fixed another strict aliasing warning in cson. check-in: 6bcfe1d22c user: stephan tags: trunk | |
|
2016-06-17
| ||
| 12:38 | Fix a typo in the built-in documentation for the "tarball" command. check-in: e0da91e96f user: drh tags: trunk | |
| 09:45 | More consistancy in using <br /> and <hr /> HTML tags check-in: 63220d9403 user: jan.nijtmans tags: trunk | |
| 07:39 | Merge trunk check-in: 4887295ab8 user: jan.nijtmans tags: pending-review | |
| 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 | |
| 16:28 | Add the 'project_description' variable for TH1 style scripts. check-in: 77667ca159 user: mistachkin tags: prjDesc | |
| 12:14 | More optimizations, taken over from trunk. check-in: ec7f6b2e71 user: jan.nijtmans tags: invalid_utf8_table | |
| 11:39 | Minor further speed-up: Only increment pointer if really needed. check-in: 5be2e9cf7d user: jan.nijtmans tags: trunk | |
| 09:44 | merge-mark check-in: c22ec007ea user: jan.nijtmans tags: invalid_utf8_table | |
| 09:44 | Further invalid_utf8() improvement: Save one indirection and a check, and make the table size even smaller. check-in: 6a59dbbb99 user: jan.nijtmans tags: trunk | |
| 09:14 | Merge trunk check-in: a3328c00b7 user: jan.nijtmans tags: invalid_utf8_table | |
| 09:13 | Use faster table-based approach when checking for invalid utf-8, in stead of complex bit-operations. check-in: 60349a6617 user: jan.nijtmans tags: trunk | |
|
2016-06-15
| ||
| 08:38 | More consistancy in using <br /> and <hr /> HTML tags check-in: bd559ff0d0 user: jan.nijtmans tags: trunk | |