diff options
| author | Andrew Main <zefram@users.sourceforge.net> | 2000-07-30 17:03:52 +0000 |
|---|---|---|
| committer | Andrew Main <zefram@users.sourceforge.net> | 2000-07-30 17:03:52 +0000 |
| commit | 9743c19d618056b3af1f5efe887a1e8a9944e27b (patch) | |
| tree | bb365c62ee0ad1f1a3ba0d1eb9ae2074fb8832bc /ChangeLog | |
| parent | The `wait' builtin accepts only PIDs it can find in the job table. (diff) | |
| download | zsh-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
