diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-17 15:28:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-08-17 15:28:11 +0000 |
commit | d0b9eddd9a320bed6d87c07d26048bbf6816115c (patch) | |
tree | 10759c39d2a13bd1d4749e6fd5da87c3eb94c643 /ChangeLog | |
parent | 1a42aadd81240fdb7f0acc38ddeef38898b705ab (diff) | |
download | zsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.tar.gz zsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.tar.xz zsh-d0b9eddd9a320bed6d87c07d26048bbf6816115c.zip |
22613: add strftime -r to use strptime() if available
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ef0d8f7c7..e80bf8314 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-17 Peter Stephenson <pws@csr.com> + * 22613: configure.ac, Doc/Zsh/mod_datetime.yo, + Src/Modules/datetime.c: add strftime -r to use strptime() + if available. + * 22612: Src/Zle/complist.c: comment the static variables. 2006-08-16 Peter Stephenson <pws@csr.com> @@ -19,7 +23,7 @@ 2006-08-14 Peter Stephenson <pws@csr.com> - * 22608: Doc/Zsh/contrib.yo: improvments on 22606. + * 22608: Doc/Zsh/contrib.yo: improvements on 22606. * 22606: Doc/Zsh/contrib.yo, Functions/Zle/match-word-context, Functions/Zle/match-words-by-style, Functions/Zle/.distfiles: new |