Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix wiki syntax error |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
000f2193b0965a9cd7d78fe37220d62a |
User & Date: | andygoth 2016-11-06 03:02:20.170 |
Context
2016-11-06
| ||
16:10 | Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". ... (check-in: 36e7558a user: andybradford tags: trunk) | |
03:02 | Fix wiki syntax error ... (check-in: 000f2193 user: andygoth tags: trunk) | |
03:01 | Clarify linenoise ... (check-in: 8a310633 user: andygoth tags: trunk) | |
Changes
Changes to www/makefile.wiki.
︙ | ︙ | |||
48 49 50 51 52 53 54 | shell.c file from the SQLite release. The SQLite shell.c file uses the [https://github.com/antirez/linenoise | linenoise] library to implement line editing. linenoise comprises two source files which were copied from the upstream repository with only very minor portability edits: | | | | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | shell.c file from the SQLite release. The SQLite shell.c file uses the [https://github.com/antirez/linenoise | linenoise] library to implement line editing. linenoise comprises two source files which were copied from the upstream repository with only very minor portability edits: 7. linenoise.c 8. linenoise.h The TH1 script engine is implemented using files: 9. th.c 10. th.h These two files are imports like the SQLite source files, |
︙ | ︙ |