Files
semi-libc/src
Rich Felker 386b34a07b remove invalid code from TRE
TRE wants to treat + and ? after a +, ?, or * as special; ? means
ungreedy and + is reserved for future use. however, this is
non-conformant. although redundant, these redundant characters have
well-defined (no-op) meaning for POSIX ERE, and are actually _literal_
characters (which TRE is wrongly ignoring) in POSIX BRE mode.

the simplest fix is to simply remove the unneeded nonstandard
functionality. as a plus, this shaves off a small amount of bloat.
2012-04-13 19:50:58 -04:00
..
2011-10-14 23:31:04 -04:00
2011-10-09 22:51:03 -04:00
2011-04-17 11:43:03 -04:00
2012-03-23 00:28:20 -04:00
2012-04-04 17:34:28 +02:00
2011-06-25 09:23:36 -04:00
2011-06-29 15:29:52 -04:00
2012-02-06 18:23:11 -05:00
2012-04-13 19:50:58 -04:00
2011-04-17 11:43:03 -04:00
2011-09-18 16:44:54 -04:00
2011-04-17 11:43:03 -04:00