aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-14 08:05:09 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-14 08:05:09 +0000
commit9c3bb910f26de0d56bb5d734cec58c6329375079 (patch)
tree389d583c769e08526964d8fd99c51d837cee5064
parent74f7eecd5f42694f89a18b666c5f17f67cd579fb (diff)
downloadglibc-9c3bb910f26de0d56bb5d734cec58c6329375079.tar
glibc-9c3bb910f26de0d56bb5d734cec58c6329375079.tar.gz
glibc-9c3bb910f26de0d56bb5d734cec58c6329375079.tar.bz2
glibc-9c3bb910f26de0d56bb5d734cec58c6329375079.zip
* locales/ms_MY: Fix entries for Tue and Wednesday.
Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>. 2001-05-14 Andreas Jaeger <aj@suse.de> * locales/ms_MY: Fix entries for Tue and Wednesday. Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
-rw-r--r--localedata/ChangeLog5
-rw-r--r--localedata/locales/ms_MY4
-rw-r--r--manual/install.texi14
-rw-r--r--sysdeps/ieee754/ldbl-96/s_tanhl.c6
4 files changed, 18 insertions, 11 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 442f047469..316d3c4eb7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-14 Andreas Jaeger <aj@suse.de>
+
+ * locales/ms_MY: Fix entries for Tue and Wednesday.
+ Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
+
2001-04-18 Jakub Jelinek <jakub@redhat.com>
* locales/be_BY: Fix syntax in LC_COLLATE section.
diff --git a/localedata/locales/ms_MY b/localedata/locales/ms_MY
index a465ef4e4b..1685f8e798 100644
--- a/localedata/locales/ms_MY
+++ b/localedata/locales/ms_MY
@@ -90,13 +90,13 @@ LC_TIME
%
% Abbreviated weekday names (%a)
abday "<U0041><U0068><U0061>";"<U0049><U0073><U006E>";/
- "<U0053><U0065><U0069>";"<U0052><U0061><U0062>";/
+ "<U0053><U0065><U006C>";"<U0052><U0061><U0062>";/
"<U004B><U0068><U0061>";"<U004A><U0075><U006D>";/
"<U0053><U0061><U0062>"
%
% Full weekday names (%A)
day "<U0041><U0068><U0061><U0064>";"<U0049><U0073><U006E><U0069><U006E>";/
- "<U0053><U0065><U006C><U0061><U0073><U0061>";"<U0052><U0061><U0068><U0075>";/
+ "<U0053><U0065><U006C><U0061><U0073><U0061>";"<U0052><U0061><U0068><U0062>";/
"<U004B><U0068><U0061><U006D><U0069><U0073>";"<U004A><U0075><U006D><U0061><U0061><U0074>";/
"<U0053><U0061><U0062><U0074><U0075>"
%
diff --git a/manual/install.texi b/manual/install.texi
index ca3fb5a79f..6488d8bbda 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -495,12 +495,14 @@ switches via @var{CFLAGS}.
@cindex upgrading from libc5
@cindex kernel header files
-If you are installing GNU libc on a Linux system, you need to have
-the header files from a 2.2 kernel around for reference. You do not
-need to use the 2.2 kernel, just have its headers where glibc can access
-at them. The easiest way to do this is to unpack it in a directory
-such as @file{/usr/src/linux-2.2.1}. In that directory, run
-@samp{make config} and accept all the defaults. Then run @samp{make
+If you are installing GNU libc on a Linux system, you need to have the
+header files from a 2.2 or newer kernel around for reference. For some
+architectures, like ia64, sh and hppa, you need at least headers from
+kernel 2.3.99 (sh and hppa) or 2.4.0 (ia64). You do not need to use
+that kernel, just have its headers where glibc can access at them. The
+easiest way to do this is to unpack it in a directory such as
+@file{/usr/src/linux-2.2.1}. In that directory, run @samp{make config}
+and accept all the defaults. Then run @samp{make
include/linux/version.h}. Finally, configure glibc with the option
@samp{--with-headers=/usr/src/linux-2.2.1/include}. Use the most recent
kernel you can get your hands on.
diff --git a/sysdeps/ieee754/ldbl-96/s_tanhl.c b/sysdeps/ieee754/ldbl-96/s_tanhl.c
index 1e3dc3b613..5c0ac9a95d 100644
--- a/sysdeps/ieee754/ldbl-96/s_tanhl.c
+++ b/sysdeps/ieee754/ldbl-96/s_tanhl.c
@@ -77,8 +77,8 @@ static long double one=1.0, two=2.0, tiny = 1.0e-4900L;
if (ix < 0x4003 || (ix == 0x4003 && j0 < 0xb8000000u)) {/* |x|<23 */
if ((ix|j0|j1) == 0)
return x; /* x == +- 0 */
- if (ix<0x3fc8) /* |x|<2**-55 */
- return x*(one+x); /* tanh(small) = small */
+ if (ix<0x3fc8) /* |x|<2**-55 */
+ return x*(one+x); /* tanh(small) = small */
if (ix>=0x3fff) { /* |x|>=1 */
t = __expm1l(two*fabsl(x));
z = one - two/(t+two);
@@ -90,6 +90,6 @@ static long double one=1.0, two=2.0, tiny = 1.0e-4900L;
} else {
z = one - tiny; /* raised inexact flag */
}
- return (se>0x7fff)? -z: z;
+ return (se&0x8000)? -z: z;
}
weak_alias (__tanhl, tanhl)