Home | History | Annotate | Download | only in lib
History log of /src/external/bsd/tre/dist/lib/tre-compile.c
RevisionDateAuthorComments
 1.7  19-Nov-2017  rin Fix use of uninitialized value, taken from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/regex/regcomp.c?id=51eeb6ebc94d965768143c45e9f39b0a7998bdbd
 1.6  19-Nov-2017  rin Check error code from allocating function, from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/regex/regcomp.c?id=4260dfe1ecc43d92d1e6d30daa0f22bd746d1740
 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 Disable tre_reg*b() when we don't have REG_USEBYTES.
 1.3  17-Nov-2017  rin Merge tre as of 20171117.
 1.2  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.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 branches: 1.1.1.1.6;
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.1.1.1.6.1  10-Nov-2011  yamt sync with head

RSS XML Feed