diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 17:25:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-17 17:25:32 +0000 |
commit | 9bbd7837b698c0bba325de00cd396c1e970ab281 (patch) | |
tree | 44023c4f36e4d1acf2d5107cd9ee2cd368f5d1ca /ChangeLog | |
parent | 431c33c0bc7cb43231da4364187e0161b0541071 (diff) | |
download | glibc-9bbd7837b698c0bba325de00cd396c1e970ab281.tar glibc-9bbd7837b698c0bba325de00cd396c1e970ab281.tar.gz glibc-9bbd7837b698c0bba325de00cd396c1e970ab281.tar.bz2 glibc-9bbd7837b698c0bba325de00cd396c1e970ab281.zip |
Update.
1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/i386/i486/Versions: New file with inline functions from
sysdeps/i386/i486/bits/string.h for now.
* sysdeps/i386/Versions: Add inline functions from
sysdeps/i386/bits/string.h.
* string/Versions: Add inline functions from <bits/string2.h>.
* string/Makefile (routines): Add string-inlines.
* string/string-inlines.c: New file, used for implementation of
extern inline functions.
* sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate
non inlined versions of functions.
* string/bits/string2.h: Likewise.
* sysdeps/i386/bits/string.h: Likewise.
1999-05-17 Ulrich Drepper <drepper@cygnus.com>
* inet/arpa/tftp.h: Add second packed attribute.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +1999-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de> + + * sysdeps/i386/i486/Versions: New file with inline functions from + sysdeps/i386/i486/bits/string.h for now. + + * sysdeps/i386/Versions: Add inline functions from + sysdeps/i386/bits/string.h. + + * string/Versions: Add inline functions from <bits/string2.h>. + + * string/Makefile (routines): Add string-inlines. + * string/string-inlines.c: New file, used for implementation of + extern inline functions. + + * sysdeps/i386/i486/bits/string.h: Use _FORCE_INLINES to generate + non inlined versions of functions. + * string/bits/string2.h: Likewise. + * sysdeps/i386/bits/string.h: Likewise. + +1999-05-17 Ulrich Drepper <drepper@cygnus.com> + + * inet/arpa/tftp.h: Add second packed attribute. + 1999-05-16 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de> * malloc/malloc.c: Cleanup to bring in line with released |