Earlier this year Alistair Crooks contacted me, telling that they would be interested in replacing the old NetBSD C library regex implementation with libtre. The only problem was the license (LGPL). I thought about it for about two seconds, and decided to finally release TRE with a BSD license. So starting from 0.7.6, TRE comes with a 2-clause BSD license instead of the LGPL.
In a Google Summer of Code project, Matthias-Christian Ott has now ported TRE to NetBSD:
NetBSD’s current regular expression library was initially written by Henry Spencer in 1986, when ASCII was the de facto standard. Moreover, Spencer described it as slow. So it makes real sense to replace it and seek for alternatives.
The project home page is here.
{ 1 comment… read it below or add one }
Great news, hope the other BSDs will follow suit!