From: Roland McGrath Date: Wed, 29 Dec 2004 09:18:40 +0000 (+0000) Subject: [BZ #626] X-Git-Tag: upstream/2.20~10041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37c6165db9299bab1a8e10919530acc030ab9f17;p=platform%2Fupstream%2Flinaro-glibc.git [BZ #626] 2004-12-29 Roland McGrath [BZ #626] * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather than always up; when nearest is zero, round up to one. --- diff --git a/ChangeLog b/ChangeLog index f4244a0..3d6201a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-29 Roland McGrath + + [BZ #626] + * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather + than always up; when nearest is zero, round up to one. + 2004-12-28 Ulrich Drepper * po/es.po: Update from translation team. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 42ce063..8c8616e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2004-12-19 Roland McGrath + + * gen-unicode-ctype.c (output_tables): Fix email address in output. + 2004-10-02 Petter Reinholdtsen [BZ #82] diff --git a/localedata/gen-unicode-ctype.c b/localedata/gen-unicode-ctype.c index a9c51b3..849f272 100644 --- a/localedata/gen-unicode-ctype.c +++ b/localedata/gen-unicode-ctype.c @@ -638,7 +638,7 @@ output_tables (const char *filename, const char *version) fprintf (stream, "source \"UnicodeData.txt, PropList.txt\"\n"); fprintf (stream, "address \"\"\n"); fprintf (stream, "contact \"\"\n"); - fprintf (stream, "email \"bug-glibc@gnu.org\"\n"); + fprintf (stream, "email \"bug-glibc-locales@gnu.org\"\n"); fprintf (stream, "tel \"\"\n"); fprintf (stream, "fax \"\"\n"); fprintf (stream, "language \"\"\n");