diff options
author | DJ Delorie <dj@redhat.com> | 2000-12-17 03:09:01 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-12-17 03:09:01 +0000 |
commit | f222ccb07f060b7e9a2fb88160c98e85e26fd7c6 (patch) | |
tree | b9edf9b599c87e5f39238baad95cea32f817cf44 /include/ChangeLog | |
parent | 64069abe033c4e95ebc8e395bcb2c49be40442e0 (diff) | |
download | newlib-f222ccb07f060b7e9a2fb88160c98e85e26fd7c6.zip newlib-f222ccb07f060b7e9a2fb88160c98e85e26fd7c6.tar.gz newlib-f222ccb07f060b7e9a2fb88160c98e85e26fd7c6.tar.bz2 |
* safe-ctype.h: Make code work on all targets and not just on
targets where a char is 8 bits.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1b1af76..cbe6b25 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2000-12-16 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> + + * safe-ctype.h: Make code work on all targets and not just on + targets where a char is 8 bits. + 2000-12-10 Fred Fish <fnf@be.com> * bfdlink.h (struct bfd_link_info): Add new allow_shlib_undefined |