From: drh Date: Mon, 20 Jun 2011 15:24:22 +0000 (+0000) Subject: Enable crnl to nl translation for the mksqlite3c.tcl script. X-Git-Tag: version-3.7.7~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ced174b1891e07a6ab68ab31be54b9008a5f2c12;p=thirdparty%2Fsqlite.git Enable crnl to nl translation for the mksqlite3c.tcl script. FossilOrigin-Name: 161379d205455a7a4927a76efd4da75a98182854 --- diff --git a/manifest b/manifest index 8f235c6a0b..317e3f3664 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Update\ssome\stest\scases\sin\sfts4aa.test. -D 2011-06-20T12:24:26.051 +C Enable\scrnl\sto\snl\stranslation\sfor\sthe\smksqlite3c.tcl\sscript. +D 2011-06-20T15:24:22.735 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -919,7 +919,7 @@ F tool/lempar.c 01ca97f87610d1dac6d8cd96ab109ab1130e76dc F tool/mkkeywordhash.c d2e6b4a5965e23afb80fbe74bb54648cd371f309 F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97 -F tool/mksqlite3c.tcl b23027b185d3e7c7a1803c6f977f68bebd7bc3ec +F tool/mksqlite3c.tcl 1fa0ed9cfdc768bf5de7e65fda8d97a46dd2a7e6 F tool/mksqlite3h.tcl 78013ad79a5e492e5f764f3c7a8ef834255061f8 F tool/mksqlite3internalh.tcl 7b43894e21bcb1bb39e11547ce7e38a063357e87 F tool/omittest.tcl b1dd290c1596e0f31fd335160a74ec5dfea3df4a @@ -946,7 +946,7 @@ F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh 347d974d143cf132f953b565fbc03026f19fcb4d -P e539d08a4dda073dc67dc39a104f89374d3bd8e9 -R b083bc1ea242b4cf982414de51a9029e -U dan -Z ae813637c1aa99808ee254198982947e +P 65e5f7706d3b6784f9cce315478d7623d6d7e7d9 +R 007272672581ae30c53290e580616a46 +U drh +Z 7e79762a0452996acbedf9f219efade9 diff --git a/manifest.uuid b/manifest.uuid index 7bb69a8a8c..a60cc2ee65 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -65e5f7706d3b6784f9cce315478d7623d6d7e7d9 \ No newline at end of file +161379d205455a7a4927a76efd4da75a98182854 \ No newline at end of file diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index b56eaea0c2..a834cab2f1 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -47,7 +47,7 @@ close $in # set out [open sqlite3.c w] # Force the output to use unix line endings, even on Windows. -# fconfigure $out -translation lf +fconfigure $out -translation lf set today [clock format [clock seconds] -format "%Y-%m-%d %H:%M:%S UTC" -gmt 1] puts $out [subst \ {/******************************************************************************