From: drh Date: Tue, 18 Aug 2015 12:59:58 +0000 (+0000) Subject: Comment clarification. No changes to code. X-Git-Tag: version-3.9.0~204^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0042a9785c54fc73c1064d8584a7a688705b03d4;p=thirdparty%2Fsqlite.git Comment clarification. No changes to code. FossilOrigin-Name: 71a966952cf8f1d699cf8362ea3f6204c6e16384 --- diff --git a/ext/misc/json.c b/ext/misc/json.c index e980b52de6..274749726d 100644 --- a/ext/misc/json.c +++ b/ext/misc/json.c @@ -85,8 +85,8 @@ struct JsonNode { u8 iVal; /* Replacement value when JNODE_REPLACE */ u32 n; /* Bytes of content, or number of sub-nodes */ union { - const char *zJContent; /* JSON content */ - u32 iAppend; /* Appended content */ + const char *zJContent; /* Content for INT, REAL, and STRING */ + u32 iAppend; /* More terms for ARRAY and OBJECT */ } u; }; diff --git a/manifest b/manifest index 9469d276c7..c69e955bf7 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Initial\simplementation\sof\sjson_set()\sand\sjson_insert(). -D 2015-08-18T02:28:03.829 +C Comment\sclarification.\s\sNo\schanges\sto\scode. +D 2015-08-18T12:59:58.393 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 7669f34c487f5b328de6b508f374ee1e56558bb0 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -192,7 +192,7 @@ F ext/misc/eval.c f971962e92ebb8b0a4e6b62949463ee454d88fa2 F ext/misc/fileio.c d4171c815d6543a9edef8308aab2951413cd8d0f F ext/misc/fuzzer.c 4c84635c71c26cfa7c2e5848cf49fe2d2cfcd767 F ext/misc/ieee754.c b0362167289170627659e84173f5d2e8fee8566e -F ext/misc/json.c d4e2e960549ec023e56f74ee72343416f5f9ef17 +F ext/misc/json.c 3b265167a9f8f006042bf0226a838c773a098c03 F ext/misc/nextchar.c 35c8b8baacb96d92abbb34a83a997b797075b342 F ext/misc/percentile.c bcbee3c061b884eccb80e21651daaae8e1e43c63 F ext/misc/regexp.c af92cdaa5058fcec1451e49becc7ba44dba023dc @@ -1374,7 +1374,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 3c4bee65d93efc7f03f0f11817a068b02068d37c -R 1a1455dd49cebbaac366ccfaac1c0acb +P 4aa49656d98e2894f2faa8963f79462ee6165d40 +R c3c28209f7dd1255986fe872c35f7d65 U drh -Z 7cdd28284db3ca2451d1af500f69309d +Z 63f1a876b018989d4396ee5737a9cb33 diff --git a/manifest.uuid b/manifest.uuid index bb7757d569..787f49ef02 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4aa49656d98e2894f2faa8963f79462ee6165d40 \ No newline at end of file +71a966952cf8f1d699cf8362ea3f6204c6e16384 \ No newline at end of file