]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 14:37:30 +0000 (14:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Jul 2001 14:37:30 +0000 (14:37 +0000)
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.

localedata/ChangeLog
localedata/locales/es_PR
localedata/locales/es_US
manual/arith.texi

index 30966800f051ad67c94657276658634fb96047fc..ebc7978e8a4c064cbb521b1d17e14f246454377a 100644 (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).
index 5b53f65926ce0d24163a5af4283330744688be3c..552950a41a9eb2954bc4f1e01b5c06c3caa1cb92 100644 (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
index d6341c93f47d579a7c97751b9b179c3fe5720a8c..a6f843c1ebdd52fe05a8606a9d79bb292171bbde 100644 (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
index fd02a617edb96e1f0ea83ef410b094ef87b2755d..c40ba3c59e3fbd9d24a38ee2a2ae5e2b712dde5e 100644 (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.
 
This page took 0.062348 seconds and 5 git commands to generate.