Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/external/bsd/regextend
Module Name: othersrc
Committed By: agc
Date: Thu Jun 9 06:24:34 UTC 2016
Added Files:
othersrc/external/bsd/regextend: Makefile
othersrc/external/bsd/regextend/bin: 1.in 2.in 3.in 4.in Makefile
Testspec
othersrc/external/bsd/regextend/dist: Makefile libregextend.3 main.c
regextend.1 regextend.c regextend.h
othersrc/external/bsd/regextend/lib: Makefile shlib_version
Log Message:
Add a small lib and utility program to convert a basic regular expression into
an extended one. For more information on regexp specifications, please see
re_format(7).
The library implements a single routine called regextend(3), which implements
a simple codec-style transformation from basic to extended regular expression.
This can be useful for regular expression implementations which do not
implement basic regular expressions.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/Makefile
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/bin/1.in \
othersrc/external/bsd/regextend/bin/2.in \
othersrc/external/bsd/regextend/bin/3.in \
othersrc/external/bsd/regextend/bin/4.in \
othersrc/external/bsd/regextend/bin/Makefile \
othersrc/external/bsd/regextend/bin/Testspec
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/dist/Makefile \
othersrc/external/bsd/regextend/dist/libregextend.3 \
othersrc/external/bsd/regextend/dist/main.c \
othersrc/external/bsd/regextend/dist/regextend.1 \
othersrc/external/bsd/regextend/dist/regextend.c \
othersrc/external/bsd/regextend/dist/regextend.h
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/regextend/lib/Makefile \
othersrc/external/bsd/regextend/lib/shlib_version
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