summaryrefslogtreecommitdiff
path: root/external/bsd/tre/dist/lib
AgeCommit message (Expand)Author
2020-04-20Fix indentationjoerg
2017-11-21Remove more files that should be removed when tre was imported from githubrin
2017-11-21Add REG_INVARG and REG_STARTEND ifndef TRE_USE_SYSTEM_REGEX_H.rin
2017-11-21Some systems need <stdint.h> for SIZE_MAX.rin
2017-11-19Fix an apparent typo.rin
2017-11-19Add missing integer overflow checks to avoid out-of-bound write reported inrin
2017-11-19Fix memory leak when input contains illegal multibyte sequence, partiallyrin
2017-11-19ret should be reg_errcode_t.rin
2017-11-19nmatch and pmatch should be ignored when regex was compiled with REG_NOSUB,rin
2017-11-19Fix use of uninitialized value, taken from musl libc:rin
2017-11-19Check error code from allocating function, from musl libc:rin
2017-11-19Fix allocation size with wrong use of sizeof, taken from musl libc:rin
2017-11-17Disable tre_reg*b() when we don't have REG_USEBYTES.rin
2017-11-17Merge tre as of 20171117.rin
2017-11-17Import tre from https://github.com/laurikari/tre as of 10171117:rin
2017-11-13Apply the previous fix to tre_regwexec().rin
2017-11-12check more eo, initialize shift, remove useless variable.christos
2017-11-12Make REG_STARTEND for tre_regcomp() working actually:rin
2011-11-08Don't use constant macros in conditionals, use a #if check.joerg
2011-11-05make this work:christos
2010-09-04Add libc glue for libtre.ahoka
2010-04-22implement the REG_STARTEND extension using tre_regnexec - REG_STARTEND isagc
2010-04-22don't include parameter names in the namespace for function prototypes.agc
2010-04-22clean up some lintagc
2010-02-25initial import of tre-0.8.0 into the external sources framework.agc