Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
17 check-ins using file src/db.c version 6435f40c33
|
2014-03-18
| ||
| 14:52 | remove unused variable check-in: dfca123729 user: jan.nijtmans tags: trunk | |
| 08:39 | merge trunk Closed-Leaf check-in: 5efa7d2e62 user: jan.nijtmans tags: strip-trailing-cr | |
|
2014-03-17
| ||
| 21:05 | Added a pedantic catch for a corner case which never happens (for porting's sake). check-in: 7413229200 user: stephan tags: trunk | |
| 14:15 | skip some tests when running inside of an open checkout. check-in: 36a8d91d0c user: jan.nijtmans tags: trunk | |
| 13:12 | Eliminate DIFF_INLINE flag (which is 0 anyway, no longer necessary). Strip end-of-line CR's in json_wiki_diff page as well. check-in: e6309e051b user: jan.nijtmans tags: trunk | |
| 12:47 | Make stripping of end-of-line CR work correctly now (REALLY!) check-in: 597d1101b4 user: jan.nijtmans tags: trunk | |
| 11:46 | Update changes.wiki (-b|--ignore-space-change not implemented, I doubt anyone would need this) check-in: dc981860ee user: jan.nijtmans tags: strip-trailing-cr | |
| 11:34 | Make -w|--ignore-all-space option work the same as the GNU diff option with the same name. check-in: a7a61cdd6f user: jan.nijtmans tags: strip-trailing-cr | |
|
2014-03-16
| ||
| 17:06 | Removed some report format help text which refers to non-/no-longer existent SQL functions wiki() and tkt(). check-in: 6bbcfec27b user: stephan tags: trunk | |
| 10:33 | Fix the display of all web-pages which contain annotation- or diff-like sections for the case windows-style line endings are used: The CR's should be stripped in those cases. check-in: 1472cd811f user: jan.nijtmans tags: trunk | |
| 10:17 | Restructured the wiki format parser's ATTR_ and AMSK_ macros to enums to simplify extension. Tried to add data-* attribute support but assumptions about attributes in the parser make it not worth the effort. check-in: 0652717eb0 user: stephan tags: trunk | |
| 09:06 | Added missing int return. Reported on ML. check-in: d6bd38fa5c user: stephan tags: trunk | |
|
2014-03-15
| ||
| 21:08 | For SSH URLs don't explicitly kill SSH with SIGINT, but let close kill process. Observed as a "Killed by signal 2." error on FreeBSD. check-in: 0e8f0bc317 user: andybradford tags: trunk | |
| 15:03 | If a wiki page begins with <title> then render that as <h1 align='center'> when rendering the whole page. For the "doc" URI, continue to extract the title and use it as the overall page title, as we have always done. This only effects wiki rendered in pages like "artifact". check-in: d8586b5670 user: drh tags: trunk | |
| 14:35 | Fix the "artifact" URL to render markdown text automatically. check-in: 60019ce7d9 user: drh tags: trunk | |
|
2014-03-14
| ||
| 20:49 | Fix the display of unified-diff lines on web pages when the files being compared have windows-style line endings. check-in: e2e8531ba7 user: drh tags: trunk | |
| 16:20 | When compiled on Cygwin using --disable-internal-sqlite, this special Cygwin handling is no longer necessary (SQLite 3.8.4.1 Cygwin build already handles that). check-in: 625297ab91 user: jan.nijtmans tags: trunk | |