Work around a autosetup --help bug which only(?) triggers on tcl 8.6,...
Work around a autosetup --help bug which only(?) triggers on tcl 8.6, introduced by [9978c87139b7b042] and reported upstream as [https://github.com/msteveb/autosetup/issues/73|ticket #73]. Summary:...
View ArticleWork around autosetup --help quirk described in [6a21d6a2ed62]. (tags:...
Work around autosetup --help quirk described in [6a21d6a2ed62]. (tags: branch-3.49)
View ArticleSimplify the --help workaround introduced in [6a21d6a2ed]. (tags: trunk)
Simplify the --help workaround introduced in [6a21d6a2ed]. (tags: trunk)
View ArticleSimplify the --help workaround introduced in [6a21d6a2ed]. (tags: branch-3.49)
Simplify the --help workaround introduced in [6a21d6a2ed]. (tags: branch-3.49)
View ArticleMake failure to find pthreads support non-fatal unless --enable-threadsafe is...
Make failure to find pthreads support non-fatal unless --enable-threadsafe is specifically passed in. Build regression reported in [forum:8e0fdb8c0d|forum post 8e0fdb8c0d]. (tags: trunk)
View ArticleMake failure to find pthreads support non-fatal unless --enable-threadsafe is...
Make failure to find pthreads support non-fatal unless --enable-threadsafe is specifically passed in. Build regression reported in [forum:8e0fdb8c0d|forum post 8e0fdb8c0d]. (tags: branch-3.49)
View ArticleMore informative output for the pthread feature test. (tags: trunk)
More informative output for the pthread feature test. (tags: trunk)
View ArticleMore informative output for the pthread feature test. (tags: branch-3.49)
More informative output for the pthread feature test. (tags: branch-3.49)
View ArticleA cleaner workaround for [6a21d6a2], provided by autosetup's creator. (tags:...
A cleaner workaround for [6a21d6a2], provided by autosetup's creator. (tags: trunk)
View ArticleA cleaner workaround for [6a21d6a2]. (tags: branch-3.49)
A cleaner workaround for [6a21d6a2]. (tags: branch-3.49)
View ArticleDLL installation rules no longer create versioned symlinks on platforms where...
DLL installation rules no longer create versioned symlinks on platforms where the DLL extension is '.dll' (cygwin, msys2, etc.), as suggested in [forum:28bb79638844c328|forum post 28bb79638844c328]....
View ArticleAutomate update of the library version number in autoconf/tea/configure.ac as...
Automate update of the library version number in autoconf/tea/configure.ac as part of the tool/mkautoconfamal.sh process, per /chat discussion. (tags: trunk)
View ArticleDLL installation rules no longer create versioned symlinks on platforms where...
DLL installation rules no longer create versioned symlinks on platforms where the DLL extension is '.dll' (cygwin, msys2, etc.), as suggested in [forum:28bb79638844c328|forum post 28bb79638844c328]....
View ArticleAutomate update of the library version number in autoconf/tea/configure.ac as...
Automate update of the library version number in autoconf/tea/configure.ac as part of the tool/mkautoconfamal.sh process. (tags: branch-3.49)
View ArticleRemove tea version check from tool/srctree-check.tcl, as it's obsoleted by...
Remove tea version check from tool/srctree-check.tcl, as it's obsoleted by [be265559]. (tags: trunk)
View ArticleAn alternative implementation of the default-in-values feature that is...
An alternative implementation of the default-in-values feature that is cleaner (it avoids dodgy poking about in the parser LALR stack looking for errors) and has less performance impact in the common...
View ArticleFix the error message text for misuse of the DEFAULT keyword. (tags:...
Fix the error message text for misuse of the DEFAULT keyword. (tags: default-in-values-2)
View ArticleFixes to the INSERT of DEFAULT in VALUES clauses. Add the ability to UPDATE...
Fixes to the INSERT of DEFAULT in VALUES clauses. Add the ability to UPDATE to DEFAULT. (tags: default-in-values-2)
View ArticleBug fixes in the INSERT logic for VALUES containing DEFAULT terms. (tags:...
Bug fixes in the INSERT logic for VALUES containing DEFAULT terms. (tags: default-in-values-2)
View ArticleCleanup of the changes for this branch. (tags: default-in-values-2)
Cleanup of the changes for this branch. (tags: default-in-values-2)
View Article