Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Added a note that capexpr was first introduced in 2.15. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
70cb4fe59e8acb3dca0ae6a31f4b4721 |
| User & Date: | stephan 2021-01-27 04:38:22.051 |
Context
|
2021-01-27
| ||
| 12:38 | Performance optimizations in the TH1 interpreter. ... (check-in: b26eea7ee0 user: drh tags: trunk) | |
| 04:38 | Added a note that capexpr was first introduced in 2.15. ... (check-in: 70cb4fe59e user: stephan tags: trunk) | |
| 02:45 | Fixed typo introduced in [f42b5773ed] ... (check-in: b2ad0172e9 user: wyoung tags: trunk) | |
Changes
Changes to www/th1.md.
| ︙ | ︙ | |||
262 263 264 265 266 267 268 269 270 271 272 273 274 275 | error is generated if the repository is not open or the artifact cannot be found. <a id="capexpr"></a>TH1 capexpr Command ----------------------------------------------------- * capexpr CAPABILITY-EXPR The capability expression is a list. Each term of the list is a cluster of capability letters. The overall expression is true if any one term is true. A single term is true if all letters within that term are true. Or, if the term begins with "!", then the term is true | > > | 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 | error is generated if the repository is not open or the artifact cannot be found. <a id="capexpr"></a>TH1 capexpr Command ----------------------------------------------------- Added in Fossil 2.15. * capexpr CAPABILITY-EXPR The capability expression is a list. Each term of the list is a cluster of capability letters. The overall expression is true if any one term is true. A single term is true if all letters within that term are true. Or, if the term begins with "!", then the term is true |
| ︙ | ︙ |