diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-12-07 16:54:58 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-12-07 16:54:58 +0000 |
| commit | 69b4b8bdde76b5aee6befa2b66957db22b3f6353 (patch) | |
| tree | 505c080a68853aa351a887a3eac55c4737997885 /ChangeLog | |
| parent | 20606: simple verification of pseudorandom numbers (diff) | |
| download | zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar.gz zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar.bz2 zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar.lz zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar.xz zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.tar.zst zsh-69b4b8bdde76b5aee6befa2b66957db22b3f6353.zip | |
20605: Use separate structure with get/set/unset methods fro parameters.
Separate justification width of parameters from base/precision.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2004-12-07 Peter Stephenson <pws@csr.com> + * 20605: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c, + Src/module.c, Src/params.c, Src/subst.c, Src/zsh.h, + Src/Modules/datetime.c, Src/Modules/langinfo.c, + Src/Modules/mapfile.c, Src/Modules/parameter.c, + Src/Modules/system.c, Src/Modules/termcap.c, + Src/Modules/terminfo.c, Src/Modules/zftp.c, Src/Zle/compctl.c, + Src/Zle/complete.c, Src/Zle/computil.c, Src/Zle/zle_params.c, + Src/Zle/zleparameter.c, Test/B02typeset.ztst: Use separate + structures for get, set and unset methods of parameters. + Separate width and base/precision for parameters, so that + justification works for integers. + * 20606: Test/V03mathfunc.ztst: simple verification of pseudorandom numbers. |
