]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Pervasive changes to console_io.{c,h} in support of simplifying ubiquitous emit ops...
authorlarrybr <larrybr@noemail.net>
Sat, 11 Nov 2023 06:20:38 +0000 (06:20 +0000)
committerlarrybr <larrybr@noemail.net>
Sat, 11 Nov 2023 06:20:38 +0000 (06:20 +0000)
commit1229f8e6bde55d1bde34f74b95f76a02320c1c03
treeb101df3222fb575d00a570e0709497d8b2ea0b9b
parent73f03276d918a5184463095b3fd6bbd9a042cece
parent6234b334782b41db9aff8f8b688aba4e3f2b59bc
parentfb28a93f75af10d3cf305e1a8c1cb6656d781bdd
Pervasive changes to console_io.{c,h} in support of simplifying ubiquitous emit ops in shell, and to get better control of console streams that might be opened only via .read or .output commands. Changes to shell to use {s,o,e}put{f,z}(...) calls for initial testing, but this check-in has few such conversions so that most will be in a separate check-in. Many renames to better follow recent coding convention. This code seems to be working, but has not been tested on difficult platforms or with multiple console hosts yet. So it is a WIP.

FossilOrigin-Name: 14762a004cdf37d1e12f26aadff8ed3824893278f22ff141de86dd44d9b250f3
ext/consio/console_io.c
ext/consio/console_io.h
manifest
manifest.uuid
src/shell.c.in