Fossil

Check-in [000f2193]
Login

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: 000f2193b0965a9cd7d78fe37220d62ac81ec2e2
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
Unified Diff Ignore Whitespace Patch
Changes to www/makefile.wiki.
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,







|
|







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,