Fossil SCM
Fix the "makefile.wiki" document to state that the "shell.c" is now an exact copy of the same file from SQLite.
Commit
9e1859606fc20f4b6c474e68723b4282833b7994
Parent
a675783882d6290…
1 file changed
+2
-3
+2
-3
| --- www/makefile.wiki | ||
| +++ www/makefile.wiki | ||
| @@ -42,13 +42,12 @@ | ||
| 42 | 42 | The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a |
| 43 | 43 | standard [http://www.sqlite.org/amalgamation.html | amalgamation]. |
| 44 | 44 | The shell.c source file is code for the SQLite |
| 45 | 45 | [http://www.sqlite.org/sqlite.html | command-line shell] that is used |
| 46 | 46 | to help implement the [/help/sqlite3 | fossil sql] command. The |
| 47 | -shell.c source file has been modified slightly from the standard | |
| 48 | -shell.c file in the SQLite release. Search for "Fossil Patch" in | |
| 49 | -the shell.c source file of Fossil to see the changes. | |
| 47 | +shell.c source file is also a byte-for-byte copy of the | |
| 48 | +shell.c file from the SQLite release. | |
| 50 | 49 | |
| 51 | 50 | The TH1 script engine is implemented using files: |
| 52 | 51 | |
| 53 | 52 | 7. th.c |
| 54 | 53 | 8. th.h |
| 55 | 54 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -42,13 +42,12 @@ | |
| 42 | The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a |
| 43 | standard [http://www.sqlite.org/amalgamation.html | amalgamation]. |
| 44 | The shell.c source file is code for the SQLite |
| 45 | [http://www.sqlite.org/sqlite.html | command-line shell] that is used |
| 46 | to help implement the [/help/sqlite3 | fossil sql] command. The |
| 47 | shell.c source file has been modified slightly from the standard |
| 48 | shell.c file in the SQLite release. Search for "Fossil Patch" in |
| 49 | the shell.c source file of Fossil to see the changes. |
| 50 | |
| 51 | The TH1 script engine is implemented using files: |
| 52 | |
| 53 | 7. th.c |
| 54 | 8. th.h |
| 55 |
| --- www/makefile.wiki | |
| +++ www/makefile.wiki | |
| @@ -42,13 +42,12 @@ | |
| 42 | The sqlite3.c and sqlite3.h source files are byte-for-byte copies of a |
| 43 | standard [http://www.sqlite.org/amalgamation.html | amalgamation]. |
| 44 | The shell.c source file is code for the SQLite |
| 45 | [http://www.sqlite.org/sqlite.html | command-line shell] that is used |
| 46 | to help implement the [/help/sqlite3 | fossil sql] command. The |
| 47 | shell.c source file is also a byte-for-byte copy of the |
| 48 | shell.c file from the SQLite release. |
| 49 | |
| 50 | The TH1 script engine is implemented using files: |
| 51 | |
| 52 | 7. th.c |
| 53 | 8. th.h |
| 54 |