diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-25 19:37:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-25 19:37:46 +0000 |
commit | 974069d8643afba545125ba813fded1b7a62142c (patch) | |
tree | 16aa7c7cfcaec0fc8c1228ec3aef9c092886905c | |
parent | a40fbc8dca728323f29c437ef95b5f125b9b40f7 (diff) | |
download | glibc-974069d8643afba545125ba813fded1b7a62142c.tar glibc-974069d8643afba545125ba813fded1b7a62142c.tar.gz glibc-974069d8643afba545125ba813fded1b7a62142c.tar.bz2 glibc-974069d8643afba545125ba813fded1b7a62142c.zip |
[BZ #5210]
2008-06-25 Ulrich Drepper <drepper@redhat.com>
[BZ #5210]
* configure.in: Add -Werror to -fstack-protector test to catch
unsupported architectures.
Patch by Gilles Esponasse <g.esp@free.fr>.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | localedata/ChangeLog | 3 | ||||
-rw-r--r-- | localedata/locales/es_CR | 2 |
3 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-06-25 Ulrich Drepper <drepper@redhat.com> + + [BZ #5210] + * configure.in: Add -Werror to -fstack-protector test to catch + unsupported architectures. + Patch by Gilles Esponasse <g.esp@free.fr>. + 2008-06-17 Joseph Myers <joseph@codesourcery.com> * stdlib/tst-setcontext.c: Set back_in_main before exit if diff --git a/localedata/ChangeLog b/localedata/ChangeLog index df2874c350..257c58a89c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2008-06-25 Ulrich Drepper <drepper@redhat.com> + [BZ #5911] + * locales/es_CR: Define first_weekday and first_workday. + [BZ #5814] * locales/fi_FI: Fix separator for hours, minutes, and seconds. diff --git a/localedata/locales/es_CR b/localedata/locales/es_CR index 753b22b055..d582a20d9b 100644 --- a/localedata/locales/es_CR +++ b/localedata/locales/es_CR @@ -113,6 +113,8 @@ t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U002 date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/ <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/ <U0025><U005A><U0020><U0025><U0059>" +first_weekday 1 +first_workday 2 END LC_TIME LC_PAPER |