diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-05 05:01:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-05 05:01:36 +0000 |
commit | 45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969 (patch) | |
tree | 7ee3a0c3b63ffa6d42630069b3936d79a59a0986 /ChangeLog | |
parent | bb5037cd32f77fed624427bcfeaf9b2a3b9f224c (diff) | |
download | glibc-45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969.tar.gz glibc-45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969.tar.xz glibc-45541bdf5cd8f9faf1b5e1ed995664eaf9a4e969.zip |
* iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
it wasn't used. Remove use of from_object and to_object variable, replace with some constants. Adjust users.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 521dbe3929..931efd72af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-04 Ulrich Drepper <drepper@redhat.com> + * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use, + it wasn't used. Remove use of from_object and to_object variable, + replace with some constants. Adjust users. + * sysdeps/i386/bits/string.h: Removed. * stdio-common/Makefile (tests): Add tst-put-error. |