fallout from 24050: add curses_keys.h to .cvsignore

add high res timestamps to NEWS
interrupt_abort
Peter Stephenson 17 years ago
parent fe5390a04c
commit 9b4cc61b09

@ -1,3 +1,9 @@
2007-11-04 Peter Stephenson <p.w.stephenson@ntlworld.com>
* c.f. 24050: NEWS: note high resolution timestamps.
* c.f. 24050: Src/Modules/.cvsignore: add curses_keys.h:
2007-11-01 Oliver Kiddle <opk@zsh.org>
* 24050: configure.ac, Src/cond.c, Src/glob.c, Src/system.h:

@ -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,

@ -15,3 +15,4 @@ so_locations
*.swp
errnames.c errcount.h
*.dll
curses_keys.h

Loading…
Cancel
Save