diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-11-08 12:44:31 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-11-08 12:44:31 -0800 |
commit | 30b90f166ef0ca0883985461d498c066e4f723da (patch) | |
tree | f495e122d814d9216d8cf49985240a5a7b685f34 /ChangeLog | |
parent | 7277cc1bedaa335b96ce609b4390618358198c32 (diff) | |
download | zsh-30b90f166ef0ca0883985461d498c066e4f723da.tar.gz zsh-30b90f166ef0ca0883985461d498c066e4f723da.tar.xz zsh-30b90f166ef0ca0883985461d498c066e4f723da.zip |
37080: use paramtab abstraction more consistently, add explanatory comments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cee715d33..110f10743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-11-08 Barton E. Schaefer <schaefer@brasslantern.com> + * 37080: Src/builtin.c, Src/params.c: use paramtab abstraction more + consistently, add explanatory comments + * 37079: Etc/zsh-development-guide: better description of "optstr" field in struct builtin as used in BUILTIN() macro |