]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update the amalgamation builder for the latest changes. (CVS 3955)
authordrh <drh@noemail.net>
Tue, 8 May 2007 17:59:42 +0000 (17:59 +0000)
committerdrh <drh@noemail.net>
Tue, 8 May 2007 17:59:42 +0000 (17:59 +0000)
FossilOrigin-Name: becd64d3615fc5738da4c70610d8849e0a70bed8

manifest
manifest.uuid
tool/mksqlite3c.tcl
tool/mksqlite3internalh.tcl

index 12485d12848da6a58158e18deac3cdfc2dff04c6..0c39da4d66d5a6c9921c8a5a82fdbc8b1a980c98 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sa\sfew\smore\stests\sto\ssqllimit1.test.\s(CVS\s3954)
-D 2007-05-08T17:54:44
+C Update\sthe\samalgamation\sbuilder\sfor\sthe\slatest\schanges.\s(CVS\s3955)
+D 2007-05-08T17:59:42
 F Makefile.in 87b200ad9970907f76df734d29dff3d294c10935
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -420,8 +420,8 @@ F tool/memleak2.awk 9cc20c8e8f3c675efac71ea0721ee6874a1566e8
 F tool/memleak3.tcl 7707006ee908cffff210c98158788d85bb3fcdbf
 F tool/mkkeywordhash.c fe15d1cbc61c2b0375634b6d8c1ef24520799ea0
 F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e x
-F tool/mksqlite3c.tcl 3664556f06f7e4acd81552195ea2a9f16b887dcc
-F tool/mksqlite3internalh.tcl a85bb0c812db1a060e6e6dfab4e4c817f53d194b
+F tool/mksqlite3c.tcl b5048f0ed110530e79b25813474fde07f9d20906
+F tool/mksqlite3internalh.tcl 09152fdc0c5fd779a3ac5759a043f08d2f609248
 F tool/omittest.tcl e6b3d6a1285f9813bc1dea53bb522b4b72774710
 F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
 F tool/report1.txt 9eae07f26a8fc53889b45fc833a66a33daa22816
@@ -486,7 +486,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 6368222558d00f968b49f862bfe672573e86fbcf
-R 541b5ed0a61fd6eb94981d0681be1b3d
-U danielk1977
-Z 321f5051478036089eb587718ff52d9f
+P eeee6b71e5643511320cbe15bafa170cfd02877f
+R 01b9b636a7a301d253d538f5cdf5ad59
+U drh
+Z eb1e3110c9caaf6d8ddbfd28c7a99cd5
index 71a6aa679ca3417c6f761ff640df5aa89cc9212e..c92e0c3326868de9217a9102c3bfe5dfef48d9b2 100644 (file)
@@ -1 +1 @@
-eeee6b71e5643511320cbe15bafa170cfd02877f
\ No newline at end of file
+becd64d3615fc5738da4c70610d8849e0a70bed8
\ No newline at end of file
index ec9e7a1a3fd6b6129c2735e7e2c2e3892257b12f..d31b22b426b14e5a0f115e1295286b9ab0cfc893 100644 (file)
@@ -75,6 +75,7 @@ foreach hdr {
    btreeInt.h
    hash.h
    keywordhash.h
+   limit.h
    opcodes.h
    os_common.h
    os.h
index 6bc2e5bbaca4302ee3f32de48a73f54f61abfac1..26a5f032bc7aa5df30dd3bf0dcc5d8718012c180 100644 (file)
@@ -54,8 +54,10 @@ puts $out [subst \
 #
 foreach hdr {
    btree.h
+   btreeInt.h
    hash.h
    keywordhash.h
+   limits.h
    opcodes.h
    os_common.h
    os.h