Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
README | H A D | 28-Aug-2020 | 354 | 10 | 6 | |
regcomp.c | H A D | 28-Aug-2020 | 3.4 KiB | 143 | 98 | |
regerror.c | H A D | 28-Aug-2020 | 2.9 KiB | 95 | 62 | |
regexec.c | H A D | 28-Aug-2020 | 9.4 KiB | 362 | 270 | |
tre-ast.c | H A D | 28-Aug-2020 | 5.7 KiB | 240 | 192 | |
tre-ast.h | H A D | 28-Aug-2020 | 4 KiB | 142 | 76 | |
tre-compile.c | H A D | 28-Aug-2020 | 60.1 KiB | 2,338 | 1,915 | |
tre-compile.h | H A D | 28-Aug-2020 | 1.1 KiB | 41 | 14 | |
tre-internal.h | H A D | 28-Aug-2020 | 8.1 KiB | 301 | 202 | |
tre-match-approx.c | H A D | 28-Aug-2020 | 23.9 KiB | 848 | 623 | |
tre-match-backtrack.c | H A D | 28-Aug-2020 | 18.1 KiB | 683 | 544 | |
tre-match-parallel.c | H A D | 28-Aug-2020 | 13.8 KiB | 531 | 415 | |
tre-match-utils.h | H A D | 28-Aug-2020 | 6.4 KiB | 216 | 169 | |
tre-mem.c | H A D | 28-Aug-2020 | 3.8 KiB | 169 | 114 | |
tre-mem.h | H A D | 28-Aug-2020 | 2.4 KiB | 80 | 32 | |
tre-parse.c | H A D | 28-Aug-2020 | 44.3 KiB | 1,747 | 1,454 | |
tre-parse.h | H A D | 28-Aug-2020 | 2.1 KiB | 64 | 21 | |
tre-stack.c | H A D | 28-Aug-2020 | 3 KiB | 139 | 102 | |
tre-stack.h | H A D | 28-Aug-2020 | 2.8 KiB | 90 | 38 | |
xmalloc.c | H A D | 28-Aug-2020 | 7.1 KiB | 360 | 272 | |
xmalloc.h | H A D | 28-Aug-2020 | 2.9 KiB | 89 | 48 |
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