]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a base64 decode bug. Provide for convenient inclusion of extension(s) built into...
authorlarrybr <larrybr@noemail.net>
Mon, 21 Nov 2022 00:11:09 +0000 (00:11 +0000)
committerlarrybr <larrybr@noemail.net>
Mon, 21 Nov 2022 00:11:09 +0000 (00:11 +0000)
commit423003dca91a84409950bfd4e99ee68dc4f831ee
tree5a1704bda10e2625a4915960ddf2ed1dfc559a3a
parentfb2e0bfa8b540fb6e7be5a74beaadd06b60570c1
Fix a base64 decode bug. Provide for convenient inclusion of extension(s) built into the CLI, to simplify testing and for its own sake. Improve comments. Cure collision between base64.c and base85.c when both are in the same translation unit.

FossilOrigin-Name: 07543d23a98c2a851393a2674e59d3cf1df37c244fb451cb7436f49c95c1423f
ext/misc/base64.c
ext/misc/base85.c
ext/misc/basexx.c [new file with mode: 0644]
manifest
manifest.uuid
src/shell.c.in