From 9b4cc61b09798304994f6ee43fed3813c9ad9650 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 4 Nov 2007 16:45:53 +0000 Subject: fallout from 24050: add curses_keys.h to .cvsignore add high res timestamps to NEWS --- ChangeLog | 6 ++++++ NEWS | 4 ++++ Src/Modules/.cvsignore | 1 + 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 572b2a745..da8683588 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-04 Peter Stephenson + + * c.f. 24050: NEWS: note high resolution timestamps. + + * c.f. 24050: Src/Modules/.cvsignore: add curses_keys.h: + 2007-11-01 Oliver Kiddle * 24050: configure.ac, Src/cond.c, Src/glob.c, Src/system.h: diff --git a/NEWS b/NEWS index 5e44ed7b5..af52263f3 100644 --- a/NEWS +++ b/NEWS @@ -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, diff --git a/Src/Modules/.cvsignore b/Src/Modules/.cvsignore index d501d72fa..f72db844e 100644 --- a/Src/Modules/.cvsignore +++ b/Src/Modules/.cvsignore @@ -15,3 +15,4 @@ so_locations *.swp errnames.c errcount.h *.dll +curses_keys.h -- cgit 1.4.1