diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-20 01:11:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-20 01:11:40 +0000 |
commit | 4c02bf1adf285060e809ef5df8f796c8cf3fb04d (patch) | |
tree | 2fef9fb77d415728263520fa98dd45c298f4c830 /ChangeLog | |
parent | 3979024a8ce56e0a1ab08088525649d219fc4196 (diff) | |
download | glibc-4c02bf1adf285060e809ef5df8f796c8cf3fb04d.tar.gz glibc-4c02bf1adf285060e809ef5df8f796c8cf3fb04d.tar.xz glibc-4c02bf1adf285060e809ef5df8f796c8cf3fb04d.zip |
* stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
optimization.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e8d887b82c..e7dfff6a11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-02-19 Ulrich Drepper <drepper@redhat.com> + * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor + optimization. + * stdio-common/vfscanf.c: Small cleanups throughout. 2007-02-18 Ulrich Drepper <drepper@redhat.com> |