Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: LFS
- X-seq: zsh-workers 25125
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: LFS
- Date: Sun, 01 Jun 2008 10:19:54 -0700
- In-reply-to: <20080601163611.GA5930@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080531182709.GA14185@xxxxxxxxxxx> <20080601172035.5bb8ad41@pws-pc> <20080601163611.GA5930@xxxxxxxx>
On Jun 1, 4:36pm, Clint Adams wrote:
} Index: INSTALL
} -file size barrier. This is enabled by default; use --disable-lfs to turn
} +file size barrier. This is enabled by default; use --disable-largefile to turn
} Index: Src/zsh.h
} - * Currently we only define this to be longer than a long if --enable-lfs
} + * Currently we only define this to be longer than a long if
} + * --enable-largefile
I know I'm nit-picking here, but I think it would be better to reformat
more of the paragraphs to avoid very long/very short lines, rather than
concentrate on producing the smallest possible diff.
(Why was it even necessary to change "lfs" to "largefile" in the first
place? Force people to notice by deliberately breaking existing their
existing config.status?)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author