diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 17:44:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 17:44:43 +0000 |
commit | 23f5f62d4b31c442f5bd49c64982e4e40935bc33 (patch) | |
tree | 7a69dac50ade15bee1caa31dea53103c05c5a08f /ChangeLog | |
parent | c5883607f5b138b31176de7b2664f0d217b2dbf2 (diff) | |
download | glibc-23f5f62d4b31c442f5bd49c64982e4e40935bc33.tar.gz glibc-23f5f62d4b31c442f5bd49c64982e4e40935bc33.tar.xz glibc-23f5f62d4b31c442f5bd49c64982e4e40935bc33.zip |
Update.
1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * string/bits/string2.h (memset): Revert to previous version if unaligned writes are not available. 1999-04-30 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating better code in presence of the asm. 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * stdlib/fmtmsg.c (keywords): Increase array size for faster indexing. * locale/localeinfo.h (_nl_category_names): Increase array element size for faster indexing. * locale/setlocale.c (_nl_category_names): Adjusted. 1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * iconv/gconv_conf.c (add_alias): Remove wrong cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cd73f2d026..fe79a6c82e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * string/bits/string2.h (memset): Revert to previous version if + unaligned writes are not available. + +1999-04-30 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/i386/i486/bits/string.h (__memset_gc): Help generating + better code in presence of the asm. + +1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * stdlib/fmtmsg.c (keywords): Increase array size for faster + indexing. + + * locale/localeinfo.h (_nl_category_names): Increase array element + size for faster indexing. + * locale/setlocale.c (_nl_category_names): Adjusted. + +1999-04-30 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * iconv/gconv_conf.c (add_alias): Remove wrong cast. + 1999-05-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/stackinfo.h: New file. |