From 974069d8643afba545125ba813fded1b7a62142c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Jun 2008 19:37:46 +0000 Subject: [BZ #5210] 2008-06-25 Ulrich Drepper [BZ #5210] * configure.in: Add -Werror to -fstack-protector test to catch unsupported architectures. Patch by Gilles Esponasse . --- ChangeLog | 7 +++++++ localedata/ChangeLog | 3 +++ localedata/locales/es_CR | 2 ++ 3 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index cb8da187b8..87dd7568e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-25 Ulrich Drepper + + [BZ #5210] + * configure.in: Add -Werror to -fstack-protector test to catch + unsupported architectures. + Patch by Gilles Esponasse . + 2008-06-17 Joseph Myers * 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 + [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 "/ / " +first_weekday 1 +first_workday 2 END LC_TIME LC_PAPER -- cgit 1.4.1