summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Main <zefram@users.sourceforge.net>2000-07-30 17:03:52 +0000
committerAndrew Main <zefram@users.sourceforge.net>2000-07-30 17:03:52 +0000
commit9743c19d618056b3af1f5efe887a1e8a9944e27b (patch)
treebb365c62ee0ad1f1a3ba0d1eb9ae2074fb8832bc /ChangeLog
parentThe `wait' builtin accepts only PIDs it can find in the job table. (diff)
downloadzsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.gz
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.bz2
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.lz
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.xz
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.zst
zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.zip
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a77d7843..7649ef8f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-07-30 Andrew Main <zefram@zsh.org>
+
+ * 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
+ Src/zsh.mdd: Allow options to be specified on the zsh command line
+ in the form of GNU-style long options. Also handle --version
+ and --help. Do not permit extra option letters to be stacked
+ after `-whatever-' (they used to be ignored). Exit if the
+ command line specifies an option name that doesn't exist.
+
2000-07-28 Bart Schaefer <schaefer@zsh.org>
* 12393: Src/jobs.c: The `wait' builtin searches the job table for