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>2003-09-10 19:53:44 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-09-10 19:53:44 +0400
commit080ef411359ffe4c8b5f03ab5fce9da900e40381 (patch)
tree636a1ccdefcfe53de1df826f22903f4a0501a31c /newlib/ChangeLog
parent34a1d63d80fcc64cced0fb40b03f1c2a6fbc8ab8 (diff)
* libc/include/sys/unistd.h: Declare function daemon for Cygwin.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog24
1 files changed, 14 insertions, 10 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index abd439d23..1faa98068 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,15 +1,19 @@
+2003-09-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/sys/unistd.h: Declare function daemon for Cygwin.
+
2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
- * libc/machine/powerpc/fix64.h: Fix typo for _simdldcheck
- prototype.
- * libc/machine/powerpc/simdldtoa.c: Remove prototype for
- _simdldcheck(). Also add unsigned cast for index variable in
- for loop using sizeof operators.
- * libc/machine/powerpc/strtoufix32.c: Remove unused variable.
- * libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
- * libc/machine/powerpc/strtoufix64.c (_strtoufix64_r): Ditto
- plus fix shift calculation for determining if there is a
- carry from word2.
+ * libc/machine/powerpc/fix64.h: Fix typo for _simdldcheck
+ prototype.
+ * libc/machine/powerpc/simdldtoa.c: Remove prototype for
+ _simdldcheck(). Also add unsigned cast for index variable in
+ for loop using sizeof operators.
+ * libc/machine/powerpc/strtoufix32.c: Remove unused variable.
+ * libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
+ * libc/machine/powerpc/strtoufix64.c (_strtoufix64_r): Ditto
+ plus fix shift calculation for determining if there is a
+ carry from word2.
2003-09-09 Corinna Vinschen <corinna@vinschen.de>