]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix mixing quote excapes in an awk script. Ticket #2877. (CVS 4702)
authordrh <drh@noemail.net>
Thu, 10 Jan 2008 00:08:43 +0000 (00:08 +0000)
committerdrh <drh@noemail.net>
Thu, 10 Jan 2008 00:08:43 +0000 (00:08 +0000)
FossilOrigin-Name: 05fbca91085cb1b271a05e62181596b4f6f1bb9e

manifest
manifest.uuid
mkopcodeh.awk

index dece3be7829547c987d0a128f00ebefaf53e8a57..300261c5660201a47c81de138fb9c88cc008bca1 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\stest\sscript\sproblem\sassociated\swith\sthe\snew\scrash4.test\sfile.\nTicket\s#2882.\s(CVS\s4701)
-D 2008-01-09T23:21:25
+C Fix\smixing\squote\sexcapes\sin\san\sawk\sscript.\s\sTicket\s#2877.\s(CVS\s4702)
+D 2008-01-10T00:08:43
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 30789bf70614bad659351660d76b8e533f3340e9
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -69,7 +69,7 @@ F mkdll.sh 5f8438dcac98e795d7df6529159a1ec566de0183
 F mkextu.sh 416f9b7089d80e5590a29692c9d9280a10dbad9f
 F mkextw.sh 1a866b53637dab137191341cc875575a5ca110fb
 F mkopcodec.awk 3fb9bf077053c968451f4dd03d11661ac373f9d1
-F mkopcodeh.awk 165780c5d75f55fbfa02ed9bedb6eef74b9d81da
+F mkopcodeh.awk 754a156fc83d47933c985186fba7fc800f88d2e1
 F mkso.sh 24bde4c09e6fe80f718db3c31c068f45e13a2f2c
 F publish.sh 1c0658c63d70f182a8f5e17cc28422f1b237f51d
 F publish_osx.sh eca87df1e3d43d128d97d3261fd48b3d6877996e
@@ -605,7 +605,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P e3cf1c1c114bcda8fe577beb5ee55b4a651b96db
-R 8c9d6bdbcbd5a14126261bcc06d252cc
+P 1134c5ea7116bb2f342ccf09548d075c308c427b
+R 965fc5391bf9a2a36bfcbb9b6a1fc252
 U drh
-Z c3c2e177ab159551751e71eb77af0549
+Z b84d4a6ab04978dba07488e081c74e60
index 217b102d8e1934dc34d4ce9d0d28bc21c22eff9c..1374695cbbc5b272469b5ae7329a0259e52d2d50 100644 (file)
@@ -1 +1 @@
-1134c5ea7116bb2f342ccf09548d075c308c427b
\ No newline at end of file
+05fbca91085cb1b271a05e62181596b4f6f1bb9e
\ No newline at end of file
index b40b4fdba92a1446f78f0146689880ddf79c3aa1..2b57a41622d6962a51ebde6867a93d57c5582d19 100644 (file)
@@ -143,7 +143,7 @@ END {
   }
   print "\n"
   print "/* Properties such as \"out2\" or \"jump\" that are specified in"
-  print "** comments following the "case" for each opcode in the vdbe.c"
+  print "** comments following the \"case\" for each opcode in the vdbe.c"
   print "** are encoded into bitvectors as follows:"
   print "*/"
   print "#define OPFLG_JUMP            0x0001  /* jump:  P2 holds jmp target */"