OpenGrok
Cross Reference: tre-parse.c
xref
: /
src
/
external
/
bsd
/
tre
/
dist
/
lib
/
tre-parse.c
Home
|
History
|
Annotate
|
Download
|
only in
lib
History log of
/src/external/bsd/tre/dist/lib/tre-parse.c
Revision
Date
Author
Comments
1.5
19-Nov-2017
rin
Fix allocation size with wrong use of sizeof, taken from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/regex/regcomp.c?id=1e81fa4524ecfd51e6a6578ff8038b4c05393101
1.4
17-Nov-2017
rin
Merge tre as of 20171117.
1.3
05-Nov-2011
christos
make this work:
- split alloca stuff in a separate file
- fix size_t/int/long inconsistencies
- fix weak alias stuff
- make paths consistent
- fix config files
- use switch instead of if/then/elseif...
- fix Makefiles
1.2
04-Sep-2010
ahoka
branches: 1.2.6;
Add libc glue for libtre.
tre will be compiled without approx and wchar/mulibyte support to
only match the minimum requirement to replace our spencer regex.
This needs a lot of testing.
Only enabled when USE_LIBTRE is set to `yes'.
1.1
25-Feb-2010
agc
branches: 1.1.1;
Initial revision
1.1.1.2
17-Nov-2017
rin
Import tre from https://github.com/laurikari/tre as of 10171117:
- tre_reg*b() functions are added, that take bytes literally.
- minor bug fixes
1.1.1.1
25-Feb-2010
agc
initial import of tre-0.8.0 into the external sources framework.
with many thanks to ville laurikari for writing tre in the first place
and for changing the licensing to a 2-clause bsd license; thanks also to
matthias-christian ott for his work on the google summer of code 2009
project.
this import brings the distribution to src/external - the reachover
build files will follow
1.2.6.1
10-Nov-2011
yamt
sync with head
Indexes created Tue Feb 24 01:34:59 UTC 2026