Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs
- X-seq: zsh-workers 29815
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: PATCH: mod_langinfo not listed in MODDOCSRC so it's not included in the docs
- Date: Tue, 4 Oct 2011 00:38:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=/B59f8LFgLJeZS5jjJA1zFIIT0Ke+fUnyAwY8FEy8Lc=; b=cKMXI1Z0BIN7h9W5X7t1aTXExVeNd5O/rT/Zo4VziwiH3KLjG6tAXd0N7BoZqHNUYw T4fHN1wMb2N8keD6DrYfQ97EEtclg1E8jLv2ptrTOoZyZdXkOWejpytVER+Zdl3wg/Yb 2DJp9tJlReNW/cbIhJ2fGmYlKFr6dzXw+cPtU=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Checked that it's the only one like this,
% ls Zsh/mod_*~(${(j:|:)~a})
Zsh/mod_langinfo.yo
where $a is an array where i pasted MODDOCSRC.
I tried this too, adding also YODLSRC,
% ls */*.yo(e:'! (( ${+b[(r)$REPLY]} )) ':)
Zsh/mod_langinfo.yo Zsh/roadmap.yo
roadmap.yo is explicitly included in zsh.yo so that makes it.
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -59,7 +59,7 @@
Zsh/mod_compctl.yo Zsh/mod_complete.yo Zsh/mod_complist.yo \
Zsh/mod_computil.yo Zsh/mod_curses.yo \
Zsh/mod_datetime.yo Zsh/mod_deltochar.yo \
-Zsh/mod_example.yo Zsh/mod_files.yo \
+Zsh/mod_example.yo Zsh/mod_files.yo Zsh/mod_langinfo.yo \
Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_newuser.yo \
Zsh/mod_parameter.yo Zsh/mod_pcre.yo Zsh/mod_regex.yo \
Zsh/mod_sched.yo Zsh/mod_socket.yo \
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author