Module Name:src
Committed By: joerg
Date: Mon Apr 20 13:56:07 UTC 2020
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-approx.c
Log Message:
Fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tre/dist/lib/tre-match-appro
Module Name:src
Committed By: rin
Date: Tue Nov 21 08:19:55 UTC 2017
Removed Files:
src/external/bsd/tre/dist/doc: Makefile.in
src/external/bsd/tre/dist/lib: Makefile.in
src/external/bsd/tre/dist/m4: Makefile.in gettext.m4 iconv.m4
intlmacosx.m4
Module Name:src
Committed By: rin
Date: Tue Nov 21 03:09:41 UTC 2017
Modified Files:
src/external/bsd/tre/lib: Makefile
Log Message:
Bump WARNS to 5 (via ../Makefile.inc).
Remove unnecessary -Wno-stack-protector flag.
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: rin
Date: Tue Nov 21 03:03:31 UTC 2017
Modified Files:
src/external/bsd/tre: Makefile.inc
Log Message:
Bump WARNS to 5.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tre/Makefile.inc
Please note that diffs are
Module Name:src
Committed By: rin
Date: Tue Nov 21 02:53:20 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre.h
Log Message:
Add REG_INVARG and REG_STARTEND ifndef TRE_USE_SYSTEM_REGEX_H.
No functional changes at the moment.
To generate a diff of this commit:
c
Module Name:src
Committed By: rin
Date: Tue Nov 21 02:50:35 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c
Log Message:
Some systems need for SIZE_MAX.
No functional changes on NetBSD.
To generate a diff of this commit:
c
Module Name:src
Committed By: rin
Date: Sun Nov 19 21:54:31 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-backtrack.c
Log Message:
Fix an apparent typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tre/dist/lib/tre-matc
Module Name:src
Committed By: rin
Date: Sun Nov 19 14:03:35 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c
Log Message:
Add missing integer overflow checks to avoid out-of-bound write reported in
CVE-2016-8859, partially tak
Module Name:src
Committed By: rin
Date: Sun Nov 19 13:22:58 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c
tre-match-utils.h
Log Message:
Fix memory leak when input contains illegal multibyte sequence, partially
Module Name:src
Committed By: rin
Date: Sun Nov 19 13:21:03 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-backtrack.c
Log Message:
ret should be reg_errcode_t.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tre/dist/lib/t
Module Name:src
Committed By: rin
Date: Sun Nov 19 13:00:31 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
nmatch and pmatch should be ignored when regex was compiled with REG_NOSUB,
partially taken from musl libc:
https://git.musl-libc.org/
Module Name:src
Committed By: rin
Date: Sun Nov 19 12:35:39 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-compile.c
Log Message:
Fix use of uninitialized value, taken from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/regex/regcomp.c?id=51eeb6ebc9
Module Name:src
Committed By: rin
Date: Sun Nov 19 12:26:25 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-compile.c
Log Message:
Check error code from allocating function, from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/regex/regcomp.c?id=4260d
Module Name:src
Committed By: rin
Date: Sun Nov 19 12:13:14 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: tre-compile.c tre-parse.c
Log Message:
Fix allocation size with wrong use of sizeof, taken from musl libc:
https://git.musl-libc.org/cgit/musl/commit/src/reg
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:44:01 UTC 2017
Added Files:
src/external/bsd/tre/dist: ChangeLog.old
Log Message:
Add ChangeLog.old, which has been newly added to github repository.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/exter
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:18:06 UTC 2017
Added Files:
src/external/bsd/tre/lib: tre.pc
Log Message:
Add tre.pc to be installed into /usr/lib/pkgconfig (not yet).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/li
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:17:06 UTC 2017
Modified Files:
src/external/bsd/tre/include: config.h tre-config.h
Log Message:
Regen. Actually stop using alloca(3).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tre/in
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:16:19 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regcomp.c regexec.c tre-compile.c
Log Message:
Disable tre_reg*b() when we don't have REG_USEBYTES.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:14:31 UTC 2017
Modified Files:
src/external/bsd/tre/dist: configure.ac
src/external/bsd/tre/dist/lib: regcomp.c regexec.c tre-compile.c
tre-internal.h tre-match-approx.c tre-match-backtrack.c
Module Name:src
Committed By: rin
Date: Fri Nov 17 16:08:20 UTC 2017
Added Files:
src/external/bsd/tre: tre2netbsd
Log Message:
Add tre2netbsd script based on nvi2netbsd.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/tre2netbsd
Please no
Module Name:src
Committed By: rin
Date: Fri Nov 17 14:37:37 UTC 2017
Modified Files:
src/external/bsd/tre: Makefile.inc
src/external/bsd/tre/dist: configure.ac
src/external/bsd/tre/include: config.h
Log Message:
Specify TRE_REGEX_T_FIELD in CPPFLAGS when we
Module Name:src
Committed By: rin
Date: Mon Nov 13 00:53:05 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
Apply the previous fix to tre_regwexec().
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tre/dist/lib/
Module Name:src
Committed By: christos
Date: Sun Nov 12 20:56:37 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
check more eo, initialize shift, remove useless variable.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/exter
Module Name:src
Committed By: rin
Date: Sun Nov 12 16:10:59 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
Make REG_STARTEND for tre_regcomp() working actually:
- correct string length
- shift pmatch after pattern matching
- check validity o
Module Name:src
Committed By: wiz
Date: Fri Jun 10 08:03:46 UTC 2016
Modified Files:
src/external/bsd/tre/bin: agrep.1
Log Message:
Bump date for -r.
XXX: this file has no license.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tre/bin/agre
Module Name:src
Committed By: wiz
Date: Fri Jun 10 08:03:26 UTC 2016
Modified Files:
src/external/bsd/tre/bin: agrep.1
Log Message:
Sort option descriptions. Use Mt.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tre/bin/agrep.1
Please note
Module Name:src
Committed By: agc
Date: Fri Jun 10 05:11:18 UTC 2016
Modified Files:
src/external/bsd/tre/bin: agrep.1
src/external/bsd/tre/dist/src: agrep.c
Log Message:
Add some patches which were in an older tree, from January 29 2015:
+ add a -r argument to ag
Module Name:src
Committed By: dholland
Date: Wed Aug 22 05:39:19 UTC 2012
Modified Files:
src/external/bsd/tre/bin: Makefile
Log Message:
Remove nonexistent directory from compiler include path, per
PR 46819 from Henning Petersen.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: joerg
Date: Thu Nov 17 16:21:08 UTC 2011
Modified Files:
src/external/bsd/tre/dist/src: agrep.c
Log Message:
Use __dead
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/tre/dist/src/agrep.c
Please note that d
Module Name:src
Committed By: joerg
Date: Tue Nov 8 16:45:43 UTC 2011
Modified Files:
src/external/bsd/tre/dist/lib: tre-match-backtrack.c
Log Message:
Don't use constant macros in conditionals, use a #if check.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.
Module Name:src
Committed By: tron
Date: Sun Nov 6 10:55:28 UTC 2011
Modified Files:
src/external/bsd/tre/lib: Makefile
Log Message:
Fix build with stack smash protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/tre/lib/Makef
Module Name:src
Committed By: christos
Date: Sat Nov 5 22:39:14 UTC 2011
Modified Files:
src/external/bsd/tre: Makefile.inc
src/external/bsd/tre/dist/lib: regcomp.c regerror.c regexec.c tre-ast.h
tre-compile.c tre-internal.h tre-match-approx.c
Module Name:src
Committed By: agc
Date: Thu Apr 22 17:33:54 UTC 2010
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
implement the REG_STARTEND extension using tre_regnexec - REG_STARTEND is
used by mail(1), and file(1), to name but two.
To generate
Module Name:src
Committed By: agc
Date: Thu Apr 22 17:32:37 UTC 2010
Modified Files:
src/external/bsd/tre/dist/lib: tre.h
Log Message:
don't include parameter names in the namespace for function prototypes.
define REG_STARTEND
include tre-config.h inplace in tre.h, since
Module Name:src
Committed By: agc
Date: Thu Apr 22 17:28:59 UTC 2010
Modified Files:
src/external/bsd/tre/dist/lib: tre-mem.c
Log Message:
clean up some lint
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/tre/dist/lib/tre-mem.c
Please n
35 matches
Mail list logo