Fossil

Changes On Branch syntax-hl-with-linenumbers
Login

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

Changes In Branch syntax-hl-with-linenumbers Excluding Merge-Ins

This is equivalent to a diff from f6e635308c to 6ead94abf8

2019-09-27
15:45
fossil add: fixed leak of ignore-glob prompt string. check-in: e5e094071d user: stephan tags: trunk
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. check-in: d8ebbd76cc user: stephan tags: double-dash-flag
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. Closed-Leaf check-in: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers
23:36
Create new branch named "syntax-hl-with-numbering" Closed-Leaf check-in: 6f82d2c167 user: lmartin92 tags: syntax-hl-with-numbering
17:58
Remove the discussion of the "close" command from the fiveminutes.wiki document as the "close" command is not really needed, is rarely used, and serves no purpose in the document but to confuse the reader. check-in: f6e635308c user: drh tags: trunk
17:36
Fix a typo in the CGI extension documentation. check-in: b4ac00d8bb user: drh tags: trunk

Changes to src/db.c.

Changes to src/info.c.