Welcome to CRUX bug tracking.
FS#181 - pkgutils: libtre integration
Attached to Project:
CRUX
Opened by Matthias-Christian Ott (ott) - Monday, 21 May 2007, 11:56 GMT+2
Last edited by Tilman Sauerbeck (tilman) - Saturday, 03 May 2008, 13:50 GMT+2
Opened by Matthias-Christian Ott (ott) - Monday, 21 May 2007, 11:56 GMT+2
Last edited by Tilman Sauerbeck (tilman) - Saturday, 03 May 2008, 13:50 GMT+2
|
DetailsThis patch adds support for the tre regular expression library which is faster than the normal library and also POSIX compatible.
See: http://laurikari.net/tre/ http://swtch.com/~rsc/regexp/ http://laurikari.net/pipermail/tre-general/2006-August/000053.html |
This task depends upon
The only concern I have is that I am not entirely sure whether the regex functions of libtre or libc get linked by the linker, because they have the same function names. Someone should verify this.