Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a missing space in the selfcontained.html webpage. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
127e0a0347608dc93bac534122de3abc |
User & Date: | drh 2019-07-15 17:17:37.638 |
Context
2019-07-15
| ||
17:48 | Minor typos fixes in the lemon documentation. (check-in: bd1181fb39 user: drh tags: trunk) | |
17:17 | Fix a missing space in the selfcontained.html webpage. (check-in: 127e0a0347 user: drh tags: trunk) | |
2019-07-13
| ||
16:24 | Remove obsolete and unsupported BNF and TEXT representations of the grammar. (check-in: b02f76d76f user: drh tags: trunk) | |
Changes
Changes to pages/selfcontained.in.
︙ | ︙ | |||
32 33 34 35 36 37 38 | <li>realloc() <li>free() </ul> <p>But those routines are optional can can be omitted using a [SQLITE_ZERO_MALLOC|compile-time option]. <p> | | | 32 33 34 35 36 37 38 39 40 41 42 43 44 | <li>realloc() <li>free() </ul> <p>But those routines are optional can can be omitted using a [SQLITE_ZERO_MALLOC|compile-time option]. <p> Default builds of SQLite contain appropriate [VFS|VFS objects] for talking to underlying operating system, and those VFS objects will contain operating system calls such as open(), read(), write(), fsync(), and so forth. All of these interfaces are readily available on most platforms, and custom VFSes can be designed to run SQLite on even the most austere embedded devices. |