]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix errors in the EBCDIC upper-case to lower-case translation table.
authordrh <drh@noemail.net>
Thu, 19 Feb 2015 17:16:14 +0000 (17:16 +0000)
committerdrh <drh@noemail.net>
Thu, 19 Feb 2015 17:16:14 +0000 (17:16 +0000)
FossilOrigin-Name: 905009f6723040d4da4776b6fd07e83c628dea2b

manifest
manifest.uuid
src/global.c

index 438d907e73e4f5411e1c93fa68852a3c9360a86b..116b2466ba7487e69bcfa07d58b2988c98a4a624 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sa\sredundant\scall\sto\sstatfs()\sin\sthe\sxOpen()\smethod\sof\sthe\sunix\sVFS.\nAlso\sfix\san\sunused\slocal\svariable\swarning.
-D 2015-02-19T16:12:04.194
+C Fix\serrors\sin\sthe\sEBCDIC\supper-case\sto\slower-case\stranslation\stable.
+D 2015-02-19T17:16:14.345
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 6b9e7677829aa94b9f30949656e27312aefb9a46
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -186,7 +186,7 @@ F src/expr.c 3ef111b88ae2941b84b6b6ea4be8d501ba1af0cb
 F src/fault.c 160a0c015b6c2629d3899ed2daf63d75754a32bb
 F src/fkey.c e0444b61bed271a76840cbe6182df93a9baa3f12
 F src/func.c f7f0f44b0a2cb568a9c42b1b07e613380ee0b9c6
-F src/global.c 12561d70a1b25f67b21154622bb1723426724f75
+F src/global.c 4f77cadbc5427d00139ba43d0f3979804cbb700e
 F src/hash.c 4263fbc955f26c2e8cdc0cf214bc42435aa4e4f5
 F src/hash.h c8f3c31722cf3277d03713909761e152a5b81094
 F src/hwtime.h d32741c8f4df852c7d959236615444e2b1063b08
@@ -1239,7 +1239,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 81f242e338d6122e27aad86986bfd140012c6582
-R 02e43373b368494c6578c4a98382bae8
+P 8215727dda384351765ab1d5c53ea80775b4ec65
+R ed42099f889d81b7ba10262d93840087
 U drh
-Z 3ab050a0ccd2941539e2053f07648364
+Z c9abd15eefd1ceffcd5e72613bc587bc
index 1991f8fafa9fe1382e39daa65996c1b5e5b78aef..e2d70db74c630a91737d0940e8949beb70dde3db 100644 (file)
@@ -1 +1 @@
-8215727dda384351765ab1d5c53ea80775b4ec65
\ No newline at end of file
+905009f6723040d4da4776b6fd07e83c628dea2b
\ No newline at end of file
index c7043bba48fc74f79976459a06c07cf695b2bb98..61450b3d3570f27ae4dddfe51921797542831d42 100644 (file)
@@ -46,16 +46,16 @@ const unsigned char sqlite3UpperToLower[] = {
      48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, /* 3x */
      64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, /* 4x */
      80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, /* 5x */
-     96, 97, 66, 67, 68, 69, 70, 71, 72, 73,106,107,108,109,110,111, /* 6x */
-    112, 81, 82, 83, 84, 85, 86, 87, 88, 89,122,123,124,125,126,127, /* 7x */
+     96, 97, 98, 99,100,101,102,103,104,105,106,107,108,109,110,111, /* 6x */
+    112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127, /* 7x */
     128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143, /* 8x */
-    144,145,146,147,148,149,150,151,152,153,154,155,156,157,156,159, /* 9x */
+    144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159, /* 9x */
     160,161,162,163,164,165,166,167,168,169,170,171,140,141,142,175, /* Ax */
     176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191, /* Bx */
     192,129,130,131,132,133,134,135,136,137,202,203,204,205,206,207, /* Cx */
     208,145,146,147,148,149,150,151,152,153,218,219,220,221,222,223, /* Dx */
-    224,225,162,163,164,165,166,167,168,169,232,203,204,205,206,207, /* Ex */
-    239,240,241,242,243,244,245,246,247,248,249,219,220,221,222,255, /* Fx */
+    224,225,162,163,164,165,166,167,168,169,234,235,236,237,238,239, /* Ex */
+    240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255, /* Fx */
 #endif
 };