Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 30 Oct 2000 04:08:58 +0000 (04:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 30 Oct 2000 04:08:58 +0000 (04:08 +0000)
commit9c3b1ceba810a51cb0069644e1bc72cb9a1cbc8c
tree44df27f8867ae748b1923888bdd9bde08c65034e
parentf58580396d75a6d7429a909444ad8b70dd7dfff8
Update.

* string/bits/string2.h (strspn): Evaluate first argument if
second is "".
(strpbrk): Likewise.
* sysdeps/i386/i486/bits/string.h: Likewise.
* string/Makefile (tests): Add bug-strspn1 and bug-strpbrk1.
* string/bug-strspn1.c: New file.
* string/bug-strpbrk1.c: New file.
Test cases by Joseph S. Myers <jsm28@cam.ac.uk>.

* string/bits/string2.h (strncat): Terminate string correctly.
* sysdeps/i386/i486/bits/string.h (strncat): Likewise.
* string/Makefile (tests): Add bug-strncat1.
* string/bug-strncat1.c: New file.
Test case by Joseph S. Myers <jsm28@cam.ac.uk>.

2000-10-27  Ben Collins  <bcollins@debian.org>

* sysdeps/generic/lockf.c (lockf): Set l_type to F_RDLCK before
calling for F_GETLK.

2000-10-29  Ulrich Drepper  <drepper@redhat.com>
ChangeLog
string/Makefile
string/bits/string2.h
string/bug-strncat1.c [new file with mode: 0644]
string/bug-strpbrk1.c [new file with mode: 0644]
string/bug-strspn1.c [new file with mode: 0644]
sysdeps/generic/lockf.c
sysdeps/i386/i486/bits/string.h