Fossil

Changes On Branch andygoth-help-option
Login

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

Changes In Branch andygoth-help-option Excluding Merge-Ins

This is equivalent to a diff from 7bc11da241 to 3a9017f9d1

2015-06-22
04:37
Integrate andygoth-help-option. check-in: 100ac83b64 user: andygoth tags: trunk
2015-06-19
22:19
Permit full dynamic linking when compiling with MSVC. Also, enable the building of the in-tree zlib to be skipped.' check-in: 7932cb3f05 user: mistachkin tags: trunk
21:54
Merge updates from trunk. Closed-Leaf check-in: 7fd7c4ca57 user: mistachkin tags: dynamicMsvc
20:36
Updated Makefile.msc generation: Add an option for creating a dynamically linked fossil binary. Make it possible to opt-out of building zlib. Edit: Closed branch as dynamicMsvc branch already does what this intends to do, and more. Closed-Leaf check-in: 2a0bc313fb user: jan tags: jan-dynlnk-win
16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make sure to fall back on the current implementation so "fossil -help -x" and such still work correctly. Closed-Leaf check-in: 3a9017f9d1 user: andygoth tags: andygoth-help-option
15:44
Merge trunk. Leaf check-in: cc8e56f19e user: andygoth tags: andygoth-quote-apostrophe
15:44
Merge trunk. check-in: 21220b21b7 user: andygoth tags: andygoth-brackets-outside-link
14:40
Remove ugly and zero-information comment text from linenoise.c. check-in: 7bc11da241 user: drh tags: trunk
09:03
Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. check-in: 192c8266ef user: jan.nijtmans tags: trunk

Changes to src/main.c.