diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-01 00:07:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-01 00:07:16 +0000 |
commit | 36ab45e15f650b5034089879cf2cdfa427f17d72 (patch) | |
tree | 613fc4831f3a1a2961dc0a0ea91dffe788e26afe /ChangeLog | |
parent | f304af81b635347b9b26f9bfdda70705f5a13313 (diff) | |
download | glibc-36ab45e15f650b5034089879cf2cdfa427f17d72.zip glibc-36ab45e15f650b5034089879cf2cdfa427f17d72.tar.gz glibc-36ab45e15f650b5034089879cf2cdfa427f17d72.tar.bz2 |
Update.
1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* string/bits/string2.h (__string2_1bptr_p): Don't use a statement
expression.
(__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
__strsep): Greatly reduce size of expansion by combining common
expressions.
(__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
inline function.
(__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
by the above definitions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1998-09-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * string/bits/string2.h (__string2_1bptr_p): Don't use a statement + expression. + (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk, + __strsep): Greatly reduce size of expansion by combining common + expressions. + (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to + inline function. + (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used + by the above definitions. + 1998-09-27 Geoff Keating <geoffk@ozemail.com.au> * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use |