summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localedata/ChangeLog7
-rw-r--r--localedata/locales/es_PR9
-rw-r--r--localedata/locales/es_US9
-rw-r--r--manual/arith.texi14
4 files changed, 13 insertions, 26 deletions
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 <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).
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 "<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
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 "<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
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.