diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 06:57:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 06:57:36 +0000 |
commit | 9e9e0532a493ae3d07b2f4e958d2030f8d937065 (patch) | |
tree | 28cc2e87558c3f0595fb8f7d7c3256102a6f272d /ChangeLog | |
parent | b5567b2af66e2be232c0db9bf189424c039465d2 (diff) | |
download | glibc-9e9e0532a493ae3d07b2f4e958d2030f8d937065.tar.gz glibc-9e9e0532a493ae3d07b2f4e958d2030f8d937065.tar.xz glibc-9e9e0532a493ae3d07b2f4e958d2030f8d937065.zip |
Update.
2000-03-29 Geoff Clare <gwc@unisoft.com> * stdlib/strfmon.c: Corrected problems with the code that sets default values for [np]_sep_by_space and [np]_sign_posn; also the new positive/negative alignment code from the previous patch was not quite right for [np]_sign_posn = 0. * localedata/tst-fmon.data: Changes corresponding to the two sets of fixes made to stdlib/strfmon.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 289ac14f80..a30ee5ad74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-03-29 Geoff Clare <gwc@unisoft.com> + + * stdlib/strfmon.c: Corrected problems with the code that + sets default values for [np]_sep_by_space and + [np]_sign_posn; also the new positive/negative alignment + code from the previous patch was not quite right for + [np]_sign_posn = 0. + + * localedata/tst-fmon.data: Changes corresponding to the + two sets of fixes made to stdlib/strfmon.c. + 2000-03-29 Jes Sorensen <jes@pcatls01.cern.ch> * malloc/malloc.c: Declare bit flags UL so that they will not |