Skip to content

Commit

Permalink
[BZ #626]
Browse files Browse the repository at this point in the history
2004-12-29  Roland McGrath  <roland@redhat.com>
	[BZ #626]
	* sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
	than always up; when nearest is zero, round up to one.
  • Loading branch information
Roland McGrath committed Dec 29, 2004
1 parent 9410140 commit 37c6165
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2004-12-29 Roland McGrath <roland@redhat.com>

[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 <drepper@redhat.com>

* po/es.po: Update from translation team.
Expand Down
4 changes: 4 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2004-12-19 Roland McGrath <roland@frob.com>

* gen-unicode-ctype.c (output_tables): Fix email address in output.

2004-10-02 Petter Reinholdtsen <pere@hungry.com>

[BZ #82]
Expand Down
2 changes: 1 addition & 1 deletion localedata/gen-unicode-ctype.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 37c6165

Please sign in to comment.