Fossil

Changes On Branch ambiguous_cmd_fix
Login

Changes On Branch ambiguous_cmd_fix

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

Changes In Branch ambiguous_cmd_fix Excluding Merge-Ins

This is equivalent to a diff from 959807e9 to bb5162fe

2022-04-06
16:42
Minor consistency fix about ambiguous sub-command dispatch and error reporting, see related forum post. (check-in: 512905ef user: mgagnon tags: trunk)
2022-04-05
19:51
When reporting the list of matching ambiguous sub-commands, make sure settings with the same prefix are not listed. (Closed-Leaf check-in: bb5162fe user: mgagnon tags: ambiguous_cmd_fix)
16:49
Don't give an "ambiguous command prefix" error when reported ambiguous commands are aliases to each others. Assume alias point to same function pointer and are all consecutive in the aCommand[] list. (check-in: 862ce7ce user: mgagnon tags: ambiguous_cmd_fix)
15:04
Modify the makefiles to provide for compile-time options for pikchr. Reduce the token-count limit in pikchr to 10,000. (check-in: 959807e9 user: drh tags: trunk)
14:41
Update to the latest Pikchr version that includes improved resistance to exponential macro-expansion attacks. (check-in: f7530419 user: drh tags: trunk)

Changes to src/dispatch.c.

Changes to src/main.c.