Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-19 19:09:58 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-11-19 19:09:58 +0300
commitfcc2dcbb21743447d9f51f40283892da0075f751 (patch)
treef32cf0e3c4849831335b118177f06dc161233fbf /newlib/ChangeLog
parente2802064b2bdddb9e02cfa278f531e1dcdf0054d (diff)
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>