zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: 3.1.6-dev-15
Date: 14 Jan 2000 04:14:57 +0900	[thread overview]
Message-ID: <rsq3ds13hse.fsf@crane.jaist.ac.jp> (raw)
In-Reply-To: Peter Stephenson's message of "Thu, 13 Jan 2000 18:36:21 +0000"

In article <E128p4T-0008Ql-00.2000-01-13-18-34-10@cmailg1.svr.pol.co.uk>,
  Peter Stephenson <pws@pwstephenson.fsnet.co.uk> writes:

> I have uploaded
>   ftp://ftp.zsh.org/pub/zsh/development/zsh-3.1.6-dev-15.tar.gz

I compared dev-15 with my patched dev-14.

* _zmodload has an unused variable `d'.
* Non-patch suggestion in 9264/9265 is ignored.
* 08traps.ztst is forgotten.

Index: zsh/Completion/Builtins/_zmodload
diff -u zsh/Completion/Builtins/_zmodload:1.1.1.14 zsh/Completion/Builtins/_zmodload:1.1.1.13
--- zsh/Completion/Builtins/_zmodload:1.1.1.14	Thu Jan 13 18:50:16 2000
+++ zsh/Completion/Builtins/_zmodload	Fri Jan  7 14:40:09 2000
@@ -1,6 +1,6 @@
 #compdef zmodload
 
-local fl="$words[2]" expl d
+local fl="$words[2]" expl
 
 if [[ "$fl" = -*(a*u|u*a)* || "$fl" = -*a* && CURRENT -ge 4 ]]; then
   _wanted builtins expl 'builtin command' &&
diff -u zsh/Doc/Makefile.in:1.1.1.53 zsh/Doc/Makefile.in:1.1.1.52
--- zsh/Doc/Makefile.in:1.1.1.53	Thu Jan 13 18:50:23 2000
+++ zsh/Doc/Makefile.in	Sat Jan  8 22:12:38 2000
@@ -286,7 +286,6 @@
 	rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
 	rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
 	rm -rf infodir
-	rm -f *.1 Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo
 .PHONY: clean-here
 
 distclean-here: clean-here
Index: Test/.distfiles
===================================================================
RCS file: /projects/zsh/zsh/Test/.distfiles,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 .distfiles
--- Test/.distfiles	1999/12/23 22:09:51	1.1.1.4
+++ Test/.distfiles	2000/01/13 19:10:20
@@ -2,5 +2,5 @@
     .cvsignore .distfiles Makefile.in
     ztst.zsh
     01grammar.ztst 02alias.ztst 03quoting.ztst 04redirect.ztst
-    05command.ztst 06arith.ztst 07cond.ztst 50cd.ztst
+    05command.ztst 06arith.ztst 07cond.ztst 08traps.ztst 50cd.ztst
 '
-- 
Tanaka Akira


  parent reply	other threads:[~2000-01-13 19:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-13 18:36 3.1.6-dev-15 Peter Stephenson
2000-01-13 19:02 ` dl.h/dlfnc.h clash in module.c 3.1.6-dev-15 Andrej Borsenkow
2000-01-14 19:09   ` Peter Stephenson
2000-01-14 19:33   ` Gene Cohler
2000-01-13 19:14 ` Tanaka Akira [this message]
2000-01-15 19:21   ` 3.1.6-dev-15 Clint Adams
2000-01-14  7:06 ` 3.1.6-dev-15 Andrej Borsenkow
2000-01-14 19:10   ` 3.1.6-dev-15 Peter Stephenson
2000-01-15 19:11 3.1.6-dev-15 Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rsq3ds13hse.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).