diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 07:48:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 07:48:04 +0000 |
commit | fdf19bf72dd4e6b7c48048f2f93938f484599c5d (patch) | |
tree | 8ca2667e7562cadc12088da8edc27b6ca47f804e /ChangeLog | |
parent | 8be1539f4da9e8df496d49e4b6f4650465ae3d36 (diff) | |
download | glibc-fdf19bf72dd4e6b7c48048f2f93938f484599c5d.tar.gz glibc-fdf19bf72dd4e6b7c48048f2f93938f484599c5d.tar.xz glibc-fdf19bf72dd4e6b7c48048f2f93938f484599c5d.zip |
Update.
1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in argument of bswap_XX macro. 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in variable name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9e5ed4233b..8e8926022c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in + argument of bswap_XX macro. + +1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in + variable name. + 1998-04-28 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union |