From 10c384636bd2d677b9cc8b610925f9d43698bd9c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 16 Apr 1999 17:23:03 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ localedata/ChangeLog | 6 ++++++ localedata/charmaps/IBM437 | 4 ++-- localedata/charmaps/IBM855 | 5 +++-- localedata/charmaps/UTF8 | 2 +- sysdeps/unix/sysv/linux/alpha/bits/types.h | 10 +++++----- sysdeps/unix/sysv/linux/bits/types.h | 10 +++++----- sysdeps/unix/sysv/linux/mips/bits/types.h | 10 +++++----- 8 files changed, 32 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index f021e77..8691c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-04-16 Ulrich Drepper + * 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 20300b7..cd9a093 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,11 @@ 1999-04-16 Ulrich Drepper + * 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 . diff --git a/localedata/charmaps/IBM437 b/localedata/charmaps/IBM437 index 3291d3e..3142d34 100644 --- a/localedata/charmaps/IBM437 +++ b/localedata/charmaps/IBM437 @@ -257,8 +257,8 @@ CHARMAP <-:> /xF6 DIVISION SIGN /xF7 ALMOST EQUAL TO /xF8 DEGREE SIGN -<.M> /xF9 MIDDLE DOT - /xFA BULLET + /xF9 BULLET OPERATOR +<.M> /xFA MIDDLE DOT /xFB SQUARE ROOT /xFC SUPERSCRIPT LATIN SMALL LETTER N <2S> /xFD SUPERSCRIPT TWO diff --git a/localedata/charmaps/IBM855 b/localedata/charmaps/IBM855 index f1af94d..e7f2439 100644 --- a/localedata/charmaps/IBM855 +++ b/localedata/charmaps/IBM855 @@ -157,7 +157,7 @@ CHARMAP /x92 CYRILLIC SMALL LETTER NJE /x93 CYRILLIC CAPITAL LETTER NJE /x94 CYRILLIC SMALL LETTER TSHE (Serbocroatian) - /x95 SET TRANSMIT STATE (STS) + /x95 CYRILLIC CAPITAL LETTER TSHE /x96 CYRILLIC SMALL LETTER KJE /x97 CYRILLIC CAPITAL LETTER KJE /x98 CYRILLIC SMALL LETTER SHORT U (Byelorussian) @@ -247,7 +247,7 @@ CHARMAP /xEC CYRILLIC CAPITAL LETTER VE <%'> /xED CYRILLIC SMALL LETTER SOFT SIGN <%"> /xEE CYRILLIC CAPITAL LETTER SOFT SIGN -<''> /xEF ACUTE ACCENT + /xEF NUMERO SIGN <--> /xF0 SOFT HYPHEN /xF1 CYRILLIC SMALL LETTER YERU /xF2 CYRILLIC CAPITAL LETTER YERU @@ -261,6 +261,7 @@ CHARMAP /xFA CYRILLIC CAPITAL LETTER SHCHA /xFB CYRILLIC SMALL LETTER CHE /xFC CYRILLIC CAPITAL LETTER CHE + /xFD SECTION SIGN /xFE BLACK SQUARE /xFF NO-BREAK SPACE /x00 NUL diff --git a/localedata/charmaps/UTF8 b/localedata/charmaps/UTF8 index d46d5ff..cb2a7a7 100644 --- a/localedata/charmaps/UTF8 +++ b/localedata/charmaps/UTF8 @@ -1253,7 +1253,7 @@ CHARMAP /xe2/x88/x95 DIVISION SLASH <*-> /xe2/x88/x97 ASTERISK OPERATOR /xe2/x88/x98 RING OPERATOR - /xe2/x88/x99 BULLET OPERATOR + /xe2/x88/x99 BULLET OPERATOR /xe2/x88/x9a SQUARE ROOT <0(> /xe2/x88/x9d PROPORTIONAL TO <00> /xe2/x88/x9e INFINITY diff --git a/sysdeps/unix/sysv/linux/alpha/bits/types.h b/sysdeps/unix/sysv/linux/alpha/bits/types.h index 0bc6cf6..0af9fb3 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 046e7f7..ccab7fb 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 36a1e0e..51d9fcdc 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; -- 2.7.4