Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.1.6-dev-15



In article <E128p4T-0008Ql-00.2000-01-13-18-34-10@xxxxxxxxxxxxxxxxxxxxx>,
  Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx> 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



Messages sorted by: Reverse Date, Date, Thread, Author