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
path: root/newlib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-07-26 08:42:06 +0400
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-07-26 08:42:06 +0400
commitbce7e6e2a77a17c750869d8d3efcb0f12f03b87d (patch)
tree1931e7971a0649a686c90c11a64483886f2fcdf0 /newlib
parentce108cc83ca9c1e8d7a9caa27e1092c86a03d452 (diff)
* ChangeLog: Fix my name's spelling.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a38b6c377..3d75a16af 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1421,13 +1421,13 @@
* libc/stdlib/atexit.c: Ditto.
* libc/stdlib/on_exit.c: Ditto.
-2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/machine/ieeefp.h: Rework __IEEE_*_ENDIAN handling.
* libc/machine/arm/machine/endian.h: Remove (Conflicts with
libc/include/machine/endian.h)
-2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/machine/setjmp.h: Set up _JBLEN #ifdef __m68k__.
@@ -1449,11 +1449,11 @@
and ETOOMANYREFS into general list as they are referenced
by OpenGroup and needed by RTEMS.
-2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/search/hcreate.c: Don't include <sys/queue.h> (Unused).
-2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-12-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/sys/rtems/machine/_types.h: New (Derived from
machine/_default_types.h).
@@ -1741,16 +1741,16 @@
* libc/locale/locale.c: Drop Cygwin-specific windows.h include.
(loadlocale): Call __set_charset_from_codepage with 0 codepage.
-2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/stdlib.h: Add posix_memalign.
-2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.host (*-rtems*): Remove -DMISSING_SYSCALL_NAMES.
Add -DHAVE_BLKSIZE, -D_NO_WORDEXP -D_NO_POPEN.
-2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+2009-09-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.host (m32c): Move setting -DABORT_PROVIDED to second
"case $host".
@@ -6828,7 +6828,7 @@
* libc/include/sys/unistd.h: Define all _SC_xxx values as
required by SUSv3. Unify formatting.
-2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/sys/errno.h: Add ECANCELED.