diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-09 18:10:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-09 18:10:15 +0000 |
commit | c13f651e0fdaecc0b3fd858d6ae681084aa7588c (patch) | |
tree | b59fda1f4ca4ee7ef3947bdc482d07ee17a1c743 /ChangeLog | |
parent | 1d5c2feb1c7dbefca171fb4bae4949b3acdf1ef5 (diff) | |
download | glibc-c13f651e0fdaecc0b3fd858d6ae681084aa7588c.tar.gz glibc-c13f651e0fdaecc0b3fd858d6ae681084aa7588c.tar.xz glibc-c13f651e0fdaecc0b3fd858d6ae681084aa7588c.zip |
Update.
* string/stratcliff.c: Add tests for stpncpy, memcpy, and mempcpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3cb4aa85af..7da4825bb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-09 Ulrich Drepper <drepper@redhat.com> + * string/stratcliff.c: Add tests for stpncpy, memcpy, and mempcpy. + * Makeconfig (default_cflags): Make -O2 the default for stable releases. |