diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-02 00:59:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-02 00:59:51 +0000 |
commit | 3451e12ee3b1e47223e6c8a574df2b73a7361226 (patch) | |
tree | adc3751de41b12619eacc8fa12ca108ff048da51 /localedata/ChangeLog | |
parent | 23d99b3c2f06c83df68e5d9edba138a4bda1f6da (diff) | |
download | glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.tar.gz glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.tar.xz glibc-3451e12ee3b1e47223e6c8a574df2b73a7361226.zip |
Update.
2004-01-01 Petter Reinholdtsen <pere@hungry.com> * tst-fmon.data: Add simple test to check left justified currency values in the C locale. * tst-fmon.sh: Don't print every line. The program already prints the failing ones.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index c37ff7c1d3..27632ca6d3 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,13 @@ +2004-01-01 Petter Reinholdtsen <pere@hungry.com> + + * tst-fmon.data: Add simple test to check left justified currency + values in the C locale. + 2004-01-01 Ulrich Drepper <drepper@redhat.com> + * tst-fmon.sh: Don't print every line. The program already prints + the failing ones. + * tst-fmon.c (main): Fix typo in message. 2003-07-06 Petter Reinholdtsen <pere@hungry.com> |