summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-19 17:09:58 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-11-19 17:09:58 +0100
commitfcc2dcbb21743447d9f51f40283892da0075f751 (patch)
treef32cf0e3c4849831335b118177f06dc161233fbf /newlib/ChangeLog
parente2802064b2bdddb9e02cfa278f531e1dcdf0054d (diff)
downloadcygnal-fcc2dcbb21743447d9f51f40283892da0075f751.tar.gz
cygnal-fcc2dcbb21743447d9f51f40283892da0075f751.tar.bz2
cygnal-fcc2dcbb21743447d9f51f40283892da0075f751.zip
ldtoa.c: Reindent to GNU style
* libc/stdlib/ldtoa.c: Convert to GNU style so as not to get crazy reading the code. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ecf52f167..7f39a191d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2015-11-19 Corinna Vinschen <corinna@vinschen.de>
+ * libc/stdlib/ldtoa.c: Convert to GNU style so as not to get crazy
+ reading the code.
+
+2015-11-19 Corinna Vinschen <corinna@vinschen.de>
+
* libc/stdlib/rpmatch.c: Include sys/types.h to make GCC happy.
2015-11-12 Jon Turney <jon.turney@dronecode.org.uk>