mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
unposted: NEWS: update per w/53257 and w/53260
This commit is contained in:
parent
73c70cece0
commit
18a49bd7c5
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2025-04-13 dana <dana@dana.is>
|
||||||
|
|
||||||
|
* unposted: NEWS: update per w/53257 and w/53260
|
||||||
|
|
||||||
2025-04-04 Oliver Kiddle <opk@zsh.org>
|
2025-04-04 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* Kyle Andelin: 53449: Completion/Zsh/Context/_subscript:
|
* Kyle Andelin: 53449: Completion/Zsh/Context/_subscript:
|
||||||
|
|
12
NEWS
12
NEWS
|
@ -33,6 +33,18 @@ Non-forking command substitutions with ${ ... } and ${| ... } are now
|
||||||
available, and the latter extended with ${|param| ... } to return the
|
available, and the latter extended with ${|param| ... } to return the
|
||||||
result via assignment to the named param rather than always via $REPLY.
|
result via assignment to the named param rather than always via $REPLY.
|
||||||
|
|
||||||
|
The shell now uses monotonic time instead of wall time for most
|
||||||
|
internal time tracking, making it immune to system clock changes due to
|
||||||
|
NTP, etc. For the most part this is transparent to users. However, as a
|
||||||
|
side effect, some features like $SECONDS and the time builtin gained
|
||||||
|
(nominal) nanosecond precision.
|
||||||
|
|
||||||
|
The zsh/zutil module's zparseopts builtin learnt a -v option which can
|
||||||
|
be used to specify the array of arguments to parse instead of $@.
|
||||||
|
|
||||||
|
The zparseopts builtin also learnt a -G option which enables GNU-style
|
||||||
|
argument parsing ('--opt=arg', etc.).
|
||||||
|
|
||||||
Changes since 5.8.1
|
Changes since 5.8.1
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue