Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "trunk" plus check-in "2016-11-06 23:25:39" occurring around 2016-11-06 23:25:39.
2016-11-07
| ||
04:45 | Correct recent makeheaders.html documentation update to respect the prohibition of multiple global variables per declaration ... (check-in: ba5ab70e96 user: andygoth tags: trunk) | |
04:06 | Use disjoint timelines when filtering by the chng timeline query parameter ... (check-in: e7bdbbe435 user: andygoth tags: trunk) | |
02:12 | Use rgba(0,0,0,0.5) instead of #888 to implement 50% shadow so that the shadow works even against a colored or dark background ... (check-in: f23ccc89ce user: andygoth tags: trunk) | |
02:00 | CSS corrections for checkboxes ... (check-in: 446d438ee0 user: andygoth tags: trunk) | |
01:48 | Add crlf-glob to tester.tcl ... (check-in: e754cad9bc user: andygoth tags: trunk) | |
01:32 | Partially backout [bf9669f5]. Leave whitespace alone in test files ... (check-in: 6a3e2ed87e user: andygoth tags: trunk) | |
01:29 | Remove some tabs and end-of-line whitespace ... (check-in: bf9669f55e user: andygoth tags: trunk) | |
01:18 | Further updates to the changelog ... (check-in: 63ed4b00f3 user: andygoth tags: trunk) | |
01:13 | Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes ... (check-in: 1d1b5c732f user: andygoth tags: trunk) | |
01:12 | Add item to changes.wiki describing updated changes|status command ... (check-in: c3c348b789 user: andygoth tags: trunk) | |
01:10 | Integrate andygoth-crlf. This renames CRNL to CRLF throughout Fossil. crnl-glob is renamed to crlf-glob, but crnl-glob is retained as a compatibility alias. ... (check-in: 87320cf482 user: andygoth tags: trunk) | |
00:53 | Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea9b user: andygoth tags: andygoth-crlf) | |
00:50 | Merge trunk ... (check-in: 7ea74acf55 user: andygoth tags: andygoth-crlf) | |
00:48 | Ensure deleted/missing files are not processed as other types of files when C_DELETED and C_MISSING are not specified ... (check-in: e9a43ae0ef user: andygoth tags: trunk) | |
00:35 | Integrate andygoth-timeline-ms for broader testing and comment ... (check-in: 5e17369711 user: andygoth tags: trunk) | |
00:34 | Merge trunk ... (check-in: 4bf71abde8 user: jan.nijtmans tags: cleanX) | |
00:33 | Integrate andygoth-changes, try two ... (check-in: e7764947d7 user: andygoth tags: trunk) | |
00:20 | Correct SELECT to not exclude added files, i.e. files not present in the blob table ... (Closed-Leaf check-in: 45e2e3e968 user: andygoth tags: andygoth-changes) | |
2016-11-06
| ||
23:48 | Like I said, it has a problem with showing added files. ... (check-in: d57d357d1c user: andygoth tags: trunk) | |
23:47 | Immediately backout [7c8cc2adab]. Turns out it has a problem with showing added files. ... (check-in: d87c85c1c7 user: andygoth tags: trunk) | |
23:45 | Integrate andygoth-changes for broader testing and comment. This change should be fully backward-compatible, unless of course a script depends on the help text never changing or new options never being added. All existing options and defaults should work identically to before. I had planned to update the ls command to use the same backend as changes/status, but that work will have to wait until we decide if the ls options should be redesigned. The SCAN_MTIME, SCAN_SIZE, C_MTIME, and C_SIZE flags are currently unused and can be removed, but their presence harms nothing, and they should be useful for a basis for an updated ls command, though they may need modification to address confusion between commit time, on-disk mtime, checked-in size, and on-disk size. ... (check-in: 7c8cc2adab user: andygoth tags: trunk) | |
23:40 | Correct SQL syntax error on "fossil changes -merge" which is not supposed to display any files yet still tries to run the file query even though it says only "ORDER BY pathname" with no SELECT ... (check-in: 61da77525f user: andygoth tags: andygoth-changes) | |
23:35 | Merge trunk ... (check-in: 74a5873cca user: andygoth tags: andygoth-changes) | |
23:31 | Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated. ... (check-in: bc5a67d1ab user: andygoth tags: trunk) | |
23:25 | Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. ... (check-in: 0a4310b34b user: andygoth tags: trunk) | |
16:40 | Correct commit that had mistake in macro definition in [36e7558a11598]. ... (check-in: 427c34feea user: andybradford tags: trunk) | |
16:10 | Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". ... (check-in: 36e7558a11 user: andybradford tags: trunk) | |
03:02 | Fix wiki syntax error ... (check-in: 000f2193b0 user: andygoth tags: trunk) | |
03:01 | Clarify linenoise ... (check-in: 8a310633a7 user: andygoth tags: trunk) | |
02:50 | Mention linenoise and miniz in makefile.wiki ... (check-in: f6ab9e2867 user: andygoth tags: trunk) | |
2016-11-05
| ||
21:35 | Correct copy-and-paste error in comment ... (check-in: 426a5e7e93 user: andygoth tags: trunk) | |
19:58 | Update makeheaders.html Summary And Conclusion chapter number ... (check-in: 994ac6fb03 user: andygoth tags: trunk) | |
19:51 | Add the "History" section to the makeheaders documentation. ... (check-in: 280981368f user: drh tags: trunk) | |
19:25 | Merge trunk ... (check-in: e6787d1ed8 user: andygoth tags: andygoth-changes) | |
19:24 | Have makeheaders ignore completely anonymous enums so they can be used within a single source file, useful for value autoincrementing. Update documentation accordingly. Write more about makeheaders's limitations discovered while researching this issue. Remove unnecessary explicit links to makeheaders.html in said file so it can be renamed without consequence. Ensure href attributes are surrounded by quotes. Add missing </html> to end of makeheaders.html. ... (check-in: 4dcfbc1c8a user: andygoth tags: trunk) | |
16:08 | Add missing title tags to documents ... (check-in: 26abbe3b04 user: andygoth tags: trunk) | |
16:07 | Correct title of Principles Of Operation page. Perhaps mkindex.tcl should be taught to extract titles from the documents themselves ... (check-in: 57896771f6 user: andygoth tags: trunk) | |
15:58 | Remove cmd_.wiki-template which is a relic (avoiding the pun...) from when the commands were documented as individual /doc/cmd_*.wiki files ... (check-in: dac02c3dcc user: andygoth tags: trunk) | |
15:53 | Merge trunk ... (check-in: a47d79e910 user: andygoth tags: andygoth-changes) | |
15:49 | Expand list of stopwords in permuted index ... (check-in: 95bb5a24e2 user: andygoth tags: trunk) | |
15:42 | Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch ... (check-in: 6311ff7604 user: andygoth tags: trunk) | |
15:40 | Update permuted index to show non-permuted items in bold ... (Closed-Leaf check-in: 805b69772e user: andygoth tags: andygoth-timeline-ms) | |
15:39 | Make mkindex.tcl directly executable ... (check-in: 419a3c3e48 user: andygoth tags: andygoth-timeline-ms) | |
15:28 | Merge trunk ... (check-in: 839eca1842 user: andygoth tags: andygoth-timeline-ms) | |
15:26 | Cherrypick one more timeline help text update from [5703ccb2e0] ... (check-in: 40de787d36 user: andygoth tags: trunk) | |
15:23 | Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. ... (check-in: ad11034603 user: andygoth tags: trunk) | |
14:59 | Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier ... (check-in: d623a0adbe user: andygoth tags: trunk) | |
14:55 | Fix minor typo in comment ... (check-in: 6a6dae151d user: andygoth tags: trunk) | |
14:31 | Change help index command list from seven columns to six to better match the widths of the other lists presented on the page ... (check-in: 2f61357426 user: andygoth tags: trunk) | |
14:30 | In help index, display first-tier command names in bold ... (check-in: 37e8c173a6 user: andygoth tags: trunk) | |