diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-04 16:45:53 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-04 16:45:53 +0000 |
| commit | 9b4cc61b09798304994f6ee43fed3813c9ad9650 (patch) | |
| tree | d235ecfa30069ef41ccfb2ee291bb2799c8b0b8e /NEWS | |
| parent | 24050: handle nanosecond resolution timestamps on systems that support them (diff) | |
| download | zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar.gz zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar.bz2 zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar.lz zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar.xz zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.tar.zst zsh-9b4cc61b09798304994f6ee43fed3813c9ad9650.zip | |
fallout from 24050: add curses_keys.h to .cvsignore
add high res timestamps to NEWS
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ Major changes between versions 4.2 and 4.3 is present. See the section FILENAME GENERATION in the zshexpn manual page. +- Time comparisons on files when sorting or using test operators will + use high-resolution timestamps when available. This gives a + resolution of a nanosecond instead of a second. + - The idiom =(<<<...) is optimised so that the shell internally turns the ... into the contents of a file whose name is then substituted. The syntax has always been usable by means of the NULLCMD feature, |
