From: Ulrich Drepper Date: Thu, 19 Jul 2001 14:37:30 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~204 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=fc265c25dd5b279d1865c21c51efce238a69c81b;p=glibc.git 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. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 30966800f0..ebc7978e8a 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 5b53f65926..552950a41a 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 d6341c93f4..a6f843c1eb 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 fd02a617ed..c40ba3c59e 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.