diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-04 05:14:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-04 05:14:14 +0000 |
commit | b73549de65de7a374622029bbaa63bcc63c5d48b (patch) | |
tree | 44aa73c53cff46984fe0f57e9d87c06ab102e2ac | |
parent | ca74785646503695c49b592aa7dac8f27b3567fe (diff) | |
download | glibc-b73549de65de7a374622029bbaa63bcc63c5d48b.tar.gz glibc-b73549de65de7a374622029bbaa63bcc63c5d48b.tar.xz glibc-b73549de65de7a374622029bbaa63bcc63c5d48b.zip |
1999-10-04 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/memrchr.c: New file, adapted from memchr.c. * sysdeps/i386/bits/string.h (__memrchr): New function. * string/string.h: Declare memrchr, __memrchr. * manual/string.texi (Search Functions): Document memrchr.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e37c010bbe..c41c509101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-10-04 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/generic/memrchr.c: New file, adapted from memchr.c. + * sysdeps/i386/bits/string.h (__memrchr): New function. + * string/string.h: Declare memrchr, __memrchr. + * manual/string.texi (Search Functions): Document memrchr. + 1999-10-03 Ulrich Drepper <drepper@cygnus.com> * configure.in: Accept --with-gd option and set all libgd-LDFLAGS, |