From 42583e8a0b484c705fe515399a9d9331e39ced66 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 3 Feb 2011 22:25:04 +0000 Subject: [PATCH] Fix spelling of Ralf Corsepius' name in ChangeLog. --- newlib/ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d1da3833f..7468c7e24 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -8543,16 +8543,16 @@ * configure.host (newlib_cflags) : Add -DCOMPACT_CTYPE. -2005-03-06 Ralf Corsepious +2005-03-06 Ralf Corsepius * libc/sys/rtems/include/inttypes.h: New file. * libc/sys/rtems/include/stdint.h: Ditto. -2005-03-06 Ralf Corsepious +2005-03-06 Ralf Corsepius * libc/string/memcmp.c: Fix to avoid pointer signedness warning. -2005-03-06 Ralf Corsepious +2005-03-06 Ralf Corsepius * libc/include/machine/_types.h: New file. * libc/include/sys/types.h: Do not check for __rtems__ @@ -8561,7 +8561,7 @@ * libc/sys/rtems/machine/_types.h: Removed. Replaced with shared header file. -2005-02-25 Ralf Corsepious +2005-02-25 Ralf Corsepius * libm/common/fdlibm.h (FLT_UWORD_MAX, FLT_UWORD_HALF_MAX): Add L qualifier for these long constants. @@ -8577,13 +8577,13 @@ * libc/time/strftime.c (strftime): Fix '%x' to deal with negative years. Fix '%z' to use long, not int. -2005-02-24 Ralf Corsepious +2005-02-24 Ralf Corsepius * libm/common/s_fpclassify.c: Use __uint32_t instead of int to manipulate float values in integer form. * libm/common/sf_round.c: Ditto. -2005-02-24 Ralf Corsepious +2005-02-24 Ralf Corsepius * libc/include/sys/types.h [__rtems__]: Include new header file machine/_types.h.