From: stephan Date: Fri, 27 Sep 2024 03:16:01 +0000 (+0000) Subject: Disable the optional extending of JimTCL on the grounds of YAGNI. X-Git-Tag: major-relase~351^2~107 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8d2f6c13e32fbbac98a5608babbafdab1b28e9c7;p=thirdparty%2Fsqlite.git Disable the optional extending of JimTCL on the grounds of YAGNI. FossilOrigin-Name: f395c269d55c2b5ceb074f26d0b63f65b1f04ec513fe203c7e73e3a876b1f055 --- diff --git a/auto.def b/auto.def index d0c7be78b7..ba434d5d62 100644 --- a/auto.def +++ b/auto.def @@ -791,8 +791,11 @@ foreach {boolFlag featureFlag ifSetEvalThis} { } ######################################################################## -# Extend JimTCL a bit... -if {"" ne [get-define CFLAGS_JIMSH]} { +# Maybe extend JimTCL a bit. As of this writing (2024-09-27) it only +# needs -DHAVE_REALPATH or -DHAVE__FULLPATH to be compatible with our +# code generators. It can, however, be slightly extended via +# easy-to-detect features, should we need them. +if {0 && "" ne [get-define CFLAGS_JIMSH]} { foreach jimFunc {opendir fsync isascii} { if {[cc-check-functions $jimFunc]} { define-append CFLAGS_JIMSH -DHAVE_[string toupper $jimFunc] diff --git a/manifest b/manifest index 5efe4184b7..37b726c7c3 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C General\sauto.def\scleanups,\smostly\saround\sJimTCL.\sSwap\sout\simpl\sfor\sthe\ssqlite_cfg.h\sgenerator\s-\sthis\sapproach\sis\slower-maintenance\s(requires\sno\shand-maintained\stemplate)\sbut\smay\snot\sbe\scompatible\swith\sexpectations. -D 2024-09-27T03:04:16.754 +C Disable\sthe\soptional\sextending\sof\sJimTCL\son\sthe\sgrounds\sof\sYAGNI. +D 2024-09-27T03:16:01.551 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -14,7 +14,7 @@ F art/icon-80x90.gif 65509ce3e5f86a9cd64fe7fca2d23954199f31fe44c1e09e208c80fb83d F art/sqlite370.eps aa97a671332b432a54e1d74ff5e8775be34200c2 F art/sqlite370.ico af56c1d00fee7cd4753e8631ed60703ed0fc6e90 F art/sqlite370.jpg d512473dae7e378a67e28ff96a34da7cb331def2 -F auto.def 16cabd934d00c8c69fa28f628b5236686c5bfb9f925ce3a8a50fd1caa8c4eedd +F auto.def 30290b22601486ec60f45fc43262fa0dadaf77b93f5cd69e272718913df45d94 F autoconf/INSTALL 83e4a25da9fd053c7b3665eaaaf7919707915903 F autoconf/Makefile.am adedc1324b6a87fdd1265ddd336d2fb7d4f36a0e77b86ea553ae7cc4ea239347 F autoconf/Makefile.fallback 22fe523eb36dfce31e0f6349f782eb084e86a5620b2b0b4f84a2d6133f53f5ac @@ -2233,8 +2233,8 @@ F vsixtest/vsixtest.tcl 6195aba1f12a5e10efc2b8c0009532167be5e301abe5b31385638080 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P b31dbb9945d0ac5e22d146565443bcdc0dd1a1c83034cfb5867b2303ada2bdea -R 559826a6b99ae3d6f2212d863a4322c6 +P da197946dbaacedb6e74827db9b5dd195d4aaf78ad9411a14aca732ab77917c6 +R ab854d117274fb20de9c561e9133e97f U stephan -Z 5d3d66ed442efd8056a05e7c3e59ac1d +Z 4cbb4cf43f8c57e15bc8dd370627f837 # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 006e487e4a..f7586c2e1c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -da197946dbaacedb6e74827db9b5dd195d4aaf78ad9411a14aca732ab77917c6 +f395c269d55c2b5ceb074f26d0b63f65b1f04ec513fe203c7e73e3a876b1f055