On 25/11/2012, at 9:24 AM, Richard Hipp wrote: > > > On Sat, Nov 24, 2012 at 5:02 PM, Gilles <[email protected]> wrote: > On Sat, 24 Nov 2012 09:21:54 -0500, Richard Hipp > <[email protected]> wrote: > >One big problem here is that the user will doubtless expect to have full > >Perl regular expressions. That will mean another compile-time dependency. > >And maybe also a run-time dependency if a shared library is used (as most > >distribution packages managers will likely require). Suddenly, Fossil > >becomes much less stand-alone and self-contained. > > Does someone know of a good LGPL regex library that could easily be > statically compiled in the Fossil binary? > > I have a regex library that I've been developing (from scratch) to go into > SQLite for the REGEXP operator. It will serve. >
Jim Tcl (BSD licensed) has a small regex library which supports utf8. -- Embedded Systems Specialists - http://workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

