Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
32 check-ins using file src/sqlite3.c version a9657802ae
2021-01-18
| ||
04:32 | Added --no-print-result flag to test-th-source to suppress output of final result, as the default behavior sometimes causes duplicate output of the last expression. ... (check-in: 817c643435 user: stephan tags: trunk) | |
2021-01-17
| ||
23:36 | Minor wording tweaks to various documentation files. ... (check-in: 5aa71f59b7 user: drh tags: trunk) | |
2021-01-15
| ||
20:48 | Add para on git forking as siloed development enthusiastically adopted by github, who promote their public project count (currently 43 million according to the link.) ... (check-in: a54732919d user: danshearer tags: trunk) | |
15:22 | Clarified a few points in the javascript.md doc ... (check-in: 7b51e27f43 user: wyoung tags: trunk) | |
15:11 | Fixed an unwanted hard line break in javascript.md ... (check-in: c31d5ba4b9 user: wyoung tags: trunk) | |
15:04 | Added "chat" to the list in javascript.md ... (check-in: debb410e9b user: wyoung tags: trunk) | |
14:55 | Broken hyperlink fix ... (check-in: 20c193d8d4 user: wyoung tags: trunk) | |
14:54 | Rewrote a point in favor of Ajax in the JS doc to clarify it and avoid repeating a sub-point previously made. ... (check-in: a9352a280e user: wyoung tags: trunk) | |
14:51 | Tiny tweaks to fossil-v-git.wiki ... (check-in: 6e443dfd97 user: wyoung tags: trunk) | |
13:25 | Improve wiki explanation for how home pages work with embedded documents. Change example for home page in setup.c to be trunk, not whatever branch happens to be latest. ... (check-in: b32461f72d user: danshearer tags: trunk) | |
12:59 | Update the built-in linenoise code to the latest from the canonical website: [https://github.com/antirez/linenoise]. ... (check-in: a424972e96 user: drh tags: trunk) | |
11:16 | Break overlong line. ... (check-in: 76c81e0359 user: danield tags: trunk) | |
2021-01-14
| ||
23:51 | Enhance the "fossil checkout" documentation to discourage newbies from using it. ... (check-in: 1bdd48532d user: drh tags: trunk) | |
20:51 | Fix the JSON string encoder so that it works for non-BMP unicode characters. ... (check-in: 006b908e0c user: drh tags: trunk) | |
19:32 | Updated doc references to Fossil 2.14 to be less tentative, now that it's imminent. ... (check-in: 9650c739dd user: wyoung tags: trunk) | |
16:17 | New www/co-vs-up.md doc, which should've been part of commit [a5ea7891]. (D'oh!) ... (check-in: 863fdca4a9 user: wyoung tags: trunk) | |
15:36 | Added the "Colorized Diffs" section to the gitusers doc. ... (check-in: f9e3a59174 user: wyoung tags: trunk) | |
15:13 | Added the "Update vs Pull" section to the gitusers doc. ... (check-in: eadc427d3e user: wyoung tags: trunk) | |
14:53 | Extracted the "fossil up" vs "fossil co" discussion in gitusers.md to a separate document, since it's of broader interest than just in comparisons to Git. This freed me to expand the comparison. ... (check-in: a5ea789159 user: wyoung tags: trunk) | |
14:00 | Clarified the intro to the gitusers doc. ... (check-in: 99117745c4 user: wyoung tags: trunk) | |
11:15 | Fixed a couple C99-isms reported at [https://fossil-scm.org/forum/forumpost/487f05e382 | /forumpost/487f05e382]. ... (check-in: a7af387dd8 user: stephan tags: trunk) | |
2021-01-13
| ||
13:34 | Fix unintentional fork. ... (check-in: c21f739753 user: danield tags: trunk) | |
13:24 | Move line separator into format strings for timeline formatting. ... (check-in: 0eed0f130e user: danield tags: trunk) | |
13:23 | Added missing help text reference to --type f (forum post) in timetype --type flag. ... (check-in: 40799f8bbd user: stephan tags: trunk) | |
2021-01-12
| ||
16:00 | Fix typos in Markdown and Wiki pages. ... (check-in: e755561d73 user: danield tags: trunk) | |
13:50 | Fix typos in help and other console output. ... (check-in: 2f78b2cb41 user: danield tags: trunk) | |
02:28 | Fix typo on the homepage. ... (check-in: 808127afa2 user: drh tags: trunk) | |
00:11 | Minor editorial improvements to chat documentation ... (check-in: 9428699039 user: andygoth tags: trunk) | |
2021-01-11
| ||
00:00 | Bring the permuted documentation index up to date. ... (check-in: f2ec37e45e user: drh tags: trunk) | |
2021-01-10
| ||
23:47 | Slightly faster file-age query. ... (check-in: f953a1638b user: drh tags: trunk) | |
19:39 | Faster tree-view query. ... (check-in: 3cd0b26414 user: drh tags: trunk) | |
19:28 | Update to the built-in SQLite latest 3.35 alpha with performance enhancements and with the new ".stats vmstep" command for easier performance measurement. ... (check-in: 7bf929984a user: drh tags: trunk) | |