On 3/27/2017 6:21 PM, Richard Hipp wrote:
On 3/27/17, Ross Berteig wrote:
I believe that a line is too long if it is more than about 8191 ASCII
characters, a restriction based on the size of the buffer used in the
diff engine.
Technically, that restriction is due to the way hashes are comput
On 3/27/2017 6:40 PM, Byron Sanchez wrote:
That was it!
I ran the command and received the output:
Starts with UTF-8 BOM: no
Starts with UTF-16 BOM: no
Looks like UTF-8: no
Has flag LOOK_NUL: yes
Has flag LOOK_CR: no
Has flag LOOK_LONE_CR: no
Has flag LOOK_LF: yes
Has flag LOOK_LONE_LF: yes
Ha
On 3/28/17, Florian Balmer wrote:
>
> If I may I would like to suggest that the control file passed to the
> "CGI" command be read even if there's additional command line
> arguments following,
Since I have no way to test this, could you be specific about what
change you would like to see? Perha
On Tue, 28 Mar 2017 09:16:33 +0200, Florian Balmer
wrote:
Citation from:
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24841.html
... What can we do to help you move away from scripts that depend
on the details of command-line output and toward something that is
more lik
On my Windows XP machines (one is a standard installation, the other a
highly tweaked system), I noticed a considerable timeout for the web
browser to appear when `fossil ui` is invoked.
The delay seems to origin from StartServiceCtrlDispatcherW(), called
from win32_http_service() [0] inside cmd_w
I'm currently stuck on a shared web host running FreeBSD 9.1 without
any C compilers available. I'm still able to run the latest version of
Fossil from [0] with some quirks (see bottom if you're interested in
details).
[0] http://pkg.freebsd.org/
I have created an extra CGI script to start playin
Citation from:
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24841.html
> ... What can we do to help you move away from scripts that depend
> on the details of command-line output and toward something that is
> more likely to survive an update? ... Would it be better to run
> S
7 matches
Mail list logo