Fix another T.exe typo and remove an outdated TODO. (tags: trunk)
Fix another T.exe typo and remove an outdated TODO. (tags: trunk)
View ArticleMinor doc updates. Remove two outdated todos. (tags: trunk)
Minor doc updates. Remove two outdated todos. (tags: trunk)
View ArticleWorkaround for a compiler-specific jimsh compilation error reported in...
Workaround for a compiler-specific jimsh compilation error reported in [forum:18e420d0b1404d63|forum post 18e420d0]. Reported upstream as [https://github.com/msteveb/jimtcl/issues/322|ticket #322]....
View Article*MERGE* If any autotools-conventional dir names are explicitly overridden via...
*MERGE* If any autotools-conventional dir names are explicitly overridden via ./configure --dirname=X then export those names as-is to the makefile, otherwise derive them from $prefix. This is, at...
View ArticleFix a CFLAGS.jimsh typo in Makefile.in. Change default jimsh flags to include...
Fix a CFLAGS.jimsh typo in Makefile.in. Change default jimsh flags to include -O1, which slows down its build but speeds up its runtime considerably. (tags: trunk)
View ArticleMove the .default-CFLAGS handling into a utility function, rename the...
Move the .default-CFLAGS handling into a utility function, rename the corresponding file to .env-VAR, and apply that lookup to a couple more places. (tags: trunk)
View ArticleMinor doc correction and proj.tcl-internal API renaming. (tags: trunk)
Minor doc correction and proj.tcl-internal API renaming. (tags: trunk)
View ArticleLatest upstream jimsh0.c, which accounts for the problem patched locally by...
Latest upstream jimsh0.c, which accounts for the problem patched locally by [29b944959568]. (tags: trunk)
View ArticleLatest upstream autosetup to get handling of (==ignoring) autotools'...
Latest upstream autosetup to get handling of (==ignoring) autotools' x-includes and x-libraries flags and stop leakage of some autosetup-init-level vars into auto.def's global scope. (tags: trunk)
View ArticleMinor internal doc additions. (tags: trunk)
Minor internal doc additions. (tags: trunk)
View ArticleWhen installing the shared lib, re-activate the accommodation of legacy-style...
When installing the shared lib, re-activate the accommodation of legacy-style .so links (removed in [80584e165e4]) based on two reports that not having those will cause all clients linked against the...
View ArticleEnsure that the ext/wasm fiddle build undefines certain shell feature flags...
Ensure that the ext/wasm fiddle build undefines certain shell feature flags which it cannot use but might be inherited from the top-level makefile. (tags: trunk)
View ArticleFix typo of --libexec ==> --libexecdir, discovered via audit of a downstream...
Fix typo of --libexec ==> --libexecdir, discovered via audit of a downstream build script. Unrelated doc touchups. (tags: trunk)
View ArticleFix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as...
Fix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as reported in [forum:7dd7c70038 | forum post 7dd7c70038]. (tags: trunk)
View ArticleFix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as...
Fix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as reported in [forum:7dd7c70038 | forum post 7dd7c70038]. (tags: branch-3.47)
View ArticleAvoid loading the entire record into memory for an sqlite3_preupdate_old()...
Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. (tags: trunk)
View ArticleAvoid loading the entire record into memory for an sqlite3_preupdate_old()...
Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. (tags: branch-3.46)
View ArticleEnsure that the database encoding is detected before the code generator gets...
Ensure that the database encoding is detected before the code generator gets too far down into byte-code generation and execution, but not so early that it interferes with initialization....
View ArticleFix harmless compiler warnings. (tags: trunk)
Fix harmless compiler warnings. (tags: trunk)
View ArticleFix the percentile extension so that works as an independent extension....
Fix the percentile extension so that works as an independent extension. [forum:/forumpost/ab25469a350e0488|Forum post ab25469a350e0488] (tags: trunk)
View Article