diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-26 00:42:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-26 00:42:12 +0000 |
commit | 104426b6542145c5c5be9ccc4a32afb2dbb05674 (patch) | |
tree | 3c13449d4c075efc808637e568894f0f4d5060d6 /localedata/ChangeLog | |
parent | 4cb8e687affcc5323b2a330ac55d40a15d573ccf (diff) | |
download | glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.tar glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.tar.gz glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.tar.bz2 glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.zip |
[BZ #6654]
2008-06-25 Ulrich Drepper <drepper@redhat.com>
[BZ #6654]
* stdlib/canonicalize.c (__realpath): readlink can write too much
into the buffer on platforms without PATH_MAX.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 257c58a89c..a1ffc8d50f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2008-06-25 Ulrich Drepper <drepper@redhat.com> + * tst-strptime.c (do_test): Add test for parsing era year + representation. + [BZ #5911] * locales/es_CR: Define first_weekday and first_workday. |