diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-26 07:40:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-26 07:40:32 +0000 |
commit | ab18a27d5435b374ce89efe39d2d5203b705d869 (patch) | |
tree | 7422d448e1610ef22dc19f6fc625dcc5b7eb48b5 /ChangeLog | |
parent | 6def43e690998a18fabc938b2924bc3af3231426 (diff) | |
download | glibc-ab18a27d5435b374ce89efe39d2d5203b705d869.tar.gz glibc-ab18a27d5435b374ce89efe39d2d5203b705d869.tar.xz glibc-ab18a27d5435b374ce89efe39d2d5203b705d869.zip |
Update.
2003-06-22 Petter Reinholdtsen <pere@hungry.com> * locale/program/ld-monetary.c: Only check the first three characters in int_curr_symbol against ISO-4217, to make the separator character used by a locale independent of the content in iso-4217.def. * locale/iso-4217.def: Remove the space character from all currency values to get the new test code in ld-monetary.c working.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31b6dfdcfc..46830498e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-06-22 Petter Reinholdtsen <pere@hungry.com> + + * locale/program/ld-monetary.c: Only check the first three + characters in int_curr_symbol against ISO-4217, to make the + separator character used by a locale independent of the content + in iso-4217.def. + * locale/iso-4217.def: Remove the space character from all + currency values to get the new test code in ld-monetary.c working. + 2003-11-21 David Mosberger <davidm@hpl.hp.com> * elf/soinit.c (_fini): Put _fini() in .init_array section if |