Download List

Descripción del Proyecto

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

La "S", "D", y "opciones de m" se agrega para proporcionar una manera de mostrar la cantidad de diferencia en relación con el tamaño total de los archivos. La "q" esta opción para suprimir el mensaje para los archivos vacíos.
Tags: Minor bugfixes
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.

2008-05-15 20:44
1.45

A "-b" opción para ignorar las diferencias de archivo binario se llevó a cabo.
Tags: Minor feature enhancements
A "-b" option for ignoring binary file differences was implemented.

2007-08-26 23:13
1.44

Esta versión incluye un control para garantizar que diffs unificados incrustado en otro archivo (como el correo electrónico) no cuentan texto más allá de la última porción de la DIF.
Tags: Minor bugfixes
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.

2006-07-17 04:52
1.43

Una corrección de errores para evitar la modificación de los datos que está siendo utilizado por tsearch () para ordenar el árbol binario.
Tags: Minor bugfixes
A bugfix to avoid modifying data that is being used by tsearch() for ordering the binary tree.

2006-07-02 21:27
1.42

Este comunicado no pasará por alto los nombres de ruta en / tmp /, ya que algunas herramientas de creación de nombres de ruta de empleo tanto de antiguos / nuevos archivos allí (Debian # 376086). Añade un cheque configurar para comprimir, gzip, bzip2 y programas que pueden ser utilizados para descomprimir archivos.
Tags: Minor feature enhancements
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.

Project Resources