diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-01 00:16:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-01 00:16:16 +0000 |
commit | 0d3fe819f6e584ccd1146ffba91c24ae06374ffa (patch) | |
tree | 60f969cdbf1d60f9835f7ea8d5cd101a6c6a3b82 /ChangeLog | |
parent | 23f5f62d4b31c442f5bd49c64982e4e40935bc33 (diff) | |
download | glibc-0d3fe819f6e584ccd1146ffba91c24ae06374ffa.tar.gz glibc-0d3fe819f6e584ccd1146ffba91c24ae06374ffa.tar.xz glibc-0d3fe819f6e584ccd1146ffba91c24ae06374ffa.zip |
Update.
1999-05-01 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg. Prevent warnings from multiplication with 0x01010101 by another cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe79a6c82e..d94efcfc2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-01 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/i386/i486/bits/string.h: Don't use and define __memset_gg. + Prevent warnings from multiplication with 0x01010101 by another cast. + 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * string/bits/string2.h (memset): Revert to previous version if |