From fc265c25dd5b279d1865c21c51efce238a69c81b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Jul 2001 14:37:30 +0000 Subject: [PATCH] Update. 2001-07-19 Jakub Jelinek * locales/es_PR (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2. * locales/es_US (LC_PAPER): Change to Letter. (LC_MEASUREMENT): Change to 2. --- localedata/ChangeLog | 7 +++++++ localedata/locales/es_PR | 9 +++------ localedata/locales/es_US | 9 +++------ manual/arith.texi | 14 -------------- 4 files changed, 13 insertions(+), 26 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3096680..ebc7978 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2001-07-19 Jakub Jelinek + + * locales/es_PR (LC_PAPER): Change to Letter. + (LC_MEASUREMENT): Change to 2. + * locales/es_US (LC_PAPER): Change to Letter. + (LC_MEASUREMENT): Change to 2. + 2001-07-07 Ulrich Drepper * Makefile: Add dependencies to locale files for all tests in $(tests). diff --git a/localedata/locales/es_PR b/localedata/locales/es_PR index 5b53f65..552950a 100644 --- a/localedata/locales/es_PR +++ b/localedata/locales/es_PR @@ -116,10 +116,8 @@ date_fmt "/ END LC_TIME LC_PAPER -% FIXME -height 297 -% FIXME -width 210 +height 279 +width 216 END LC_PAPER LC_TELEPHONE @@ -129,8 +127,7 @@ int_prefix "" END LC_TELEPHONE LC_MEASUREMENT -% FIXME -measurement 1 +measurement 2 END LC_MEASUREMENT LC_NAME diff --git a/localedata/locales/es_US b/localedata/locales/es_US index d6341c9..a6f843c 100644 --- a/localedata/locales/es_US +++ b/localedata/locales/es_US @@ -2200,10 +2200,8 @@ date_fmt "/ END LC_TIME LC_PAPER -% FIXME -height 297 -% FIXME -width 210 +height 279 +width 216 END LC_PAPER LC_TELEPHONE @@ -2213,8 +2211,7 @@ int_prefix "" END LC_TELEPHONE LC_MEASUREMENT -% FIXME -measurement 1 +measurement 2 END LC_MEASUREMENT LC_NAME diff --git a/manual/arith.texi b/manual/arith.texi index fd02a61..c40ba3c 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -441,20 +441,6 @@ This function returns a nonzero value if @var{x} is finite or a ``not a number'' value, and zero otherwise. @end deftypefun -@comment math.h -@comment BSD -@deftypefun double infnan (int @var{error}) -This function is provided for compatibility with BSD. Its argument is -an error code, @code{EDOM} or @code{ERANGE}; @code{infnan} returns the -value that a math function would return if it set @code{errno} to that -value. @xref{Math Error Reporting}. @code{-ERANGE} is also acceptable -as an argument, and corresponds to @code{-HUGE_VAL} as a value. - -In the BSD library, on certain machines, @code{infnan} raises a fatal -signal in all cases. The GNU library does not do likewise, because that -does not fit the @w{ISO C} specification. -@end deftypefun - @strong{Portability Note:} The functions listed in this section are BSD extensions. -- 2.7.4