diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:17:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-22 14:17:42 -0700 |
commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /etc | |
parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
download | emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz |
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/NEWS | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3fd2d6bd92a..6901077fbe0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2012-06-22 Paul Eggert <eggert@cs.ucla.edu> + + Support higher-resolution time stamps (Bug#9000). + * NEWS: Mention addition of picoseconds to time stamp format. + 2012-06-13 Deniz Dogan <deniz@dogan.se> * tutorials/TUTORIAL.sv: Fix grammar and a couple of typos. @@ -64,6 +64,13 @@ been adding them there, put them somewhere else, eg site-lisp. * Changes in Emacs 24.2 +** The function `current-time' now returns extended-format time stamps +(HIGH LOW USEC PSEC) that use picosecond resolution; the PSEC +component is new. PSEC is typically a multiple of 1000 on current +machines. Other functions that use this format, such as +file-attributes and format-time-string, have been changed accordingly. +Old-format time stamps are still accepted. + ** New functions `system-users', `system-groups' return lists of the user name, group names known to the system (where possible). |