Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _getconf confstrings
- X-seq: zsh-workers 22294
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _getconf confstrings
- Date: Mon, 20 Feb 2006 16:32:01 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I don't remember why this isn't committed either, so I'm committing it.
--- /home/clint/packages/zsh/upstream/zsh-4.3.0-dev-5/Completion/Unix/Command/_getconf 2005-02-02 05:42:22.000000000 -0500
+++ Completion/Unix/Command/_getconf 2005-04-06 09:33:16.000000000 -0400
@@ -30,6 +30,13 @@
LFS64_CFLAGS LFS64_LDFLAGS LFS64_LIBS LFS64_LINTFLAGS \
&& ret=0
+ _requested -V confstring \
+ expl 'configuration-dependent string variables' \
+ compadd -S '' PATH GNU_LIBC_VERSION GNU_LIBPTHREAD_VERSION \
+ LFS_CFLAGS LFS_LDFLAGS LFS_LIBS LFS_LINTFLAGS \
+ LFS64_CFLAGS LFS64_LDFLAGS LFS64_LIBS LFS64_LINTFLAGS \
+ && ret=0
+
_requested pathconfig &&
while _next_label -V pathconfig expl 'system path configuration variables'; do
compadd "$expl[@]" -S '' PIPE_BUF _POSIX_CHOWN_RESTRICTED \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author