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.