diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 07:36:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-27 07:36:16 +0000 |
commit | 9202ffe33c1e7205868238ebd15247597d67015a (patch) | |
tree | 3dfc0f82eac98a5fb3d8ada6e719588ad3f68c33 /ChangeLog | |
parent | 30e0f9c39978e52aefbcc54ef69efb439ea20ff5 (diff) | |
download | glibc-9202ffe33c1e7205868238ebd15247597d67015a.tar glibc-9202ffe33c1e7205868238ebd15247597d67015a.tar.gz glibc-9202ffe33c1e7205868238ebd15247597d67015a.tar.bz2 glibc-9202ffe33c1e7205868238ebd15247597d67015a.zip |
Update.
* libio/genops.c (_IO_default_xsputn): Little optimization. Call
_IO_OVERFLOW directly instead through __overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-03-26 Ulrich Drepper <drepper@redhat.com> + * libio/genops.c (_IO_default_xsputn): Little optimization. Call + _IO_OVERFLOW directly instead through __overflow. + * locale/programs/localedef.c (construct_output_path): If path contains a / compute the end of the directory name correctly. |