diff options
author | Peter Stephenson <pws@zsh.org> | 2016-06-16 11:39:42 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-06-16 11:39:42 +0100 |
commit | 4cacf1624f0393c43a9a2c3259957b8d78eb7609 (patch) | |
tree | 02c8f0a91e37e26da61ba02391784e81388138ad /ChangeLog | |
parent | f497573c80eff3ee0434867e24c1a4dc67ad80ee (diff) | |
download | zsh-4cacf1624f0393c43a9a2c3259957b8d78eb7609.tar.gz zsh-4cacf1624f0393c43a9a2c3259957b8d78eb7609.tar.xz zsh-4cacf1624f0393c43a9a2c3259957b8d78eb7609.zip |
38693: Add RPN mode to zcalc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b567cf6f0..2ac9ceb63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-06-16 Peter Stephenson <p.stephenson@samsung.com> + * 38693: Doc/Zsh/contrib.yo, Functions/Misc/zcalc, + Functions/Zle/zcalc-auto-insert: Add RPN mode to zcalc. + * unposted: Doc/Zsh/params.yo: fix parentheses for getrusage(). 2016-06-16 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> |