about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 08:04:09 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-15 08:04:09 +0000
commit8ef89cd54d98f64f593c982c00f2151a211dd878 (patch)
tree185fc5bc313f9d8e97e8dc6acbedc2d958deca2c /ChangeLog
parent6ff206e057d46095bb21aa943c383bc76cd15036 (diff)
downloadzsh-8ef89cd54d98f64f593c982c00f2151a211dd878.tar.gz
zsh-8ef89cd54d98f64f593c982c00f2151a211dd878.tar.xz
zsh-8ef89cd54d98f64f593c982c00f2151a211dd878.zip
zparseopts should detect if it is called without option descriptions (11360)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7434b7ba..cc0a390cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-15  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 11360: Src/Modules/zutil.c: zparseopts should detect if it is
+ 	called without option descriptions
+	
 2000-05-15  Oliver Kiddle  <opk@zsh.org>
 
 	* 11xxx: Src/builtin.c, Src/hashtable.c, Completion/Builtins/_hash,