bug-gnu-utils
[Top][All Lists]
Advanced

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

character classes not supported in symbol patterns in version scripts


From: Jan Beulich
Subject: character classes not supported in symbol patterns in version scripts
Date: Thu, 09 Oct 2003 10:50:30 +0200

Because ldlex.l defines

V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^]([*?.$_a-zA-Z0-9\[\]\-\!\^]|::)*

character classes (e.g. [:alnum:]) cannot be specified (nor can
equivalence classes be, but I consider this a less valuable feature in
this context). I thus believe that above definition should be changed to
not treat :: specially, but rather include : as a normal non-initial
character:

V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^][*?.$_a-zA-Z0-9\[\]\-\!\^:])*

Thank you,

i.A. Jan Beulich
Software Engineer Senior
Novell Linux Platform Engineering

Novell, the leading provider of Net business solutions.
http://www.novell.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]