mirror of
https://github.com/zsh-users/zsh
synced 2024-11-02 20:47:49 +00:00
mention Inf/NaN floating point changes in NEWS file
This commit is contained in:
parent
c257915890
commit
4599fc8ff7
2 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2018-09-03 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* unposted: NEWS: mention Inf/NaN floating point changes
|
||||
|
||||
* unposted: Makefile.in: further to 43358 use same patchlevel
|
||||
form for the release file
|
||||
|
||||
|
|
7
NEWS
7
NEWS
|
@ -7,10 +7,17 @@ Note also the list of incompatibilities in the README file.
|
|||
Changes from 5.5.1 to 5.5.1-test-2
|
||||
----------------------------------
|
||||
|
||||
Non-stop IEEE 754 arithmetic support - Inf and NaN are now returned
|
||||
from floating point operations where errors were printed before.
|
||||
Inf and NaN are also recognised in arithmetic expressions.
|
||||
|
||||
In shell patterns, [[:blank:]] now honours the locale instead of
|
||||
matching exclusively on space and tab, like for the other POSIX
|
||||
character classes or for extended regular expressions.
|
||||
|
||||
Nanosecond precision on file times is supported in the module
|
||||
zsh/stat.
|
||||
|
||||
Changes from 5.5 to 5.5.1
|
||||
-------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue