diff options
author | Brian Inglis <Brian.Inglis@SystematicSw.ab.ca> | 2015-10-27 09:41:22 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-10-27 09:41:40 +0100 |
commit | 6090952296164ecb3953733f4008a033ccb177f8 (patch) | |
tree | f687a5ae3502d0d231516f2360cc4597fe45dd1d /newlib/ChangeLog | |
parent | cf51db8baafb5c642f8c976f479a9af9e6f52fd3 (diff) | |
download | cygnal-6090952296164ecb3953733f4008a033ccb177f8.tar.gz cygnal-6090952296164ecb3953733f4008a033ccb177f8.tar.bz2 cygnal-6090952296164ecb3953733f4008a033ccb177f8.zip |
strftime: Add support for %s (seconds since epoch)
* libc/time/strftime.c (__strftime): add support for %s (seconds from
Unix epoch). Fix whitespaces.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 94b1f7b81..2c0cc5b80 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2015-10-26 Brian Inglis <Brian.Inglis@SystematicSw.ab.ca> + + * libc/time/strftime.c (__strftime): add support for %s (seconds from + Unix epoch). Fix whitespaces. + 2015-10-19 Nick Clifton <nickc@redhat.com> * libc/include/sys/_intsup.h: Add support for 16-bit and 20-bit |