"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "TRE" between the packages
tree-1.7.0.tgz and tre-0.8.0.tar.gz

About: TRE is a POSIX compliant regexp matching library that supports for e.g. approximate (fuzzy) matching (includes a version of the "agrep" tool).

Summary:

The "TRE" source code changed by about 99.8% and now consists of 153 files.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 15 14 1 0
C program 26 18 8 0
Spec file 1 1 0 0
Python program 2 2 0 0
Sed program 2 2 0 0
Shell program 13 13 0 0
Automake file 18 18 0 0
M4 macro file 15 15 0 0
Makefile 1 0 1 0
Man page 1 0 1 0
Module-Definition file 1 1 0 0
Pascal program 1 1 0 0
Pkg-config file 1 1 0 0
Argument file 4 4 0 0
Configure script 1 1 0 0
CSS style sheet 1 1 0 0
DTD file 1 0 1 0
Gettext file 5 5 0 0
HTML page 2 2 0 0
MS Visual Studio file 3 3 0 0
Data file 4 4 0 0
Directory 10 9 0 0
Change log 3 2 1 0
Information file 6 4 0 2
License 1 0 0 1
Readme file 2 1 0 1
Text file 13 12 1 0
Total Files153134144



Header Files (all 15):

NameStatusDeltaVisual Diff
config.h.in added
lib/regex.h added
lib/tre-ast.h added
lib/tre-compile.h added
lib/tre-config.h.in added
lib/tre-internal.h added
lib/tre-match-utils.h added
lib/tre-mem.h added
lib/tre-parse.h added
lib/tre-stack.h added
lib/tre.h added
lib/xmalloc.h added
tree.h removed
win32/config.h added
win32/tre-config.h added

C Programs (all 26):

NameStatusDeltaVisual Diff
color.c removed
hash.c removed
html.c removed
json.c removed
lib/regcomp.c added
lib/regerror.c added
lib/regexec.c added
lib/tre-ast.c added
lib/tre-compile.c added
lib/tre-match-approx.c added
lib/tre-match-backtrack.c added
lib/tre-match-parallel.c added
lib/tre-mem.c added
lib/tre-parse.c added
lib/tre-stack.c added
lib/xmalloc.c added
python/tre-python.c added
src/agrep.c added
strverscmp.c removed
tests/bench.c added
tests/randtest.c added
tests/retest.c added
tests/test-str-source.c added
tree.c removed
unix.c removed
xml.c removed

Spec Files (all 1):

NameStatusDeltaVisual Diff
tre.spec.in added

Python Programs (all 2):

NameStatusDeltaVisual Diff
python/example.py added
python/setup.py added

Sed Programs (all 2):

NameStatusDeltaVisual Diff
po/boldquot.sed added
po/quot.sed added

Shell Programs (all 13):

NameStatusDeltaVisual Diff
tests/agrep/run-tests.sh added
tests/build-tests.sh added
utils/autogen.sh added
utils/build-rpm.sh added
utils/compile added
utils/config.guess added
utils/config.rpath added
utils/config.sub added
utils/depcomp added
utils/install-sh added
utils/ltmain.sh added
utils/missing added
utils/mkinstalldirs added

Automake Files (all 18):

NameStatusDeltaVisual Diff
configure.ac added
doc/Makefile.am added
doc/Makefile.in added
lib/Makefile.am added
lib/Makefile.in added
m4/Makefile.am added
m4/Makefile.in added
Makefile.am added
Makefile.in added
po/Makefile.in.in added
src/Makefile.am added
src/Makefile.in added
tests/agrep/Makefile.am added
tests/agrep/Makefile.in added
tests/Makefile.am added
tests/Makefile.in added
utils/Makefile.am added
utils/Makefile.in added

M4 Macro Files (all 15):

NameStatusDeltaVisual Diff
aclocal.m4 added
m4/ac_libtool_tags.m4 added
m4/ax_check_funcs_comp.m4 added
m4/ax_check_sign.m4 added
m4/ax_decl_wchar_max.m4 added
m4/gettext.m4 added
m4/iconv.m4 added
m4/intlmacosx.m4 added
m4/lib-ld.m4 added
m4/lib-link.m4 added
m4/lib-prefix.m4 added
m4/nls.m4 added
m4/po.m4 added
m4/progtest.m4 added
m4/vl_prog_cc_warnings.m4 added

Makefiles (all 1):

NameStatusDeltaVisual Diff
Makefile removed

Man Pages (all 1):

NameStatusDeltaVisual Diff
doc/tree.1 removed

Module-Definition Files (all 1):

NameStatusDeltaVisual Diff
win32/tre.def added

Pascal Programs (all 1):

NameStatusDeltaVisual Diff
tests/agrep/records.ok added

Pkg-config Files (all 1):

NameStatusDeltaVisual Diff
tre.pc.in added

Argument Files (all 4):

NameStatusDeltaVisual Diff
tests/agrep/basic.args added
tests/agrep/delimiters.args added
tests/agrep/exitstatus.args added
tests/agrep/records.args added

Configure Scripts (all 1):

NameStatusDeltaVisual Diff
configure added

CSS Style Sheets (all 1):

NameStatusDeltaVisual Diff
doc/default.css added

DTD Files (all 1):

NameStatusDeltaVisual Diff
doc/xml.dtd removed

Gettext Files (all 5):

NameStatusDeltaVisual Diff
po/fi.gmo added
po/fi.po added
po/sv.gmo added
po/sv.po added
po/tre.pot added

HTML Pages (all 2):

NameStatusDeltaVisual Diff
doc/tre-api.html added
doc/tre-syntax.html added

MS Visual Studio Files (all 3):

NameStatusDeltaVisual Diff
win32/retest.dsp added
win32/tre.dsp added
win32/tre.dsw added

Data Files (all 4):

NameStatusDeltaVisual Diff
tests/agrep/basic.input added
tests/agrep/delimiters.input added
tests/agrep/exitstatus.input added
tests/agrep/records.input added

Directories (9 of 10):

NameStatus
lib added
m4 added
po added
python added
src added
tests added
tests/agrep added
utils added
win32 added

Change Logs (all 3):

NameStatusDeltaVisual Diff
ChangeLog added
CHANGES removed
NEWS added

Information Files (all 6):

NameStatusDeltaVisual Diff
ABOUT-NLS added
AUTHORS added
INSTALL changed 100.0% diff
po/LINGUAS added
THANKS added
TODO changed 100.0% diff

Licenses (all 1):

NameStatusDeltaVisual Diff
LICENSE changed 100.0% diff

Readme Files (all 2):

NameStatusDeltaVisual Diff
lib/README added
README changed 100.0% diff

Text Files (all 13):

NameStatusDeltaVisual Diff
doc/agrep.1.in added
doc/tree.1.fr removed
po/en@boldquot.header added
po/en@quot.header added
po/insert-header.sin added
po/Makevars added
po/POTFILES.in added
po/remove-potcdate.sin added
po/Rules-quot added
po/stamp-po added
tests/agrep/basic.ok added
tests/agrep/delimiters.ok added
tests/agrep/exitstatus.ok added

Packages Compared:

tree-1.7.0.tgz
tre-0.8.0.tar.gz


Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS