Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins occurring around 8d18bf27e9.

2016-11-06
22:53
Remove hard-coded demo of mtime and size from changes and status commands ... (check-in: 8cd81143e7 user: andygoth tags: andygoth-changes)
21:28
Remove some excess comments, minor rearrangement ... (check-in: 8b8e765423 user: andygoth tags: andygoth-changes)
20:19
More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. See the comment in checkin.c for a bit more information. Of course, there are rearrangements that avoid the issue, but it is certainly a trap for the unwary. ... (check-in: 5258a43d78 user: andygoth tags: andygoth-changes)
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)
07:57
Begin expanding status_report() to support being the backend for the ls command. The work is not yet complete. First we must debug a mysterious abort in SQLite. Test case: run "./fossil changes -differ" with at least one changed file. ... (check-in: 9d5de8d702 user: andygoth tags: andygoth-changes)
06:39
Rename sfile x column to pathname to match vfile and to make room for new columns I plan to add ... (check-in: ec9480fcba user: andygoth tags: andygoth-changes)
05:15
Use clearer method of differentiating between the status and changes commands ... (check-in: 4d33d95899 user: andygoth tags: andygoth-changes)
05:09
Add more comments. Replace the changesOnly field with the knowledge that --classify and --no-classify are the only table-driven options specific to the changes command. Correctly ignore --header and -v|verbose when running the status command so their use triggers an error. Add the --differ option which combines the default list of changes (sans --merge) with --extra, i.e. all files that differ from the checked-out baseline version. ... (check-in: d1214f3797 user: andygoth tags: andygoth-changes)
04:23
Remove stale TODO comment. May still want to implement ls in terms of status_report() though. ... (check-in: bfb7dd2aed user: andygoth tags: andygoth-changes)
04:17
Change -unmodified/UNMODIFIED to -unchanged/UNCHANGED in status_report() for consistency with the ls -v command ... (check-in: 5775d3761f user: andygoth tags: andygoth-changes)
04:13
Minor optimization to status_report() to avoid building list of managed files if only unmanaged files are requested. Move unmanaged file reserved name filtering to status_report(). Ensure db_get*() calls happen after db_must_be_within_tree(). Implement extras_cmd() in terms of status_report(). ... (check-in: d52fd18529 user: andygoth tags: andygoth-changes)
03:16
Remove unused final argument to locate_unmanaged_files() ... (check-in: c2b3f6b1c0 user: andygoth tags: andygoth-changes)
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)
02:39
Remove flag debug prints from status_cmd() now that it seems to be stable ... (check-in: 31c6140e75 user: andygoth tags: andygoth-changes)
02:35
Fold print_changes() into status_cmd() (formerly changes_cmd()). Remove C_SHA1SUM, C_HEADER, and C_VERBOSE flags which are no longer needed for communicating options to print_changes(). Move locate_unmanaged_files() closer to the top of the file so status_cmd() can call it. Implement C_UNMODIFIED and C_EXTRA in status_report(). Document the fact that the changes and status commands take optional path arguments. Let changes and status commands accept --case-sensitive (was already done), --dotfiles, and --ignore for the benefit of --extras. Incorporate search for extra files into status_cmd(). ... (check-in: f15d20e39b user: andygoth tags: andygoth-changes)
2016-11-05
23:11
Merge the status command into the changes command. ... (check-in: 2c3a108c72 user: andygoth tags: andygoth-changes)
22:41
Add TODO: reimplement ls and extras in terms of status_report() ... (check-in: 442a3cd5e5 user: andygoth tags: andygoth-changes)
22:40
Adjust the way --changed is implemented. Improve documentation. Avoid saying EDITED for files with other types of changes if those change types were not selected for display. ... (check-in: 2408fd1c2c user: andygoth tags: andygoth-changes)
22:22
Implement most of the new changes command, still need to do --all, --unmodified, and --extra ... (check-in: 7595bdfbf0 user: andygoth tags: andygoth-changes)
21:35
Correct copy-and-paste error in comment ... (check-in: 426a5e7e93 user: andygoth tags: trunk)
21:26
Comment tweak ... (check-in: c3f7259326 user: andygoth tags: andygoth-changes)
21:25
Implement changes option parser and default logic, still need to implement filtering ... (check-in: cc3baab8ad user: andygoth tags: andygoth-changes)
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)
14:22
Use symbolic name CMDFLAG_WEBPAGE instead of directly saying 0x08 ... (check-in: dfa23f5bba user: andygoth tags: trunk)
14:17
Ignore empty command name in help page so that /help/ is treated the same as /help ... (check-in: e237cea4c2 user: andygoth tags: trunk)
14:15
Include name of command or page in help title ... (check-in: 9b15ec0d6c user: andygoth tags: trunk)
14:12
Remove "Command-line" from name of help page which documents web pages as well as commands ... (check-in: ccd4ca87b0 user: andygoth tags: trunk)
14:10
Cherrypick timeline help text updates from [5703ccb2e0] ... (check-in: 9807c1da47 user: andygoth tags: trunk)
14:07
Remove "Testpage:" from title of all-in-one help text page ... (check-in: d8506df183 user: andygoth tags: trunk)