]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Doc style fixes.
authorstephan <stephan@noemail.net>
Thu, 24 Aug 2023 15:42:08 +0000 (15:42 +0000)
committerstephan <stephan@noemail.net>
Thu, 24 Aug 2023 15:42:08 +0000 (15:42 +0000)
FossilOrigin-Name: 862f9828e078ae138c3533658c45e4c45155975794e752b9b3a71a693842f37a

ext/jni/README.md
manifest
manifest.uuid

index 9fe49ba4da1e00813e53736bc684e1a8d8b4e828..1c8ab4a9d84eb7931fc34f65a632f0c16cd506d1 100644 (file)
@@ -43,11 +43,11 @@ Non-goals:
 - Creation of high-level OO wrapper APIs. Clients are free to create
   them off of the C-style API.
 
-- Support for mixed-mode operation, where client code accesses SQLite3
+- Support for mixed-mode operation, where client code accesses SQLite
   both via the Java-side API and the C API via their own native
   code. In such cases, proxy functionalities (primarily callback
   handler wrappers of all sorts) may fail because the C-side use of
-  the sqlite3 APIs will bypass those proxies.
+  the SQLite APIs will bypass those proxies.
 
 
 Hello World
index 55422aa993eb66889385e8f9ad84fc2e4077955e..875bc7a4b2140092ce1596f07931661536161982 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\snew\snon-goal\sto\sthe\sJNI\sREADME.md.
-D 2023-08-24T15:11:28.172
+C Doc\sstyle\sfixes.
+D 2023-08-24T15:42:08.168
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -233,7 +233,7 @@ F ext/icu/README.txt 7ab7ced8ae78e3a645b57e78570ff589d4c672b71370f5aa9e1cd7024f4
 F ext/icu/icu.c c074519b46baa484bb5396c7e01e051034da8884bad1a1cb7f09bbe6be3f0282
 F ext/icu/sqliteicu.h fa373836ed5a1ee7478bdf8a1650689294e41d0c89c1daab26e9ae78a32075a8
 F ext/jni/GNUmakefile 2e17aae8debf0b0ee12010500eae7bd9557f8ad5554f0161c39a41f229e84e3e
-F ext/jni/README.md 84e67bac56770101c23bff675ab0689d1fa902e8b093959eff5a0c412159b77c
+F ext/jni/README.md 9d3caa2e038bfe5e8356a9e8ff66f93ca0647ac278339eeea296f10017f5cf35
 F ext/jni/jar-dist.make 030aaa4ae71dd86e4ec5e7c1e6cd86f9dfa47c4592c070d2e35157e42498e1fa
 F ext/jni/src/c/sqlite3-jni.c d7d6d420f2a13d55828cee19ba17a37c4244532dafbc5822582d7fd52ae2aaf0
 F ext/jni/src/c/sqlite3-jni.h cc24d6742b29a52338ffd3b47caf923facb8ae77f9c2fc9c2de82673bf339ea2
@@ -2094,8 +2094,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 3739c8aa7080d8e1044ca51ab7b699b50da4d29620b35acfcea2745059b65bac
-R 56fa7f8d8a5bc26205acb574e7ed0a30
+P 53000cdae9b265752f8d8616679da621a571a6590c6eaeca23cf87a0e13aa4c4
+R 8df76b9c961752a2b50a8bb41ef16d24
 U stephan
-Z 25449f71cf63b75fe626873474e07663
+Z ce40bd6a5799196ea7241aee36380622
 # Remove this line to create a well-formed Fossil manifest.
index fc2178b372b1511eca978a765a1ec5daf0974d4a..fbb96c440f6b88adc026e1bad2892bf529b85d04 100644 (file)
@@ -1 +1 @@
-53000cdae9b265752f8d8616679da621a571a6590c6eaeca23cf87a0e13aa4c4
\ No newline at end of file
+862f9828e078ae138c3533658c45e4c45155975794e752b9b3a71a693842f37a
\ No newline at end of file