Tamp down various harmless compiler warnings. Use "int" in places instead of...
Tamp down various harmless compiler warnings. Use "int" in places instead of "u16" or "i16" since the compiler complains less and generates faster code. (tags: trunk)
View ArticleReplace --dll-basename=none with --dll-basename=default. (tags:...
Replace --dll-basename=none with --dll-basename=default. (tags: configure-dll-support)
View ArticleUpdate the help text to account for [35b1c32f80b9]. (tags:...
Update the help text to account for [35b1c32f80b9]. (tags: configure-dll-support)
View ArticlePrototype implementation of the unistr() SQL function. (tags: unistr)
Prototype implementation of the unistr() SQL function. (tags: unistr)
View ArticleEnhance the %Q, %q, and %w printf conversions so that if the alternate-form...
Enhance the %Q, %q, and %w printf conversions so that if the alternate-form flag # is present, they transform backslash and control characters into unistr()-style backslash escape codes. (tags: unistr)
View ArticleThe %#Q conversion now adds unistr('...') around the converted string if...
The %#Q conversion now adds unistr('...') around the converted string if escape characters were inserted. %#w now works just like %w as escape sequences inside of identifiers are not recognized. (tags:...
View ArticleInternal configure doc cleanups. Apply the [5ecbe7ddc4] unix-on-windows DLL...
Internal configure doc cleanups. Apply the [5ecbe7ddc4] unix-on-windows DLL install dir fix to the canonical build. (tags: configure-dll-support)
View ArticleInternal cleanups to how certain linker flags are tested. (tags:...
Internal cleanups to how certain linker flags are tested. (tags: configure-dll-support)
View ArticleAdd (disabled) infrastructure for disabling use of the rpath linker flag....
Add (disabled) infrastructure for disabling use of the rpath linker flag. This is a proactive precautionary measure because how the rpath is used does not match up with what the unix-on-windows...
View ArticleWork toward VT100-safe output from the CLI by default. (tags: unistr)
Work toward VT100-safe output from the CLI by default. (tags: unistr)
View ArticleFurther improvements to control-character escapes in the CLI. (tags: unistr)
Further improvements to control-character escapes in the CLI. (tags: unistr)
View ArticleThree different --escape modes: symbol, ascii, off. (tags: unistr)
Three different --escape modes: symbol, ascii, off. (tags: unistr)
View ArticleMake column output modes in the CLI responsive to the --escape setting....
Make column output modes in the CLI responsive to the --escape setting. (tags: unistr)
View ArticleUpdate jimsh0.c from upstream autosetup to address...
Update jimsh0.c from upstream autosetup to address [https://github.com/msteveb/autosetup/issues/75|autosetup ticket #75], triggered by this build in the Gentoo project. (tags: configure-dll-support)
View ArticleAdd some internal notes about potential changes for the rpath flag handling....
Add some internal notes about potential changes for the rpath flag handling. (tags: configure-dll-support)
View ArticleConfigure-internal doc tweaks. Fix the distclean rules for libsqlite3.dll.a...
Configure-internal doc tweaks. Fix the distclean rules for libsqlite3.dll.a on msys/cygwin/mingw, broken when the DLL basename was changed for those platforms. (tags: configure-dll-support)
View ArticleFurther consolidation of the main auto.def and the autoconf auto.def content...
Further consolidation of the main auto.def and the autoconf auto.def content into sqlite-config.tcl. (tags: configure-dll-support)
View ArticleMove the configure output about the SQLite version and build dirs up, so that...
Move the configure output about the SQLite version and build dirs up, so that they appear before any tests for the C compiler and such. (tags: configure-dll-support)
View Article*MERGE* Merge latest changes from trunk into this branch. (tags:...
*MERGE* Merge latest changes from trunk into this branch. (tags: win32-enable-setlk)
View ArticleFurther consolidation of auto.def and autoconf/auto.def. Note in configure...
Further consolidation of auto.def and autoconf/auto.def. Note in configure --help that --disable-largefile is a legacy option which has no effect on the library but may influence the generated...
View Article