Re: [fossil-dev] Typo

2017-12-06 Thread jungle Boogie
here's a typo: https://www.fossil-scm.org/index.html/artifact?ln=1&name=3976b258aa4c62c9 It's need to be Its ___ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Re: [fossil-dev] Typo

2017-12-05 Thread Johan Kuuse
On Tue, Dec 5, 2017 at 4:58 PM, Richard Hipp wrote: > On 12/5/17, Warren Young wrote: > > On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote: > >> > >> src/file.c:65 > >> > >> > >> #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF > */ > >> > >> Should be: > >> > >> #define Repo

Re: [fossil-dev] Typo

2017-12-05 Thread Richard Hipp
On 12/5/17, Warren Young wrote: > On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote: >> >> src/file.c:65 >> >> >> #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */ >> >> Should be: >> >> #define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */ > > That might not

Re: [fossil-dev] Typo

2017-12-05 Thread Warren Young
On Dec 4, 2017, at 3:07 AM, Johan Kuuse wrote: > > src/file.c:65 > > > #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */ > > Should be: > > #define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */ That might not be a typo. “iff” is mathematical shorthan

Re: [fossil-dev] Typo

2017-12-04 Thread Johan Kuuse
src/file.c:65 #define RepoFILE 1/* Follow symlinks if*f* allow-symlinks is OFF */ Should be: #define RepoFILE 1/* Follow symlinks if allow-symlinks is OFF */ On Mon, Dec 4, 2017 at 10:56 AM, Johan Kuuse wrote: > Hi, > > src/configure.c:343 > > ** Update: Support for the old form

[fossil-dev] Typo

2017-12-04 Thread Johan Kuuse
Hi, src/configure.c:343 ** Update: Support for the old format was remoed on 2017-09-20. Should be: ** Update: Support for the old format was remo*v*ed on 2017-09-20. BR, Johan ___ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://maili

Re: [fossil-dev] typo: In this case, the a prefix of the...

2015-03-21 Thread Andy Goth
On 3/21/2015 4:50 PM, Arseniy Terekhin wrote: > in main.c: > > ** The REPOSITORY can be a directory (aka folder) that contains one or > ** more repositories with names ending in ".fossil". In this case, the > ** a prefix of the URL pathname is used to search the directory for an Fixed. Thank yo

[fossil-dev] typo: In this case, the a prefix of the...

2015-03-21 Thread Arseniy Terekhin
in main.c: ** The REPOSITORY can be a directory (aka folder) that contains one or ** more repositories with names ending in ".fossil". In this case, the ** a prefix of the URL pathname is used to search the directory for an -- I remain, Arseniy Terekhin _