Download List

Project Description

Diffstat reads the output of the diff command and
displays a histogram of the insertions, deletions,
and modifications in each file. Diffstat is
commonly used to provide a summary of the changes
in large, complex patch files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-02 18:41
1.46

The "-S", "-D", and "-m" options were added to
provide a way to show the amount of difference
relative to the total sizes of the files. The "-q"
option was added to suppress the message for empty
files.
Tags: Minor bugfixes

2008-05-15 20:44
1.45

A "-b" option for ignoring binary file differences was implemented.
Tags: Minor feature enhancements

2007-08-26 23:13
1.44

This release adds a check to ensure that unified
diffs embedded in
another file (such as email) do not count text
past the last chunk of
the diff.
Tags: Minor bugfixes

2006-07-17 04:52
1.43

A bugfix to avoid modifying data that is being used by tsearch() for ordering the binary tree.
Tags: Minor bugfixes

2006-07-02 21:27
1.42

This release will not ignore pathnames in /tmp/, since some tools create usable pathnames for both old/new files there (Debian #376086). It adds a configure check for compress, gzip, and bzip2 programs that may be used to decompress files.
Tags: Minor feature enhancements

Project Resources