summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 16:06:01 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-25 16:06:01 +0000
commit035367578f7afc08160014c1ab11eeb627a88f31 (patch)
treec502865e201051b5b9b6900196111aad9c0bd0fd /newlib/ChangeLog
parent206ac174730f7f3495ce271aaff4bd912ca396a5 (diff)
downloadcygnal-035367578f7afc08160014c1ab11eeb627a88f31.tar.gz
cygnal-035367578f7afc08160014c1ab11eeb627a88f31.tar.bz2
cygnal-035367578f7afc08160014c1ab11eeb627a88f31.zip
* libc/stdio64/fdopen64.c: New file.
* libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o * libc/stdio64/Makefile.in: Regenerate. * libc/include/stdio.h (fdopen64): Define. * libc/include/stdio.h (_fdopen64_r): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e2abf4200..d7557c21a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-24 Christopher Faylor <cgf@redhat.com>
+
+ * libc/stdio64/fdopen64.c: New file.
+ * libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o
+ * libc/stdio64/Makefile.in: Regenerate.
+ * libc/include/stdio.h (fdopen64): Define.
+ * libc/include/stdio.h (_fdopen64_r): Ditto.
+
2003-07-10 Alexandre Oliva <aoliva@redhat.com>
2000-04-27 Alexandre Oliva <aoliva@cygnus.com>