Fossil SCM
capitalise 'Windows' throughout WWW-docs
Commit
b2f6c4b7ea216d7d95cfc81f284e8127426c6ef9
Parent
bf1b99723e32418…
7 files changed
+1
-1
+1
-1
+1
-1
+6
-6
+1
-1
+1
-1
+1
-1
+1
-1
| --- www/adding_code.wiki | ||
| +++ www/adding_code.wiki | ||
| @@ -150,11 +150,11 @@ | ||
| 150 | 150 | "<i>commandname</i><b>_cmd</b>", as is done in the example. |
| 151 | 151 | |
| 152 | 152 | You could also use "printf()" instead of "fossil_print()" to generate |
| 153 | 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | 154 | it has extra logic to insert \r characters at the right times on |
| 155 | -windows systems. | |
| 155 | +Windows systems. | |
| 156 | 156 | |
| 157 | 157 | Once you have the command running, you can then start adding code to |
| 158 | 158 | make it do useful things. There are lots of utility functions in |
| 159 | 159 | Fossil for parsing command-line options and for |
| 160 | 160 | opening and accessing and manipulating the repository and |
| 161 | 161 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -150,11 +150,11 @@ | |
| 150 | "<i>commandname</i><b>_cmd</b>", as is done in the example. |
| 151 | |
| 152 | You could also use "printf()" instead of "fossil_print()" to generate |
| 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | it has extra logic to insert \r characters at the right times on |
| 155 | windows systems. |
| 156 | |
| 157 | Once you have the command running, you can then start adding code to |
| 158 | make it do useful things. There are lots of utility functions in |
| 159 | Fossil for parsing command-line options and for |
| 160 | opening and accessing and manipulating the repository and |
| 161 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -150,11 +150,11 @@ | |
| 150 | "<i>commandname</i><b>_cmd</b>", as is done in the example. |
| 151 | |
| 152 | You could also use "printf()" instead of "fossil_print()" to generate |
| 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | it has extra logic to insert \r characters at the right times on |
| 155 | Windows systems. |
| 156 | |
| 157 | Once you have the command running, you can then start adding code to |
| 158 | make it do useful things. There are lots of utility functions in |
| 159 | Fossil for parsing command-line options and for |
| 160 | opening and accessing and manipulating the repository and |
| 161 |
+1
-1
| --- www/antibot.wiki | ||
| +++ www/antibot.wiki | ||
| @@ -59,11 +59,11 @@ | ||
| 59 | 59 | <li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| 60 | 60 | <li> Wget/1.12 (openbsd4.9) |
| 61 | 61 | </ul> |
| 62 | 62 | |
| 63 | 63 | The first two UserAgent strings above identify Firefox 19 and |
| 64 | -Internet Explorer 8.0, both running on windows NT. The third | |
| 64 | +Internet Explorer 8.0, both running on Windows NT. The third | |
| 65 | 65 | example is the spider used by Google to index the internet. |
| 66 | 66 | The fourth example is the "wget" utility running on OpenBSD. |
| 67 | 67 | Thus the first two UserAgent strings above identify the requestor |
| 68 | 68 | as human whereas the second two identify the requestor as a spider. |
| 69 | 69 | Note that the UserAgent string is completely under the control |
| 70 | 70 |
| --- www/antibot.wiki | |
| +++ www/antibot.wiki | |
| @@ -59,11 +59,11 @@ | |
| 59 | <li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| 60 | <li> Wget/1.12 (openbsd4.9) |
| 61 | </ul> |
| 62 | |
| 63 | The first two UserAgent strings above identify Firefox 19 and |
| 64 | Internet Explorer 8.0, both running on windows NT. The third |
| 65 | example is the spider used by Google to index the internet. |
| 66 | The fourth example is the "wget" utility running on OpenBSD. |
| 67 | Thus the first two UserAgent strings above identify the requestor |
| 68 | as human whereas the second two identify the requestor as a spider. |
| 69 | Note that the UserAgent string is completely under the control |
| 70 |
| --- www/antibot.wiki | |
| +++ www/antibot.wiki | |
| @@ -59,11 +59,11 @@ | |
| 59 | <li> Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| 60 | <li> Wget/1.12 (openbsd4.9) |
| 61 | </ul> |
| 62 | |
| 63 | The first two UserAgent strings above identify Firefox 19 and |
| 64 | Internet Explorer 8.0, both running on Windows NT. The third |
| 65 | example is the spider used by Google to index the internet. |
| 66 | The fourth example is the "wget" utility running on OpenBSD. |
| 67 | Thus the first two UserAgent strings above identify the requestor |
| 68 | as human whereas the second two identify the requestor as a spider. |
| 69 | Note that the UserAgent string is completely under the control |
| 70 |
+1
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -143,11 +143,11 @@ | ||
| 143 | 143 | |
| 144 | 144 | <h2>3.0 Installing</h2> |
| 145 | 145 | |
| 146 | 146 | <ol> |
| 147 | 147 | <li value="8"> |
| 148 | -<p>The finished binary is named "fossil" (or "fossil.exe" on windows). | |
| 148 | +<p>The finished binary is named "fossil" (or "fossil.exe" on Windows). | |
| 149 | 149 | Put this binary in a |
| 150 | 150 | directory that is somewhere on your PATH environment variable. |
| 151 | 151 | It does not matter where.</p> |
| 152 | 152 | |
| 153 | 153 | <li> |
| 154 | 154 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -143,11 +143,11 @@ | |
| 143 | |
| 144 | <h2>3.0 Installing</h2> |
| 145 | |
| 146 | <ol> |
| 147 | <li value="8"> |
| 148 | <p>The finished binary is named "fossil" (or "fossil.exe" on windows). |
| 149 | Put this binary in a |
| 150 | directory that is somewhere on your PATH environment variable. |
| 151 | It does not matter where.</p> |
| 152 | |
| 153 | <li> |
| 154 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -143,11 +143,11 @@ | |
| 143 | |
| 144 | <h2>3.0 Installing</h2> |
| 145 | |
| 146 | <ol> |
| 147 | <li value="8"> |
| 148 | <p>The finished binary is named "fossil" (or "fossil.exe" on Windows). |
| 149 | Put this binary in a |
| 150 | directory that is somewhere on your PATH environment variable. |
| 151 | It does not matter where.</p> |
| 152 | |
| 153 | <li> |
| 154 |
+6
-6
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -95,11 +95,11 @@ | ||
| 95 | 95 | and [/help?cmd=/artifact|/artifact] pages. |
| 96 | 96 | * Most commands now issue errors rather than silently ignoring unrecognized |
| 97 | 97 | command-line options. |
| 98 | 98 | * Use full 40-character SHA1 hashes (instead of abbreviations) in most |
| 99 | 99 | internal URLs. |
| 100 | - * The "ssh:" sync method on windows now uses "plink.exe" instead of "ssh" as | |
| 100 | + * The "ssh:" sync method on Windows now uses "plink.exe" instead of "ssh" as | |
| 101 | 101 | the secure-shell client program. |
| 102 | 102 | * Prevent a partial clone when the connection is lost. |
| 103 | 103 | * Make the distinction between 301 and 302 redirects. |
| 104 | 104 | * Allow commits against a closed check-in as long as the commit goes onto |
| 105 | 105 | a different branch. |
| @@ -328,11 +328,11 @@ | ||
| 328 | 328 | sorts by the indicated column. |
| 329 | 329 | * Add the "fossil cat" command which is basically an alias for |
| 330 | 330 | "fossil finfo -p". |
| 331 | 331 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 332 | 332 | on embedded documentation. |
| 333 | - * The check-in comment editor on windows now defaults to NotePad.exe. | |
| 333 | + * The check-in comment editor on Windows now defaults to NotePad.exe. | |
| 334 | 334 | * Correctly deal with BOMs in check-in comments. Also attempt to convert |
| 335 | 335 | check-in comments to UTF8 from other encodings. |
| 336 | 336 | * Allow the deletion of multiple stash entries using multiple arguments |
| 337 | 337 | to the "fossil stash rm" command. |
| 338 | 338 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| @@ -382,11 +382,11 @@ | ||
| 382 | 382 | * Disallow invalid UTF8 characters (such as characters in the surrogate |
| 383 | 383 | pair range) in filenames. |
| 384 | 384 | * Judge the UserAgent strings issued by the NetSurf webbrowser to be |
| 385 | 385 | coming from a human, not from a bot. |
| 386 | 386 | * Add the zlib sources to the Fossil source tree (under compat/zlib) and |
| 387 | - use those sources when compiling on (windows) systems that do not have | |
| 387 | + use those sources when compiling on (Windows) systems that do not have | |
| 388 | 388 | a zlib library installed by default. |
| 389 | 389 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 390 | 390 | when committing. |
| 391 | 391 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 392 | 392 | * Allow the --context option on diff commands to have a value of 0. |
| @@ -402,11 +402,11 @@ | ||
| 402 | 402 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 403 | 403 | * Added the --tk option to the "fossi diff" and "fossil stash diff" |
| 404 | 404 | commands, causing color-coded diff output to be displayed in a Tcl/Tk |
| 405 | 405 | GUI window. This option only works if Tcl/Tk is installed on the |
| 406 | 406 | host. |
| 407 | - * On windows, make the "gdiff" command default to use WinDiff.exe. | |
| 407 | + * On Windows, make the "gdiff" command default to use WinDiff.exe. | |
| 408 | 408 | * Update the "fossil stash" command so that it always prompts for a |
| 409 | 409 | comment if the -m option is omitted. |
| 410 | 410 | * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp= |
| 411 | 411 | query parameters (and others) can all accept any valid checkin name |
| 412 | 412 | (such as branch names or labels) instead of just SHA1 hashes. |
| @@ -587,11 +587,11 @@ | ||
| 587 | 587 | * Update the built-in SQLite to version 3.7.9 beta. |
| 588 | 588 | |
| 589 | 589 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 590 | 590 | * Added a ./configure script based on autosetup. |
| 591 | 591 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 592 | - for creating a Fossil service on windows systems. | |
| 592 | + for creating a Fossil service on Windows systems. | |
| 593 | 593 | * Added "versionable settings" where settings that affect |
| 594 | 594 | the local tree can be stored in versioned files in the |
| 595 | 595 | .fossil-settings directory. |
| 596 | 596 | * Background colors for branches are chosen automatically if no |
| 597 | 597 | color is specified by the user. |
| @@ -606,11 +606,11 @@ | ||
| 606 | 606 | * Added support for client-side SSL certificates with "ssl-identity" |
| 607 | 607 | setting and --ssl-identity option. |
| 608 | 608 | * Added "ssl-ca-location" setting to specify trusted root |
| 609 | 609 | SSL certificates. |
| 610 | 610 | * Added the --case-sensitive BOOLEAN command-line option to many commands. |
| 611 | - Default to true for Unix and false for windows. | |
| 611 | + Default to true for Unix and false for Windows. | |
| 612 | 612 | * Added the "Color-Test" submenu button on the branch list web page. |
| 613 | 613 | * Compatibility improvements to the git-export feature. |
| 614 | 614 | * Performance improvements on SHA1 checksums |
| 615 | 615 | * Update to the latest SQLite version 3.7.8 alpha. |
| 616 | 616 | * Fix the tarball generator to work with very log pathnames |
| 617 | 617 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -95,11 +95,11 @@ | |
| 95 | and [/help?cmd=/artifact|/artifact] pages. |
| 96 | * Most commands now issue errors rather than silently ignoring unrecognized |
| 97 | command-line options. |
| 98 | * Use full 40-character SHA1 hashes (instead of abbreviations) in most |
| 99 | internal URLs. |
| 100 | * The "ssh:" sync method on windows now uses "plink.exe" instead of "ssh" as |
| 101 | the secure-shell client program. |
| 102 | * Prevent a partial clone when the connection is lost. |
| 103 | * Make the distinction between 301 and 302 redirects. |
| 104 | * Allow commits against a closed check-in as long as the commit goes onto |
| 105 | a different branch. |
| @@ -328,11 +328,11 @@ | |
| 328 | sorts by the indicated column. |
| 329 | * Add the "fossil cat" command which is basically an alias for |
| 330 | "fossil finfo -p". |
| 331 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 332 | on embedded documentation. |
| 333 | * The check-in comment editor on windows now defaults to NotePad.exe. |
| 334 | * Correctly deal with BOMs in check-in comments. Also attempt to convert |
| 335 | check-in comments to UTF8 from other encodings. |
| 336 | * Allow the deletion of multiple stash entries using multiple arguments |
| 337 | to the "fossil stash rm" command. |
| 338 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| @@ -382,11 +382,11 @@ | |
| 382 | * Disallow invalid UTF8 characters (such as characters in the surrogate |
| 383 | pair range) in filenames. |
| 384 | * Judge the UserAgent strings issued by the NetSurf webbrowser to be |
| 385 | coming from a human, not from a bot. |
| 386 | * Add the zlib sources to the Fossil source tree (under compat/zlib) and |
| 387 | use those sources when compiling on (windows) systems that do not have |
| 388 | a zlib library installed by default. |
| 389 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 390 | when committing. |
| 391 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 392 | * Allow the --context option on diff commands to have a value of 0. |
| @@ -402,11 +402,11 @@ | |
| 402 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 403 | * Added the --tk option to the "fossi diff" and "fossil stash diff" |
| 404 | commands, causing color-coded diff output to be displayed in a Tcl/Tk |
| 405 | GUI window. This option only works if Tcl/Tk is installed on the |
| 406 | host. |
| 407 | * On windows, make the "gdiff" command default to use WinDiff.exe. |
| 408 | * Update the "fossil stash" command so that it always prompts for a |
| 409 | comment if the -m option is omitted. |
| 410 | * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp= |
| 411 | query parameters (and others) can all accept any valid checkin name |
| 412 | (such as branch names or labels) instead of just SHA1 hashes. |
| @@ -587,11 +587,11 @@ | |
| 587 | * Update the built-in SQLite to version 3.7.9 beta. |
| 588 | |
| 589 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 590 | * Added a ./configure script based on autosetup. |
| 591 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 592 | for creating a Fossil service on windows systems. |
| 593 | * Added "versionable settings" where settings that affect |
| 594 | the local tree can be stored in versioned files in the |
| 595 | .fossil-settings directory. |
| 596 | * Background colors for branches are chosen automatically if no |
| 597 | color is specified by the user. |
| @@ -606,11 +606,11 @@ | |
| 606 | * Added support for client-side SSL certificates with "ssl-identity" |
| 607 | setting and --ssl-identity option. |
| 608 | * Added "ssl-ca-location" setting to specify trusted root |
| 609 | SSL certificates. |
| 610 | * Added the --case-sensitive BOOLEAN command-line option to many commands. |
| 611 | Default to true for Unix and false for windows. |
| 612 | * Added the "Color-Test" submenu button on the branch list web page. |
| 613 | * Compatibility improvements to the git-export feature. |
| 614 | * Performance improvements on SHA1 checksums |
| 615 | * Update to the latest SQLite version 3.7.8 alpha. |
| 616 | * Fix the tarball generator to work with very log pathnames |
| 617 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -95,11 +95,11 @@ | |
| 95 | and [/help?cmd=/artifact|/artifact] pages. |
| 96 | * Most commands now issue errors rather than silently ignoring unrecognized |
| 97 | command-line options. |
| 98 | * Use full 40-character SHA1 hashes (instead of abbreviations) in most |
| 99 | internal URLs. |
| 100 | * The "ssh:" sync method on Windows now uses "plink.exe" instead of "ssh" as |
| 101 | the secure-shell client program. |
| 102 | * Prevent a partial clone when the connection is lost. |
| 103 | * Make the distinction between 301 and 302 redirects. |
| 104 | * Allow commits against a closed check-in as long as the commit goes onto |
| 105 | a different branch. |
| @@ -328,11 +328,11 @@ | |
| 328 | sorts by the indicated column. |
| 329 | * Add the "fossil cat" command which is basically an alias for |
| 330 | "fossil finfo -p". |
| 331 | * Hyperlinks with the class "button" are rendered as submenu buttons |
| 332 | on embedded documentation. |
| 333 | * The check-in comment editor on Windows now defaults to NotePad.exe. |
| 334 | * Correctly deal with BOMs in check-in comments. Also attempt to convert |
| 335 | check-in comments to UTF8 from other encodings. |
| 336 | * Allow the deletion of multiple stash entries using multiple arguments |
| 337 | to the "fossil stash rm" command. |
| 338 | * Enhance the "fossil server DIRECTORY" command to serve static content |
| @@ -382,11 +382,11 @@ | |
| 382 | * Disallow invalid UTF8 characters (such as characters in the surrogate |
| 383 | pair range) in filenames. |
| 384 | * Judge the UserAgent strings issued by the NetSurf webbrowser to be |
| 385 | coming from a human, not from a bot. |
| 386 | * Add the zlib sources to the Fossil source tree (under compat/zlib) and |
| 387 | use those sources when compiling on (Windows) systems that do not have |
| 388 | a zlib library installed by default. |
| 389 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 390 | when committing. |
| 391 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 392 | * Allow the --context option on diff commands to have a value of 0. |
| @@ -402,11 +402,11 @@ | |
| 402 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 403 | * Added the --tk option to the "fossi diff" and "fossil stash diff" |
| 404 | commands, causing color-coded diff output to be displayed in a Tcl/Tk |
| 405 | GUI window. This option only works if Tcl/Tk is installed on the |
| 406 | host. |
| 407 | * On Windows, make the "gdiff" command default to use WinDiff.exe. |
| 408 | * Update the "fossil stash" command so that it always prompts for a |
| 409 | comment if the -m option is omitted. |
| 410 | * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp= |
| 411 | query parameters (and others) can all accept any valid checkin name |
| 412 | (such as branch names or labels) instead of just SHA1 hashes. |
| @@ -587,11 +587,11 @@ | |
| 587 | * Update the built-in SQLite to version 3.7.9 beta. |
| 588 | |
| 589 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 590 | * Added a ./configure script based on autosetup. |
| 591 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 592 | for creating a Fossil service on Windows systems. |
| 593 | * Added "versionable settings" where settings that affect |
| 594 | the local tree can be stored in versioned files in the |
| 595 | .fossil-settings directory. |
| 596 | * Background colors for branches are chosen automatically if no |
| 597 | color is specified by the user. |
| @@ -606,11 +606,11 @@ | |
| 606 | * Added support for client-side SSL certificates with "ssl-identity" |
| 607 | setting and --ssl-identity option. |
| 608 | * Added "ssl-ca-location" setting to specify trusted root |
| 609 | SSL certificates. |
| 610 | * Added the --case-sensitive BOOLEAN command-line option to many commands. |
| 611 | Default to true for Unix and false for Windows. |
| 612 | * Added the "Color-Test" submenu button on the branch list web page. |
| 613 | * Compatibility improvements to the git-export feature. |
| 614 | * Performance improvements on SHA1 checksums |
| 615 | * Update to the latest SQLite version 3.7.8 alpha. |
| 616 | * Fix the tarball generator to work with very log pathnames |
| 617 |
+1
-1
| --- www/concepts.wiki | ||
| +++ www/concepts.wiki | ||
| @@ -178,11 +178,11 @@ | ||
| 178 | 178 | </ul> |
| 179 | 179 | |
| 180 | 180 | <h2>3.0 Fossil - The Program</h2> |
| 181 | 181 | |
| 182 | 182 | Fossil is software. The implementation of fossil is in the form |
| 183 | -of a single executable named "fossil" (or "fossil.exe" on windows). | |
| 183 | +of a single executable named "fossil" (or "fossil.exe" on Windows). | |
| 184 | 184 | To install fossil on your system, |
| 185 | 185 | all you have to do is obtain a copy of this one executable file (either |
| 186 | 186 | by downloading a |
| 187 | 187 | <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a> |
| 188 | 188 | or [./build.wiki | compiling it yourself]) and then |
| 189 | 189 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -178,11 +178,11 @@ | |
| 178 | </ul> |
| 179 | |
| 180 | <h2>3.0 Fossil - The Program</h2> |
| 181 | |
| 182 | Fossil is software. The implementation of fossil is in the form |
| 183 | of a single executable named "fossil" (or "fossil.exe" on windows). |
| 184 | To install fossil on your system, |
| 185 | all you have to do is obtain a copy of this one executable file (either |
| 186 | by downloading a |
| 187 | <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a> |
| 188 | or [./build.wiki | compiling it yourself]) and then |
| 189 |
| --- www/concepts.wiki | |
| +++ www/concepts.wiki | |
| @@ -178,11 +178,11 @@ | |
| 178 | </ul> |
| 179 | |
| 180 | <h2>3.0 Fossil - The Program</h2> |
| 181 | |
| 182 | Fossil is software. The implementation of fossil is in the form |
| 183 | of a single executable named "fossil" (or "fossil.exe" on Windows). |
| 184 | To install fossil on your system, |
| 185 | all you have to do is obtain a copy of this one executable file (either |
| 186 | by downloading a |
| 187 | <a href="http://www.fossil-scm.org/download.html">pre-compiled version</a> |
| 188 | or [./build.wiki | compiling it yourself]) and then |
| 189 |
+1
-1
| --- www/style.wiki | ||
| +++ www/style.wiki | ||
| @@ -23,11 +23,11 @@ | ||
| 23 | 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | 24 | |
| 25 | 25 | 17. All comments and identifiers are in English. |
| 26 | 26 | |
| 27 | 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | - (One exception to this is the HTTP server implementation for windows, | |
| 28 | + (One exception to this is the HTTP server implementation for Windows, | |
| 29 | 29 | which we do not know how to implement without the use of threads.) |
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | <b>C preprocessor macros</b>: |
| 33 | 33 | |
| 34 | 34 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -23,11 +23,11 @@ | |
| 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | |
| 25 | 17. All comments and identifiers are in English. |
| 26 | |
| 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | (One exception to this is the HTTP server implementation for windows, |
| 29 | which we do not know how to implement without the use of threads.) |
| 30 | |
| 31 | |
| 32 | <b>C preprocessor macros</b>: |
| 33 | |
| 34 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -23,11 +23,11 @@ | |
| 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | |
| 25 | 17. All comments and identifiers are in English. |
| 26 | |
| 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | (One exception to this is the HTTP server implementation for Windows, |
| 29 | which we do not know how to implement without the use of threads.) |
| 30 | |
| 31 | |
| 32 | <b>C preprocessor macros</b>: |
| 33 | |
| 34 |
+1
-1
| --- www/tech_overview.wiki | ||
| +++ www/tech_overview.wiki | ||
| @@ -125,11 +125,11 @@ | ||
| 125 | 125 | The configuration database also maintains a list of repositories. This |
| 126 | 126 | list is used by the [/help/all | fossil all] command in order to run various |
| 127 | 127 | operations such as "sync" or "rebuild" on all repositories managed by a user. |
| 128 | 128 | |
| 129 | 129 | On Unix systems, the configuration database is named ".fossil" and is |
| 130 | -located in the user's home directory. On windows, the configuration | |
| 130 | +located in the user's home directory. On Windows, the configuration | |
| 131 | 131 | database is named "_fossil" (using an underscore as the first character |
| 132 | 132 | instead of a dot) and is located in the directory specified by the |
| 133 | 133 | LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order. |
| 134 | 134 | |
| 135 | 135 | <h3>2.2 Repository Databases</h3> |
| 136 | 136 |
| --- www/tech_overview.wiki | |
| +++ www/tech_overview.wiki | |
| @@ -125,11 +125,11 @@ | |
| 125 | The configuration database also maintains a list of repositories. This |
| 126 | list is used by the [/help/all | fossil all] command in order to run various |
| 127 | operations such as "sync" or "rebuild" on all repositories managed by a user. |
| 128 | |
| 129 | On Unix systems, the configuration database is named ".fossil" and is |
| 130 | located in the user's home directory. On windows, the configuration |
| 131 | database is named "_fossil" (using an underscore as the first character |
| 132 | instead of a dot) and is located in the directory specified by the |
| 133 | LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order. |
| 134 | |
| 135 | <h3>2.2 Repository Databases</h3> |
| 136 |
| --- www/tech_overview.wiki | |
| +++ www/tech_overview.wiki | |
| @@ -125,11 +125,11 @@ | |
| 125 | The configuration database also maintains a list of repositories. This |
| 126 | list is used by the [/help/all | fossil all] command in order to run various |
| 127 | operations such as "sync" or "rebuild" on all repositories managed by a user. |
| 128 | |
| 129 | On Unix systems, the configuration database is named ".fossil" and is |
| 130 | located in the user's home directory. On Windows, the configuration |
| 131 | database is named "_fossil" (using an underscore as the first character |
| 132 | instead of a dot) and is located in the directory specified by the |
| 133 | LOCALAPPDATA, APPDATA, or HOMEPATH environment variables, in that order. |
| 134 | |
| 135 | <h3>2.2 Repository Databases</h3> |
| 136 |