[prev in list] [next in list] [prev in thread] [next in thread] 

List:       amanda-hackers
Subject:    re matching
From:       Noel Hunt <noel () jpmorgan ! com>
Date:       1997-11-24 1:42:28
[Download RAW message or body]

in 2.4.0b3, `match' and `validate_regexp' call `regcomp' thus:

    if ((result = regcomp(&regc, regex,
			  REG_EXTENDED|REG_NOSUB|REG_NEWLINE)) != 0) {

in 2.4.0b4, this has changed to:

    if ((result = regcomp(&regc, regex,
			  REG_BASIC|REG_NOSUB|REG_NEWLINE)) != 0) {

is there a reason for not allowing extended re's?

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic