diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-05-04 17:23:18 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-05-04 17:23:18 +0000 |
commit | 8b3bcfbab9d0a96b133d6076971ea11bfd52e288 (patch) | |
tree | a28d82670e7ffb02601e602405144fb0d34c26df /newlib/ChangeLog | |
parent | 69b218bf24d1374876fa900dc75c14532ec1c040 (diff) | |
download | newlib-8b3bcfbab9d0a96b133d6076971ea11bfd52e288.zip newlib-8b3bcfbab9d0a96b133d6076971ea11bfd52e288.tar.gz newlib-8b3bcfbab9d0a96b133d6076971ea11bfd52e288.tar.bz2 |
2001-05-04 Earnie Boyd <earnie@users.sourceforge.net>
* libc/string/strrchr.c: Use strchr for the speed improvements.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a58b1ce..aaae584 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2001-05-04 Earnie Boyd <earnie@users.sourceforge.net> + + * libc/string/strrchr.c: Use strchr for the speed improvements. + 2001-05-01 Jeff Johnston <jjohnstn@redhat.com> * libc/stdio/findfp (__sinit)[HAVE_FCNTL]: For platforms that have |