]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a C-source spell-checking facility. make misspell (on Nix)
authorlarrybr <larrybr@noemail.net>
Wed, 7 Jun 2023 08:40:31 +0000 (08:40 +0000)
committerlarrybr <larrybr@noemail.net>
Wed, 7 Jun 2023 08:40:31 +0000 (08:40 +0000)
commitbc91738e665a6d1d18917da69df3eccbfc6e92c4
treea2c2fbf1b78809d559489e7cec08007910963744
parent25e87ed1baa41de59ca37a5cda65a2104916632a
Add a C-source spell-checking facility. make misspell (on Nix)

FossilOrigin-Name: 26c1bb4bd9e9f56613c3aa87407a7f562fd4ebde5bfd6dece02078001d9a45f8
69 files changed:
Makefile.in
manifest
manifest.uuid
src/alter.c
src/auth.c
src/bitvec.c
src/btmutex.c
src/btree.c
src/btreeInt.h
src/build.c
src/delete.c
src/expr.c
src/func.c
src/hash.c
src/hwtime.h
src/insert.c
src/json.c
src/main.c
src/mem1.c
src/mutex_unix.c
src/mutex_w32.c
src/os.c
src/os_unix.c
src/os_win.c
src/pager.c
src/pcache.c
src/pcache1.c
src/pragma.c
src/prepare.c
src/resolve.c
src/rowset.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/sqliteLimit.h
src/tclsqlite.c
src/test1.c
src/test3.c
src/test6.c
src/test8.c
src/test_devsym.c
src/test_init.c
src/test_intarray.h
src/test_md5.c
src/test_multiplex.c
src/test_multiplex.h
src/test_pcache.c
src/test_quota.c
src/test_vfstrace.c
src/test_windirent.h
src/util.c
src/vacuum.c
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbesort.c
src/vtab.c
src/wal.c
src/walker.c
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c
src/window.c
tool/custom.txt [new file with mode: 0644]
tool/spellsift.tcl [new file with mode: 0755]