Fix harmless compiler warning in the vfstrace extension. (tags: trunk)
Fix harmless compiler warning in the vfstrace extension. (tags: trunk)
View ArticleMove non-console FILE* I/O to {Read,Write}File() on Win32. (This is a WIP. It...
Move non-console FILE* I/O to {Read,Write}File() on Win32. (This is a WIP. It builds but needs more testing.) (tags: win-dupe-crt-fio)
View ArticleNew assert()s to help verify union access. No logic changes. Testing and...
New assert()s to help verify union access. No logic changes. Testing and validation code only. (tags: trunk)
View Article*MERGE* Sync with trunk. Buildable. (A WIP, to be further tested) (tags:...
*MERGE* Sync with trunk. Buildable. (A WIP, to be further tested) (tags: win-dupe-crt-fio)
View ArticleFix flub in cfWrite(). (for Win32) (tags: win-dupe-crt-fio)
Fix flub in cfWrite(). (for Win32) (tags: win-dupe-crt-fio)
View ArticlePassing shell tests on Linux and Windows. A number of FILE* API content...
Passing shell tests on Linux and Windows. A number of FILE* API content transfer calls are diverted to the consio library via macros. (tags: win-dupe-crt-fio)
View ArticleFix comment typo in the fileio.c extension. No changes to code. (tags: trunk)
Fix comment typo in the fileio.c extension. No changes to code. (tags: trunk)
View Articlewasm: replace much of the eval makefile spaghetti with equivalent code...
wasm: replace much of the eval makefile spaghetti with equivalent code generated from a small C app. It turns out that's easier to read and write than doing the same thing from shell or tcl code, due...
View ArticleTypo fix in makefile comments. (tags: wasm-build-rework)
Typo fix in makefile comments. (tags: wasm-build-rework)
View ArticleIn the CLI, when displaying results in a columnar format, take into account...
In the CLI, when displaying results in a columnar format, take into account zero-width and double-width Unicode characters. (tags: variable-width-char)
View ArticleFurther wasm build cleanups and tweaks. No functional changes. (tags:...
Further wasm build cleanups and tweaks. No functional changes. (tags: wasm-build-rework)
View ArticleRemove an ALWAYS() that can sometimes be false, with wildly incorrect SQL...
Remove an ALWAYS() that can sometimes be false, with wildly incorrect SQL inputs. dbsqlfuzz 707afcf73930de2624cdeca0ad1f0deea982dfea (tags: trunk)
View ArticleAlways use fputws() for output to a Windows command-line prompt. (tags:...
Always use fputws() for output to a Windows command-line prompt. (tags: cli-stdlib)
View ArticleUse _wfopen() instead of fopen() on Windows in the CLI. (tags: cli-stdlib)
Use _wfopen() instead of fopen() on Windows in the CLI. (tags: cli-stdlib)
View ArticleAvoid an error in sqlite3expert if the database has existing indexes on...
Avoid an error in sqlite3expert if the database has existing indexes on expressions. (tags: trunk)
View ArticleWasm build cleanups. Fix the wasm speedtest1 builds broken by yesterday's...
Wasm build cleanups. Fix the wasm speedtest1 builds broken by yesterday's refactoring. (tags: wasm-build-rework)
View ArticleMinor tweaks in mkwasmbuilds.c. (tags: wasm-build-rework)
Minor tweaks in mkwasmbuilds.c. (tags: wasm-build-rework)
View ArticleAdd the sqlite3_stdio.h library for Windows console I/O. (tags: cli-stdlib)
Add the sqlite3_stdio.h library for Windows console I/O. (tags: cli-stdlib)
View ArticleFix a memory leak in sqlite3expert.c introduced by [f1d76c86]. (tags: trunk)
Fix a memory leak in sqlite3expert.c introduced by [f1d76c86]. (tags: trunk)
View Article*MERGE* Merge trunk changes into this branch. (tags: fts5-tokendata-prefix)
*MERGE* Merge trunk changes into this branch. (tags: fts5-tokendata-prefix)
View Article