From b73549de65de7a374622029bbaa63bcc63c5d48b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 4 Oct 1999 05:14:14 +0000 Subject: [PATCH] 1999-10-04 Roland McGrath * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e37c010..c41c509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-10-04 Roland McGrath + + * 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 * configure.in: Accept --with-gd option and set all libgd-LDFLAGS, -- 2.7.4