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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0faa9abf8..c6a9758d7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2012-11-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libc/include/sys/reent.h (__sFILE): Change type of _offset
+ from int to _off_t.
+ * libc/stdio/ftell.c: Use _ftello_r().
+ * libc/stdio/ftello.c: Copy implementation from previous
+ _ftell_r().
+ * libc/stdio/fseek.c: Use _fseeko_r().
+ * libc/stdio/fseeko.c: Copy implementation from previous
+ _fseek_r().
+
2012-11-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/include/inttypes.h: Add and use __INTTYPES_EXP().