Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file src/lookslike.c version b8eb793c2c
|
2015-12-23
| ||
| 11:41 | Change piechart table to view since tables have undefined order Closed-Leaf check-in: 7c1568e3a0 user: baruch tags: enhance-reports | |
| 11:10 | Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. check-in: ea63a2d1f4 user: drh tags: trunk | |
| 01:37 | Enhancements to the lookslike functions. check-in: 6b292eaa78 user: drh tags: trunk | |
|
2015-12-21
| ||
| 08:49 | merge trunk check-in: 255327f053 user: jan.nijtmans tags: pending-review | |
|
2015-11-12
| ||
| 11:37 | Micro-optimization in lookslike* functions, proving that LOOK_CR can be expressed as (LOOK_LONE_CR | LOOK_CRLF) and LOOK_LF as (LOOK_LONE_LF | LOOK_CRLF). This saves 6 assembler-instructions in the loops. Ready to be reviewed. check-in: 13c796a496 user: jan.nijtmans tags: pending-review | |