Fossil SCM
Now really add utf16be.txt. Compile fossil on Cygwin using -DSQLITE_OMIT_CTE (for test purposes only)
Commit
511eecb0e193715242b657a0d4a3a289f51d51e2
Parent
7e9633a9b3f086c…
3 files changed
+1
-1
+1
-1
+1
-1
| --- Makefile.Cygwin.in | ||
| +++ Makefile.Cygwin.in | ||
| @@ -42,11 +42,11 @@ | ||
| 42 | 42 | INSTALLDIR =$(DESTDIR)@prefix@/bin |
| 43 | 43 | USE_SYSTEM_SQLITE = @USE_SYSTEM_SQLITE@ |
| 44 | 44 | FOSSIL_ENABLE_TCL = @FOSSIL_ENABLE_TCL@ |
| 45 | 45 | FOSSIL_ENABLE_TCL_STUBS = @FOSSIL_ENABLE_TCL_STUBS@ |
| 46 | 46 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = @FOSSIL_ENABLE_TCL_PRIVATE_STUBS@ |
| 47 | -SQLITE_CFLAGS += -DSQLITE_WIN32_NO_ANSI -DSQLITE_WINNT_MAX_PATH_CHARS=4096 | |
| 47 | +SQLITE_CFLAGS += -DSQLITE_WIN32_NO_ANSI -DSQLITE_WINNT_MAX_PATH_CHARS=4096 -DSQLITE_OMIT_CTE | |
| 48 | 48 | |
| 49 | 49 | include $(SRCDIR)/main.mk |
| 50 | 50 | |
| 51 | 51 | distclean: clean |
| 52 | 52 | rm -f autoconfig.h config.log Makefile |
| 53 | 53 | |
| 54 | 54 | ADDED test/utf16be.txt |
| --- Makefile.Cygwin.in | |
| +++ Makefile.Cygwin.in | |
| @@ -42,11 +42,11 @@ | |
| 42 | INSTALLDIR =$(DESTDIR)@prefix@/bin |
| 43 | USE_SYSTEM_SQLITE = @USE_SYSTEM_SQLITE@ |
| 44 | FOSSIL_ENABLE_TCL = @FOSSIL_ENABLE_TCL@ |
| 45 | FOSSIL_ENABLE_TCL_STUBS = @FOSSIL_ENABLE_TCL_STUBS@ |
| 46 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = @FOSSIL_ENABLE_TCL_PRIVATE_STUBS@ |
| 47 | SQLITE_CFLAGS += -DSQLITE_WIN32_NO_ANSI -DSQLITE_WINNT_MAX_PATH_CHARS=4096 |
| 48 | |
| 49 | include $(SRCDIR)/main.mk |
| 50 | |
| 51 | distclean: clean |
| 52 | rm -f autoconfig.h config.log Makefile |
| 53 | |
| 54 | DDED test/utf16be.txt |
| --- Makefile.Cygwin.in | |
| +++ Makefile.Cygwin.in | |
| @@ -42,11 +42,11 @@ | |
| 42 | INSTALLDIR =$(DESTDIR)@prefix@/bin |
| 43 | USE_SYSTEM_SQLITE = @USE_SYSTEM_SQLITE@ |
| 44 | FOSSIL_ENABLE_TCL = @FOSSIL_ENABLE_TCL@ |
| 45 | FOSSIL_ENABLE_TCL_STUBS = @FOSSIL_ENABLE_TCL_STUBS@ |
| 46 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = @FOSSIL_ENABLE_TCL_PRIVATE_STUBS@ |
| 47 | SQLITE_CFLAGS += -DSQLITE_WIN32_NO_ANSI -DSQLITE_WINNT_MAX_PATH_CHARS=4096 -DSQLITE_OMIT_CTE |
| 48 | |
| 49 | include $(SRCDIR)/main.mk |
| 50 | |
| 51 | distclean: clean |
| 52 | rm -f autoconfig.h config.log Makefile |
| 53 | |
| 54 | DDED test/utf16be.txt |
Binary file
+1
-1
| --- test/utf16le.txt | ||
| +++ test/utf16le.txt | ||
| @@ -1,6 +1,6 @@ | ||
| 1 | -This file contains utf-16be text. | |
| 1 | +This file contains utf-16le text. | |
| 2 | 2 | The purpose for including this file in the Fossil |
| 3 | 3 | repository is to provide the ability to test Fossil's |
| 4 | 4 | handling of UTF-16 using its own repository. |
| 5 | 5 | |
| 6 | 6 | Browsing to this file in the web interface should display the file as |
| 7 | 7 |
| --- test/utf16le.txt | |
| +++ test/utf16le.txt | |
| @@ -1,6 +1,6 @@ | |
| 1 | This file contains utf-16be text. |
| 2 | The purpose for including this file in the Fossil |
| 3 | repository is to provide the ability to test Fossil's |
| 4 | handling of UTF-16 using its own repository. |
| 5 | |
| 6 | Browsing to this file in the web interface should display the file as |
| 7 |
| --- test/utf16le.txt | |
| +++ test/utf16le.txt | |
| @@ -1,6 +1,6 @@ | |
| 1 | This file contains utf-16le text. |
| 2 | The purpose for including this file in the Fossil |
| 3 | repository is to provide the ability to test Fossil's |
| 4 | handling of UTF-16 using its own repository. |
| 5 | |
| 6 | Browsing to this file in the web interface should display the file as |
| 7 |