diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-10 11:31:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-10 11:31:18 +0000 |
commit | bbbaed2b5395e0a646dc618cd8c6bdd7dde25c81 (patch) | |
tree | 88bf10a027d3103814943c3bd80bc630457d46d5 /ChangeLog | |
parent | 92ee9324a96cd503c2ebc82cf84c03ddb08bf434 (diff) | |
download | zsh-bbbaed2b5395e0a646dc618cd8c6bdd7dde25c81.tar.gz zsh-bbbaed2b5395e0a646dc618cd8c6bdd7dde25c81.tar.xz zsh-bbbaed2b5395e0a646dc618cd8c6bdd7dde25c81.zip |
29663: add $EPOCHREALTIME to zsh/datetime
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 078971581..658dca388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-08-10 Peter Stephenson <pws@csr.com> + + * 29663: configure.ac, Src/module.c, Src/Modules/datetime.c, + Doc/Zsh/mod_datetime.yo: add $EPOCHREALTIME for time in + double precision floating point. + +2011-08-04 Peter Stephenson <pws@csr.com> + + * 29643: Src/signals.c, Src/utils.c, Src/zle_main.c: set + incompfunc to zero when executing hook or trap function. + 2011-08-09 Peter Stephenson <p.w.stephenson@ntlworld.com> * 29661: Doc/Zsh/redirect.yo: Improve the documentation for @@ -15213,5 +15224,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5417 $ +* $Revision: 1.5418 $ ***************************************************** |