Your message dated Tue, 22 Nov 2005 11:35:39 -0500
with message-id <[EMAIL PROTECTED]>
and subject line fixed in recent uploads of manpages
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; 17 Feb 2005 10:28:58 +0000
>From [EMAIL PROTECTED] Thu Feb 17 02:28:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 210.230.39-62.rev.gaoland.net (tanyaivinco) [62.39.230.210] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D1iu2-0006YW-00; Thu, 17 Feb 2005 02:28:58 -0800
Received: from vincent by tanyaivinco with local (Exim 3.36 #1 (Debian))
        id 1D1iuC-0002di-00
        for <[EMAIL PROTECTED]>; Thu, 17 Feb 2005 11:29:08 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Vincent Fourmond <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: regex.7.gz: The [[:<:]] and [[:>:]] word boundary regexps are not 
supported
X-Mailer: reportbug 3.8
Date: Thu, 17 Feb 2005 11:29:08 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Vincent Fourmond <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: manpages
Version: 2.01-1
Severity: minor
File: regex.7.gz


  Hello  !

  The regex.7.gz mentions that [[:>:]] and [[:<:]] are available to designate 
word boundaries. 
However, neither grep nor sed, which are build on the standard libc regcomp do 
recognise this syntax. 
Moreover, the small program here 

#include <regex.h>
#include <sys/types.h>
#include <iostream>

using namespace std;

int main()
{
  regex_t RE;
  int err_code = regcomp(&RE, "[[:<:]]",
                         REG_EXTENDED);
  char Buffer[100];
  if(err_code) {
    regerror(err_code, &RE, Buffer, 100);
    cerr << "Error : " << Buffer << endl;
  }
}


produces the following error message:

Error : Invalid character class name

My guess is that this feature is not implemented anymore, or has never been. 
Then, two solutions: 
either remove it from the documentation, or at least mention that it's not 
supported anymore - either 
put the feature back into libc ;-) !

  Thanks for considering this report

        Vincent Fourmond


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

-- no debconf information

---------------------------------------
Received: (at 295666-done) by bugs.debian.org; 22 Nov 2005 16:35:45 +0000
>From [EMAIL PROTECTED] Tue Nov 22 08:35:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ms-smtp-03.nyroc.rr.com ([24.24.2.57])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Eeb7Q-0005wp-VB; Tue, 22 Nov 2005 08:35:45 -0800
Received: from andromeda (cpe-69-202-136-66.twcny.res.rr.com [69.202.136.66])
        by ms-smtp-03.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id 
jAMGZep4000353;
        Tue, 22 Nov 2005 11:35:40 -0500 (EST)
Received: from pryzbyj by andromeda with local (Exim 4.54)
        id 1Eeb7L-0004Nh-M7; Tue, 22 Nov 2005 11:35:39 -0500
Date: Tue, 22 Nov 2005 11:35:39 -0500
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Martin Schulze <[EMAIL PROTECTED]>, Michael Kerrisk <[EMAIL PROTECTED]>
Subject: fixed in recent uploads of manpages
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
From: Justin Pryzby <[EMAIL PROTECTED]>
X-Virus-Scanned: Symantec AntiVirus Scan Engine
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-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 10

Version: 2.09-1

These bugs are all reported fixed by the upstream manpages maintainer,
Michael Kerrisk.  For my own convenience, I'm marking them all as
"fixed by version 2.09-1", even though some of them are fixed by
earlier uploads.  The bug number, correct fixed-in version, and title
are listed below:

 #317037 2.06 Difficult to understand in sscanf RETURN VALUE
 #315411 2.09 New upstream release: 2.09
 #209323 2.09 please include pty(4) manpage
 #330877 2.09 read can return EINVAL when using O_DIRECT and buffer not aligned
 #321131 2.08 exit.3 missing &quot;is&quot;
 #299795 2.07 Some library functions' manpage use wrong hyphen
 #295666 2.03 regex.7.gz: The word boundary regexps are unsupported
 #326520 2.08 'man msgget' typo: one line not displayed
 #306517 2.04 epoll_ctl(2) description differs from implementation
 #291121 2.04 flock(2) second time by same process
 #323851 2.08 getpwnam.3 manpage should clarify the scope of pw_dir
 #323062 2.08 clone(2) CLONE_PARENT_SETTID description incorrect

 #101433 2.04 "man setitimer" give bad informations
 #113812 2.04 libc6-dev: iconv prototype
 #317037 2.06 Difficult to understand in sscanf RETURN VALUE
 #219695 2.04 sysconf(3): describes _SC_2_DEV, which doesn't exist
 #294890 2.03 Typo in wait(2): "watpid"

-- 
Clear skies,
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to