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