diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-04 00:19:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-04 00:19:44 +0000 |
commit | 194c5f8d0f6da9d84211b479adb58e118f302ae3 (patch) | |
tree | dde6de4aa094e01fea84a26bf3c511d12ff2f17a /ChangeLog | |
parent | c891b2df087e0219319785c29d3af6042e4ac94f (diff) | |
download | glibc-194c5f8d0f6da9d84211b479adb58e118f302ae3.tar.gz glibc-194c5f8d0f6da9d84211b479adb58e118f302ae3.tar.xz glibc-194c5f8d0f6da9d84211b479adb58e118f302ae3.zip |
Update.
* iconv/Makefile (CFLAGS-charmap.c): Add -DNEED_NULL_POINTER. * locale/programs/charmap.c: Define null_pointer if NEED_NULL_POINTER is defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed9cba9b90..2ebbeb7e61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-04-03 Ulrich Drepper <drepper@redhat.com> + * iconv/Makefile (CFLAGS-charmap.c): Add -DNEED_NULL_POINTER. + * locale/programs/charmap.c: Define null_pointer if + NEED_NULL_POINTER is defined. + * misc/dirname.c (dirname): Handle multiple slashes correctly. 2001-04-03 Martin Schwidefsky <schwidefsky@de.ibm.com> |