2001-07-19  Jakub Jelinek  <jakub@redhat.com>

	* 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.
This commit is contained in:
Ulrich Drepper 2001-07-19 14:37:30 +00:00
parent b7d03293a7
commit fc265c25dd
4 changed files with 13 additions and 26 deletions

View File

@ -1,3 +1,10 @@
2001-07-19 Jakub Jelinek <jakub@redhat.com>
* 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 <drepper@redhat.com>
* Makefile: Add dependencies to locale files for all tests in $(tests).

View File

@ -116,10 +116,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
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 "<U0031><U0037><U0038><U0037>"
END LC_TELEPHONE
LC_MEASUREMENT
% FIXME
measurement 1
measurement 2
END LC_MEASUREMENT
LC_NAME

View File

@ -2200,10 +2200,8 @@ date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
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 "<U0031>"
END LC_TELEPHONE
LC_MEASUREMENT
% FIXME
measurement 1
measurement 2
END LC_MEASUREMENT
LC_NAME

View File

@ -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.