• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D28-Aug-2020354 106

regcomp.cH A D28-Aug-20203.4 KiB14398

regerror.cH A D28-Aug-20202.9 KiB9562

regexec.cH A D28-Aug-20209.4 KiB362270

tre-ast.cH A D28-Aug-20205.7 KiB240192

tre-ast.hH A D28-Aug-20204 KiB14276

tre-compile.cH A D28-Aug-202060.1 KiB2,3381,915

tre-compile.hH A D28-Aug-20201.1 KiB4114

tre-internal.hH A D28-Aug-20208.1 KiB301202

tre-match-approx.cH A D28-Aug-202023.9 KiB848623

tre-match-backtrack.cH A D28-Aug-202018.1 KiB683544

tre-match-parallel.cH A D28-Aug-202013.8 KiB531415

tre-match-utils.hH A D28-Aug-20206.4 KiB216169

tre-mem.cH A D28-Aug-20203.8 KiB169114

tre-mem.hH A D28-Aug-20202.4 KiB8032

tre-parse.cH A D28-Aug-202044.3 KiB1,7471,454

tre-parse.hH A D28-Aug-20202.1 KiB6421

tre-stack.cH A D28-Aug-20203 KiB139102

tre-stack.hH A D28-Aug-20202.8 KiB9038

xmalloc.cH A D28-Aug-20207.1 KiB360272

xmalloc.hH A D28-Aug-20202.9 KiB8948

README

1This is a subset of the TRE regular expression library:
2
3Home page: http://www.laurikari.net/tre/index.html
4
5This library is used on platforms without a built-in regular expression
6library (e.g. windoz). On most Unices this library is not needed.
7
8The library is licensed under same terms as Lensfun library, so there's no
9problem linking them together.
10