Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 1999 11:38:09 +0100 (CET)
From:      mkamm@gmx.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/15561: regex(3) manpage needs update
Message-ID:  <199912181038.LAA01044@localhost.kfunigraz.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         15561
>Category:       bin
>Synopsis:       regex(3) manpage needs update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 19 07:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 3.4-RC i386
>Organization:
Graz Universities
>Environment:
>Description:

  The BUGS section of regex(3) starts with...

BUGS
       This is an  alpha  release  with  known  defects.   Please
       report problems.

       There  is one known functionality bug.  The implementation
       of  internationalization  is  incomplete:  the  locale  is
       always  assumed  to be the default one of 1003.2, and only
       the collating elements etc. of that locale are  available.

Paragraph 1 is questionable. There have been several commits in
/src/lib/libc/regex over the past 5 years. Why is it still alpha?

The bug listed in paragraph 2 above seems to have been fixed by ache
with several commits (from version 1.5 on) to regcomp.c

>How-To-Repeat:

echo _aeiou_äöüß_ | env LANG=de_DE.ISO_8859-1 sed 's/[^[:alpha:]]/=/g'
echo _aeiou_äöüß_ | env - sed 's/[^[:alpha:]]/=/g'

>Fix:

Correct bugs section of regex(3).

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912181038.LAA01044>