Fossil SCM
Cherry-pick unrelated comment fixes from "pending_review" branch.
Commit
c1c8d728f937bda08c4187d4709546171a4eab7e
Parent
3b691ce90c8f726…
2 files changed
+2
+3
+2
| --- src/th_main.c | ||
| +++ src/th_main.c | ||
| @@ -664,10 +664,12 @@ | ||
| 664 | 664 | ** "json" = FOSSIL_ENABLE_JSON |
| 665 | 665 | ** "markdown" = FOSSIL_ENABLE_MARKDOWN |
| 666 | 666 | ** "unicodeCmdLine" = !BROKEN_MINGW_CMDLINE |
| 667 | 667 | ** "dynamicBuild" = FOSSIL_DYNAMIC_BUILD |
| 668 | 668 | ** |
| 669 | +** Specifying an unknown feature will return a value of false, it will not | |
| 670 | +** raise a script error. | |
| 669 | 671 | */ |
| 670 | 672 | static int hasfeatureCmd( |
| 671 | 673 | Th_Interp *interp, |
| 672 | 674 | void *p, |
| 673 | 675 | int argc, |
| 674 | 676 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -664,10 +664,12 @@ | |
| 664 | ** "json" = FOSSIL_ENABLE_JSON |
| 665 | ** "markdown" = FOSSIL_ENABLE_MARKDOWN |
| 666 | ** "unicodeCmdLine" = !BROKEN_MINGW_CMDLINE |
| 667 | ** "dynamicBuild" = FOSSIL_DYNAMIC_BUILD |
| 668 | ** |
| 669 | */ |
| 670 | static int hasfeatureCmd( |
| 671 | Th_Interp *interp, |
| 672 | void *p, |
| 673 | int argc, |
| 674 |
| --- src/th_main.c | |
| +++ src/th_main.c | |
| @@ -664,10 +664,12 @@ | |
| 664 | ** "json" = FOSSIL_ENABLE_JSON |
| 665 | ** "markdown" = FOSSIL_ENABLE_MARKDOWN |
| 666 | ** "unicodeCmdLine" = !BROKEN_MINGW_CMDLINE |
| 667 | ** "dynamicBuild" = FOSSIL_DYNAMIC_BUILD |
| 668 | ** |
| 669 | ** Specifying an unknown feature will return a value of false, it will not |
| 670 | ** raise a script error. |
| 671 | */ |
| 672 | static int hasfeatureCmd( |
| 673 | Th_Interp *interp, |
| 674 | void *p, |
| 675 | int argc, |
| 676 |
+3
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -329,10 +329,13 @@ | ||
| 329 | 329 | 1. **tclPrivateStubs** -- _Uses Tcl private stubs (i.e. header-only)._ |
| 330 | 330 | 1. **json** -- _Support for the JSON APIs._ |
| 331 | 331 | 1. **markdown** -- _Support for Markdown documentation format._ |
| 332 | 332 | 1. **unicodeCmdLine** -- _The command line arguments are Unicode._ |
| 333 | 333 | 1. **dynamicBuild** -- _Dynamically linked to libraries._ |
| 334 | + | |
| 335 | +Specifying an unknown feature will return a value of false, it will not | |
| 336 | +raise a script error. | |
| 334 | 337 | |
| 335 | 338 | <a name="html"></a>TH1 html Command |
| 336 | 339 | ----------------------------------- |
| 337 | 340 | |
| 338 | 341 | * html STRING |
| 339 | 342 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -329,10 +329,13 @@ | |
| 329 | 1. **tclPrivateStubs** -- _Uses Tcl private stubs (i.e. header-only)._ |
| 330 | 1. **json** -- _Support for the JSON APIs._ |
| 331 | 1. **markdown** -- _Support for Markdown documentation format._ |
| 332 | 1. **unicodeCmdLine** -- _The command line arguments are Unicode._ |
| 333 | 1. **dynamicBuild** -- _Dynamically linked to libraries._ |
| 334 | |
| 335 | <a name="html"></a>TH1 html Command |
| 336 | ----------------------------------- |
| 337 | |
| 338 | * html STRING |
| 339 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -329,10 +329,13 @@ | |
| 329 | 1. **tclPrivateStubs** -- _Uses Tcl private stubs (i.e. header-only)._ |
| 330 | 1. **json** -- _Support for the JSON APIs._ |
| 331 | 1. **markdown** -- _Support for Markdown documentation format._ |
| 332 | 1. **unicodeCmdLine** -- _The command line arguments are Unicode._ |
| 333 | 1. **dynamicBuild** -- _Dynamically linked to libraries._ |
| 334 | |
| 335 | Specifying an unknown feature will return a value of false, it will not |
| 336 | raise a script error. |
| 337 | |
| 338 | <a name="html"></a>TH1 html Command |
| 339 | ----------------------------------- |
| 340 | |
| 341 | * html STRING |
| 342 |