[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#208298: marked as done (wchar.h fails to declare wcwidth() and wcswidth())



Your message dated Sun, 16 Jan 2005 11:39:09 +0900
with message-id <81brbqqer6.wl@omega.webmasters.gr.jp>
and subject line Bug#208298: wchar.h fails to declare wcwidth() and wcswidth()
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Sep 2003 23:42:06 +0000
>From debian-bugs-CCEecC8F3k8r=spam@ruediger-kuhlmann.de Mon Sep 01 18:42:05 2003
Return-path: <debian-bugs-CCEecC8F3k8r=spam@ruediger-kuhlmann.de>
Received: from mailgate.rz.uni-karlsruhe.de [129.13.64.97] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19tyJB-0000lW-00; Mon, 01 Sep 2003 18:42:05 -0500
Received: from hadio112.hadiko.uni-karlsruhe.de ([PZuO+Q9kTqmGCgWyvZxbM3Sa4V4vw8uR]@hadio112.hadiko.uni-karlsruhe.de [172.20.45.27])
	by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.36 #1)
	id 19tyJA-0002hu-00; Tue, 02 Sep 2003 01:42:04 +0200
Received: from ruediger by hadio112.hadiko.uni-karlsruhe.de with local (Exim 3.35 #1 (Debian))
	id 19tyJA-0001w9-00
	for <submit@bugs.debian.org>; Tue, 02 Sep 2003 01:42:04 +0200
Date: Tue, 2 Sep 2003 01:42:04 +0200
From: =?iso-8859-1?Q?R=FCdiger?= Kuhlmann <debian-bugs-CCEecC8F3k8r=spam@ruediger-kuhlmann.de>
To: submit@bugs.debian.org
Subject: wchar.h fails to declare wcwidth() and wcswidth()
Message-ID: <20030901234204.GB12662@o112.hadiko.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0
	tests=BAYES_30,FROM_HAS_MIXED_NUMS,HAS_PACKAGE,USER_AGENT_MUTT
	version=2.53-bugs.debian.org_2003_8_27
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_27 (1.174.2.15-2003-03-30-exp)


Package: libc6-dev
Version: 2.3.2-4

Even though the man page for wcwidth and wcswidth() claim that these
functions conform to "UNIX98" and "POSIX 1003.1-2001", they're only declared
when the macro __USE_XOPEN (via _XOPEN_SOURCE) is defined. I don't know
whether these function should be declared by default, but at least they
should if _ISOC99_SOURCE is defined - which, however, doesn't set
__USE_XOPEN.

---------------------------------------
Received: (at 208298-done) by bugs.debian.org; 16 Jan 2005 02:39:10 +0000
>From gotom@debian.or.jp Sat Jan 15 18:39:10 2005
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cq0Jq-0005Eq-00; Sat, 15 Jan 2005 18:39:10 -0800
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id 0ADDDDEE24; Sun, 16 Jan 2005 11:39:09 +0900 (JST)
Date: Sun, 16 Jan 2005 11:39:09 +0900
Message-ID: <81brbqqer6.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: =?ISO-8859-1?Q?R=FCdiger?= Kuhlmann <debian-bugs-CCEecC8F3k8r=spam@ruediger-kuhlmann.de>,
	208298-done@bugs.debian.org
Subject: Re: Bug#208298: wchar.h fails to declare wcwidth() and wcswidth()
In-Reply-To: <20030901234204.GB12662@o112.hadiko.de>
References: <20030901234204.GB12662@o112.hadiko.de>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Delivered-To: 208298-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

At Tue, 2 Sep 2003 01:42:04 +0200,
R=FCdiger Kuhlmann wrote:
> Even though the man page for wcwidth and wcswidth() claim that these
> functions conform to "UNIX98" and "POSIX 1003.1-2001", they're only decla=
red
> when the macro __USE_XOPEN (via _XOPEN_SOURCE) is defined. I don't know
> whether these function should be declared by default, but at least they
> should if _ISOC99_SOURCE is defined - which, however, doesn't set
> __USE_XOPEN.

This is incorrect.  ISO C99 does not say about wcwidth and wcswidth.
Closed.

Regards,
-- gotom



Reply to: