-C If\smeta(3)>0\sthen\smake\sthe\sdatabase\sreadonly\sfor\snow.\s\sThis\sallows\sthe\scurrent\ndatabase\sto\sinteract\swith\sfuture\sreleases\sthat\smight\sinclude\sautovacuum.\s(CVS\s1888)
-D 2004-08-14T19:20:10
+C Fix\sa\stypo\sin\sa\scomment.\s(CVS\s1889)
+D 2004-08-17T10:42:55
F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F src/btree.c 14c20dfb320473a1fd4e37d43eba5e2afd606757
F src/btree.h 94dfec0a1722d33359b23e7e310f2b64ffedf029
F src/build.c 951a36b246d9f38f2340562bfdd6a96bf7433530
-F src/date.c a164e3a58f61306e82c5626e5fa16f861a9a7084
+F src/date.c edff4aa851eeca8abbc737dc3933a2f0671156ce
F src/delete.c e81545e546f6bc87d7508a93a09ca70695265af3
F src/encode.c a876af473d1d636faa3dca51c7571f2e007eea37
F src/expr.c f11a1e5c489bc8f5cc83b10aa80f21e85f48141e
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P bb55894521848b6a9d8b516a3c7eeb3482936d7e
-R d4b24a8ba05379c1060c6d483ca4b2cb
+P 7619bf4771781005da23a3e9d7b00de405e27a64
+R 3fab28d30448c92b5729efc763860d05
U drh
-Z 660b1c4514e63b0b891d0f5f8d1e26a5
+Z 82fb33cabd0b5cd9f42772051414ee5b
-7619bf4771781005da23a3e9d7b00de405e27a64
\ No newline at end of file
+9af1d4d1456d32c2e15f73f79928572f3bfba6ae
\ No newline at end of file
** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
-** $Id: date.c,v 1.33 2004/08/08 20:22:17 drh Exp $
+** $Id: date.c,v 1.34 2004/08/17 10:42:55 drh Exp $
**
** NOTES:
**
/*
** weekday N
**
- ** Move the date to the same time on the next occurrance of
+ ** Move the date to the same time on the next occurrence of
** weekday N where 0==Sunday, 1==Monday, and so forth. If the
** date is already on the appropriate weekday, this is a no-op.
*/