diff options
author | Peter Stephenson <pws@zsh.org> | 2015-06-02 10:21:55 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-06-02 10:21:55 +0100 |
commit | 099e717c1587951458f9b3bd514c655001125f66 (patch) | |
tree | 2260b04957de51bdf4033d9ecd7dad95acbeee13 /ChangeLog | |
parent | aab6bdc3661e83216d2e4bc58948ed21d394d3f5 (diff) | |
download | zsh-099e717c1587951458f9b3bd514c655001125f66.tar.gz zsh-099e717c1587951458f9b3bd514c655001125f66.tar.xz zsh-099e717c1587951458f9b3bd514c655001125f66.zip |
35359: Improved math parsing and errors.
Check for bogus trailing ")" at end of top-level parse. Extend some math error messages to indicate they are math errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3aac52281..89c6e85f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-06-02 Peter Stephenson <p.stephenson@samsung.com> + * 35359 (plus changed error strings in tests): Src/math.c, + Test/C01arith.ztst: fix math parsing problem that trailing ")" + wasn't detected; also improve error messages to indicate they + refer to math expressions. + * Baptiste Daroussin: 35357: Src/Modules/zpty.c: HAVE_POSIX_OPENPT is needed for FreeBSD zpty. |