]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix an obsolete comment in the func.c source file. No changes to code.
authordrh <drh@noemail.net>
Wed, 6 Aug 2014 11:49:31 +0000 (11:49 +0000)
committerdrh <drh@noemail.net>
Wed, 6 Aug 2014 11:49:31 +0000 (11:49 +0000)
FossilOrigin-Name: 7a145c9409e70b92946534eb44c2e205f7309897

manifest
manifest.uuid
src/func.c

index 25d96a1c40303dba322c33c8ed2f52b87f5a3537..80a3330a4dbbc1a18ebff88f6c76b1afd19b24b1 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Merge\sin\sthe\sfix\sfor\sthe\sInterlockedCompareExchange()\sbuild\sissue.
-D 2014-08-06T03:16:56.688
+C Fix\san\sobsolete\scomment\sin\sthe\sfunc.c\ssource\sfile.\s\sNo\schanges\sto\scode.
+D 2014-08-06T11:49:31.740
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 639859a6f81bd15921ccd56ddbd6dfd335278377
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -193,7 +193,7 @@ F src/delete.c 50b74c1dde25d1ebcb4fa5c870762e6470ee46f1
 F src/expr.c f749009cf4a8534efb5e0d5cd7c9fb1fb0f2836c
 F src/fault.c 160a0c015b6c2629d3899ed2daf63d75754a32bb
 F src/fkey.c 8545f3b36da47473e10800ea4fb0810fd4062514
-F src/func.c 3bc223ea36cd29a91c481485343d0ee4257ab8dc
+F src/func.c bbb724b74ed96ca42675a7274646a71dd52bcda7
 F src/global.c 1e4bd956dc2f608f87d2a929abc4a20db65f30e4
 F src/hash.c d139319967164f139c8d1bb8a11b14db9c4ba3cd
 F src/hash.h 8890a25af81fb85a9ad7790d32eedab4b994da22
@@ -1200,7 +1200,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 68a6d5e2f43702c78057ae2f2a7345c981d24e17 7be244ce129d6502f3a3e3f3e8a1dd61ef71d878
-R 895a81415e1d620e3196223591337e06
+P 091aa5f1047f0ec984a69ab1f356c1960813b77b
+R f8322f66146340bee955eb1bc05e0bbb
 U drh
-Z 282de6283138a0396ca3a1a5b524cbe0
+Z 2907f648c6e2ceca10c49409542f13ae
index 96790e81874c99d7a9e4082d29c04f0ab2e60816..374a6b101e53b6ae29d0eb3c670d212b5e434902 100644 (file)
@@ -1 +1 @@
-091aa5f1047f0ec984a69ab1f356c1960813b77b
\ No newline at end of file
+7a145c9409e70b92946534eb44c2e205f7309897
\ No newline at end of file
index efbb3efbb75ee8760946d4958e3d272a0ba4bbb5..dbc837554118472c507a95bf44f94094b117e0eb 100644 (file)
@@ -9,12 +9,9 @@
 **    May you share freely, never taking more than you give.
 **
 *************************************************************************
-** This file contains the C functions that implement various SQL
-** functions of SQLite.  
-**
-** There is only one exported symbol in this file - the function
-** sqliteRegisterBuildinFunctions() found at the bottom of the file.
-** All other code has file scope.
+** This file contains the C-language implementions for many of the SQL
+** functions of SQLite.  (Some function, and in particular the date and
+** time functions, are implemented separately.)
 */
 #include "sqliteInt.h"
 #include <stdlib.h>