History log of /dflybsd-src/contrib/tre/lib/tre-ast.c (Results 1 – 2 of 2)
Revision Date Author Comments
# d5f8dde1 06-Aug-2015 John Marino <draco@marino.st>

TRE: Add local modifications to extend functionality

The stock TRE regex library is very good, but it is missing three
key functionalities:
1) collation support
2) equivalence classes
3) legac

TRE: Add local modifications to extend functionality

The stock TRE regex library is very good, but it is missing three
key functionalities:
1) collation support
2) equivalence classes
3) legacy support for character-name table

Luckily, TRE was imported in Apple's Libc and they solved these issues.
This commit represents the modifications Apple made (under the same
2-clause license the author Ville Laurikari issued) minus differences
in xlocale support and the exclusion of "if 0" equivalent blocks.

show more ...


# 5f2eab64 06-Aug-2015 John Marino <draco@marino.st>

Import TRE regex library v0.8.0 to vendor branch