mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
NEWS: unposted: further update
This commit is contained in:
parent
03dd76a16c
commit
d2f5474fa5
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -7,6 +7,11 @@ Note also the list of incompatibilities in the README file.
|
||||||
Changes since 5.0.0
|
Changes since 5.0.0
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Numeric constants encountered in mathematical expressions (but not other
|
||||||
|
contexts) can contain underscores as separators that will be ignored on
|
||||||
|
evaluation, as allowed in other scripting languages. For example,
|
||||||
|
0xFFFF_FFFF, or 3.141_592_654.
|
||||||
|
|
||||||
"functions -T" turns on tracing for the specified function(s) only,
|
"functions -T" turns on tracing for the specified function(s) only,
|
||||||
similar to "functions -t" except that tracing is turned off for any
|
similar to "functions -t" except that tracing is turned off for any
|
||||||
functions called from the specified one(s) that don't also have the -t
|
functions called from the specified one(s) that don't also have the -t
|
||||||
|
|
Loading…
Reference in a new issue