diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 05:37:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 05:37:25 +0000 |
commit | 441f7d1eb2ab291a1d7ee3aa31aa5030d6007355 (patch) | |
tree | ce15dffd5df15caea9f2ba1463a4b41a8663a271 /ChangeLog | |
parent | 6b58cbc02d642a18343fbb8663e76d87a538dd4a (diff) | |
download | glibc-441f7d1eb2ab291a1d7ee3aa31aa5030d6007355.tar glibc-441f7d1eb2ab291a1d7ee3aa31aa5030d6007355.tar.gz glibc-441f7d1eb2ab291a1d7ee3aa31aa5030d6007355.tar.bz2 glibc-441f7d1eb2ab291a1d7ee3aa31aa5030d6007355.zip |
Update.
* posix/regex.c: Fix alignment problem.
Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,13 @@ 2001-02-08 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c: Fix alignment problem. + Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. + * sysdeps/alpha/strrchr.S: Little optimization. Patch by Richard Henderson <rth@redhat.com>. * sysdeps/alpha/alphaev67/strrchr.S: New file. - Contributed by Rick Gorton <rick.gorton@alpha-processor.com>.. + Contributed by Rick Gorton <rick.gorton@alpha-processor.com>. 2001-02-08 kaz Kojima <kkojima@rr.iij4u.or.jp> |