Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATH_MAX again
- X-seq: zsh-workers 12816
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATH_MAX again
- Date: Sun, 17 Sep 2000 01:10:48 +0000
- In-reply-to: <1000917004721.ZM18698@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000916145333.A29559@xxxxxxxx> <1000917004721.ZM18698@xxxxxxxxxxxxxxxxxxxxxxx>
On Sep 17, 12:47am, Bart Schaefer wrote:
}
} 1) Feeping or issuing an error message when a string that might be a
} path name is "too long," even though that string isn't immediately
} going to be copied into a buffer or even used as a pathname. In
} most of these cases I think we could just drop the test entirely.
Along those lines, does anyone know what the test of
if (sbptr == PATH_MAX) {
feep = 1;
continue;
}
in zle_hist.c:doisearch() is intended to accomplish?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author