]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For TCL extension:
authorlarrybr <larrybr@noemail.net>
Tue, 29 Mar 2022 21:11:30 +0000 (21:11 +0000)
committerlarrybr <larrybr@noemail.net>
Tue, 29 Mar 2022 21:11:30 +0000 (21:11 +0000)
commitd362752e1692b62f0dbd3e94e65cff0c150d489e
tree2298a7d8345840be3dc19078a3d8b6213c233a05
parentc3a9ba08c1cf336f80b022e61691a0aafc4bdb92
For TCL extension:
  Cleanup TCL library interaction and interpreter management.
  Group code into more purpose oriented functions.
  Add .unknown dot command, delegating to TCL commands with "dot" names.
  Drop planned .eval new dot command.
For shell:
  Implement undocumented .unknown dot command, doing little.
  Make dispatcher call .unknown's implementation for unknown dot command.
  Fix a command lookup bug exposed by above change to unknown handling.
  Add .eval dot command.
  Add options to .x command aimed at control of errors in command sequences. (a WIP)
  Make dispatcher report ambiguous dot command lookups, even with no extension.

FossilOrigin-Name: 7616a6f4abe20699e5aa66018233247aa94e3e87f3e6ebe1357f776a18115eb3
ext/misc/tclshext.c.in
manifest
manifest.uuid
src/shell.c.in