Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ahoka
Date:           Sat Sep  4 12:17:58 UTC 2010

Modified Files:
        src/external/bsd/tre/dist/lib: regcomp.c regerror.c regexec.c
            tre-match-backtrack.c tre-parse.c tre.h
        src/lib/libc: Makefile
        src/share/mk: bsd.own.mk
Added Files:
        src/external/bsd/tre: Makefile.inc
        src/external/bsd/tre/dist: config.h
        src/external/bsd/tre/dist/lib: tre-config.h

Log Message:
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'.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/dist/config.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/tre/dist/lib/regcomp.c \
    src/external/bsd/tre/dist/lib/regerror.c \
    src/external/bsd/tre/dist/lib/tre-match-backtrack.c \
    src/external/bsd/tre/dist/lib/tre-parse.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tre/dist/lib/regexec.c \
    src/external/bsd/tre/dist/lib/tre.h
cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/dist/lib/tre-config.h
cvs rdiff -u -r1.142 -r1.143 src/lib/libc/Makefile
cvs rdiff -u -r1.640 -r1.641 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index