about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-04-14 11:49:31 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-04-14 11:49:31 +0000
commit2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9 (patch)
tree564d732962ee8faa96689a21f6c85d5856239986 /ChangeLog
parent3f114b3237c9d46f27cb13bec1e2d7a84e5bfead (diff)
downloadzsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.tar.gz
zsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.tar.xz
zsh-2295c59fcb4f1e31ef05555318bf3b3b4a2df8f9.zip
10756: fix (#s) and (#e) for parameter substitution forms
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed8e86a5e..78fbba1ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-04-14  Peter Stephenson  <pws@cambridgesiliconradio.com>
+
+	* 10756: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c, Src/zsh.h:
+	fix (#s) and (#e) to work in allerlei parameter substitutions;
+	fix potential problem with (#e) in exclusions; note things in
+	manual which should work.
+
 2000-04-13  Clint Adams  <schizo@debian.org>
 
 	* 10748: configure.in: set MAXJOB to whatever you want.