diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 00:11:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-27 00:11:04 +0000 |
commit | ee2752ea58826faabe7466bfc7a61c61d824eb81 (patch) | |
tree | 6e586f96dd613e25d54ab7669c51d5099f268fa5 /ChangeLog | |
parent | 209caedfd0ef7b7c535a26ffe84e0ea9683335da (diff) | |
download | glibc-ee2752ea58826faabe7466bfc7a61c61d824eb81.zip glibc-ee2752ea58826faabe7466bfc7a61c61d824eb81.tar.gz glibc-ee2752ea58826faabe7466bfc7a61c61d824eb81.tar.bz2 |
Update.
1999-01-27 Ulrich Drepper <drepper@cygnus.com>
* manual/string.texi: Add optimization examples for strcat and strchr.
* libio/getc_u.c: Rename function to __getc_unlocked and make
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,10 +1,14 @@ +1999-01-27 Ulrich Drepper <drepper@cygnus.com> + + * manual/string.texi: Add optimization examples for strcat and strchr. + 1999-01-26 Ulrich Drepper <drepper@cygnus.com> * libio/Makefile (routines): Remove fgetc. * libio/fgetc.c: Removed. * libio/getc.c: Add fgetc alias. * libio/Versions [GLIBC_2.1]: Add fgetc_unlocked. - * libio/getc_u.c: Rename functio to __getc_unlocked and make + * libio/getc_u.c: Rename function to __getc_unlocked and make getc_unlocked and fgetc_unlocked weak aliases. * libio/stdio.h: Add prototype for fgetc_unlocked. |