diff options
author | Christopher Faylor <me@cgf.cx> | 2012-08-21 14:51:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-08-21 14:51:50 +0000 |
commit | 03f6bb28633ee46cf3c596b104159529b813067f (patch) | |
tree | ee84ba12941a7583303475ac9235238bf8886d39 /newlib/ChangeLog | |
parent | 0b1545eb3afbfc7385ee064307fe3e0f383e868d (diff) | |
download | cygnal-03f6bb28633ee46cf3c596b104159529b813067f.tar.gz cygnal-03f6bb28633ee46cf3c596b104159529b813067f.tar.bz2 cygnal-03f6bb28633ee46cf3c596b104159529b813067f.zip |
* libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode flags to
just loop over more allowed flags. Support glibc 'e' flag on systems defining
_GLIBC_EXTENSION. Support C11 'x' flag.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3072d9220..59dd3569c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2012-08-21 Christopher Faylor <me.cygwin2012@cgf.cx> + + * libc/stdio/flags.c (__sflags): Rewrite recognition of extended mode + flags to just loop over more allowed flags. Support glibc 'e' flag on + systems defining _GLIBC_EXTENSION. Support C11 'x' flag. + 2012-08-10 Corinna Vinschen <vinschen@redhat.com> * libc/stdlib/btowc.c (btowc): Cast to avoid compiler warning. |