]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Get dependencies into make recipes. Get legacy console I/O (-DSHELL_LEGACY_CONSOLE_IO...
authorlarrybr <larrybr@noemail.net>
Tue, 7 Nov 2023 02:41:46 +0000 (02:41 +0000)
committerlarrybr <larrybr@noemail.net>
Tue, 7 Nov 2023 02:41:46 +0000 (02:41 +0000)
commit4c78cb50bf12d84a91f9d910ac982b4024a15fd6
treede298b905cc7837d9e49ceeec80c2c6ab00b661c
parentd0046388a00d966b730d938cb85b1a63240d9fd0
Get dependencies into make recipes. Get legacy console I/O (-DSHELL_LEGACY_CONSOLE_IO) working. Due to movement of MBCS/UTF-8 translation into traditional stream I/O simulacra, the input translation does not happen the same way. (It works the same, but fails differently and a bit better.) Added printf() and fputs() look-alikes, and made CLI use them.

FossilOrigin-Name: 1721dc6a434361c4e2b87c6e677b6dc223432b3cdd5b9eecabaa258889fb2d2a
Makefile.in
Makefile.msc
ext/consio/console_io.c
ext/consio/console_io.h
manifest
manifest.uuid
src/shell.c.in