aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-16 17:23:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-16 17:23:03 +0000
commit10c384636bd2d677b9cc8b610925f9d43698bd9c (patch)
tree35711e4497360b32ff7920a2edff3276c61e8149
parent1c533de9f349937af01b93eb6d37d247f78f1b8c (diff)
downloadglibc-10c384636bd2d677b9cc8b610925f9d43698bd9c.tar
glibc-10c384636bd2d677b9cc8b610925f9d43698bd9c.tar.gz
glibc-10c384636bd2d677b9cc8b610925f9d43698bd9c.tar.bz2
glibc-10c384636bd2d677b9cc8b610925f9d43698bd9c.zip
Update.
* sysdeps/unix/sysv/linux/bits/types.h: Correct signed/unsigned-ness of blkcnt and fsblkcnt. * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
-rw-r--r--ChangeLog5
-rw-r--r--localedata/ChangeLog6
-rw-r--r--localedata/charmaps/IBM4374
-rw-r--r--localedata/charmaps/IBM8555
-rw-r--r--localedata/charmaps/UTF82
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/types.h10
-rw-r--r--sysdeps/unix/sysv/linux/bits/types.h10
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/types.h10
8 files changed, 32 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index f021e771c8..8691c9f7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sysv/linux/bits/types.h: Correct
+ signed/unsigned-ness of blkcnt and fsblkcnt.
+ * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
+
* sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
SOL_AAL, and SOL_IRDA.
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 20300b73be..cd9a093188 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,11 @@
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
+ * charmaps/IBM855: Correct entries 95, ef, and fd.
+
+ * charmaps/IBM437: Correct entries f9 and fa.
+
+ * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
+
* locales/th_TH: New file. Thai locale description.
* th_TH.in: New file.
Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
diff --git a/localedata/charmaps/IBM437 b/localedata/charmaps/IBM437
index 3291d3e075..3142d34550 100644
--- a/localedata/charmaps/IBM437
+++ b/localedata/charmaps/IBM437
@@ -257,8 +257,8 @@ CHARMAP
<-:> /xF6 <U00F7> DIVISION SIGN
<?2> /xF7 <U2248> ALMOST EQUAL TO
<DG> /xF8 <U00B0> DEGREE SIGN
-<.M> /xF9 <U00B7> MIDDLE DOT
-<sb> /xFA <U2022> BULLET
+<Sb> /xF9 <U2219> BULLET OPERATOR
+<.M> /xFA <U00B7> MIDDLE DOT
<RT> /xFB <U221A> SQUARE ROOT
<nS> /xFC <U207F> SUPERSCRIPT LATIN SMALL LETTER N
<2S> /xFD <U00B2> SUPERSCRIPT TWO
diff --git a/localedata/charmaps/IBM855 b/localedata/charmaps/IBM855
index f1af94dd9a..e7f2439362 100644
--- a/localedata/charmaps/IBM855
+++ b/localedata/charmaps/IBM855
@@ -157,7 +157,7 @@ CHARMAP
<nj> /x92 <U045A> CYRILLIC SMALL LETTER NJE
<NJ> /x93 <U040A> CYRILLIC CAPITAL LETTER NJE
<ts> /x94 <U045B> CYRILLIC SMALL LETTER TSHE (Serbocroatian)
-<TS> /x95 <U0093> SET TRANSMIT STATE (STS)
+<Ts> /x95 <U040B> CYRILLIC CAPITAL LETTER TSHE
<kj> /x96 <U045C> CYRILLIC SMALL LETTER KJE
<KJ> /x97 <U040C> CYRILLIC CAPITAL LETTER KJE
<v%> /x98 <U045E> CYRILLIC SMALL LETTER SHORT U (Byelorussian)
@@ -247,7 +247,7 @@ CHARMAP
<V=> /xEC <U0412> CYRILLIC CAPITAL LETTER VE
<%'> /xED <U044C> CYRILLIC SMALL LETTER SOFT SIGN
<%"> /xEE <U042C> CYRILLIC CAPITAL LETTER SOFT SIGN
-<''> /xEF <U00B4> ACUTE ACCENT
+<N0> /xEF <U2116> NUMERO SIGN
<--> /xF0 <U00AD> SOFT HYPHEN
<y=> /xF1 <U044B> CYRILLIC SMALL LETTER YERU
<Y=> /xF2 <U042B> CYRILLIC CAPITAL LETTER YERU
@@ -261,6 +261,7 @@ CHARMAP
<Sc> /xFA <U0429> CYRILLIC CAPITAL LETTER SHCHA
<c%> /xFB <U0447> CYRILLIC SMALL LETTER CHE
<C%> /xFC <U0427> CYRILLIC CAPITAL LETTER CHE
+<SE> /xFD <U00A7> SECTION SIGN
<fS> /xFE <U25A0> BLACK SQUARE
<NS> /xFF <U00A0> NO-BREAK SPACE
<NUL> /x00 <U0000> NUL
diff --git a/localedata/charmaps/UTF8 b/localedata/charmaps/UTF8
index d46d5ff1cd..cb2a7a72fd 100644
--- a/localedata/charmaps/UTF8
+++ b/localedata/charmaps/UTF8
@@ -1253,7 +1253,7 @@ CHARMAP
<//f> /xe2/x88/x95 <U2215> DIVISION SLASH
<*-> /xe2/x88/x97 <U2217> ASTERISK OPERATOR
<Ob> /xe2/x88/x98 <U2218> RING OPERATOR
-<sb> /xe2/x88/x99 <U2219> BULLET OPERATOR
+<Sb> /xe2/x88/x99 <U2219> BULLET OPERATOR
<RT> /xe2/x88/x9a <U221a> SQUARE ROOT
<0(> /xe2/x88/x9d <U221d> PROPORTIONAL TO
<00> /xe2/x88/x9e <U221e> INFINITY
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h
index 0bc6cf6575..0af9fb399d 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/types.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/types.h
@@ -59,11 +59,11 @@ typedef __int32_t __pid_t; /* Type of process identifications. */
typedef __int64_t __ssize_t; /* Type of a byte count, or error. */
typedef __int64_t __rlim_t; /* Type of resource counts. */
typedef __int64_t __rlim64_t; /* "" (LFS) */
-typedef __int32_t __blkcnt_t; /* Type to count nr disk blocks. */
-typedef __int64_t __blkcnt64_t; /* "" (LFS) */
-typedef __uint32_t __fsblkcnt_t; /* Type to count file system blocks. */
-typedef __uint64_t __fsblkcnt64_t; /* "" (LFS) */
-typedef __uint32_t __fsfilcnt_t; /* Type to count file system inodes. */
+typedef __uint32_t __blkcnt_t; /* Type to count nr disk blocks. */
+typedef __uint64_t __blkcnt64_t; /* "" (LFS) */
+typedef __int32_t __fsblkcnt_t; /* Type to count file system blocks. */
+typedef __int64_t __fsblkcnt64_t; /* "" (LFS) */
+typedef __uint32_t __fsfilcnt_t; /* Type to count file system inodes. */
typedef __uint64_t __fsfilcnt64_t; /* "" (LFS) */
typedef __uint32_t __id_t; /* General type for IDs. */
diff --git a/sysdeps/unix/sysv/linux/bits/types.h b/sysdeps/unix/sysv/linux/bits/types.h
index 046e7f7d5d..ccab7fb07c 100644
--- a/sysdeps/unix/sysv/linux/bits/types.h
+++ b/sysdeps/unix/sysv/linux/bits/types.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -120,12 +120,12 @@ typedef unsigned short int __ipc_pid_t;
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */
-typedef __u_long __blkcnt_t;
-typedef __u_quad_t __blkcnt64_t;
+typedef long int __blkcnt_t;
+typedef __quad_t __blkcnt64_t;
/* Type to count file system blocks. */
-typedef long int __fsblkcnt_t;
-typedef __quad_t __fsblkcnt64_t;
+typedef __u_long __fsblkcnt_t;
+typedef __u_quad_t __fsblkcnt64_t;
/* Type to count file system inodes. */
typedef __u_long __fsfilcnt_t;
diff --git a/sysdeps/unix/sysv/linux/mips/bits/types.h b/sysdeps/unix/sysv/linux/mips/bits/types.h
index 36a1e0e0e3..51d9fcdc06 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/types.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/types.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -120,12 +120,12 @@ typedef long int __ipc_pid_t;
/* Types from the Large File Support interface. */
/* Type to count number os disk blocks. */
-typedef __u_long __blkcnt_t;
-typedef __u_quad_t __blkcnt64_t;
+typedef long int __blkcnt_t;
+typedef __quad_t __blkcnt64_t;
/* Type to count file system blocks. */
-typedef long int __fsblkcnt_t;
-typedef __quad_t __fsblkcnt64_t;
+typedef __u_long __fsblkcnt_t;
+typedef __u_quad_t __fsblkcnt64_t;
/* Type to count file system inodes. */
typedef __u_long __fsfilcnt_t;