The NetBSD Project

CVS log for pkgsrc/textproc/diffstat/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / diffstat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 17 03:17:01 2009 UTC (2 years, 6 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Update diffstat to 1.51.  Minor bugfixes.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Sep 6 16:20:10 2009 UTC (2 years, 8 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

Update to 1.49.  Changes:
31-Aug-2009
	diffstat 1.49

	improve lzma support, add support for xz (patch by Eric Blake).

	add special case for no-newline message from some diff's (Ubuntu
	#269895).

	improve configure check for getopt header.

	add configure special case for HPUX 11 with _XOPEN_SOURCE definition.

	update config.guess, config.sub

Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 21 23:39:20 2009 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update to 1.48:

11-Aug-2009
	diffstat 1.48

	add decompression tests for lzma and pack file types.

	check for zcat and uncompress in preference to "compress -dc".

	modify to check the first few bytes of standard input, and use a
	corresponding decompression utility if the stream appears to be
	compressed.  This requires making a temporary copy of the data
	(Debian #491575).

	add -N option, to truncate filenames.

	use getc_unlocked() rather than fgetc_unlocked()

	modify to recognize Perforce-style diffs (patch by Ed Schouten).

	update configure macros to improve compiler warning checks, use
	$PATH_SEPARATOR rather than $PATH_SEP (for consistency with some
	autoconf versions),

	fix typo in configure --with-install-prefix option (report by
	Dagobert Michelsen).

	update config.guess, config.sub

29-Mar-2009
	diffstat 1.47

	modify to work with patch ".rej" files, which do not have a header to
	tell which file is affected.

	fix typo in usage message (reports by Moritz Barsnick, John McNamara,
	Richard Quadling).

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 30 19:33:47 2008 UTC (3 years, 6 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update to 1.46.

Changes:
* add "-S", "-D" and "-m" to provide a way to show the amount of
  difference relative to the total sizes of the files.
* add "-q" (suppress the "0 files changed" message for empty diffs)

Revision 1.8 / (download) - annotate - [select for diffs], Sat Oct 13 01:28:12 2007 UTC (4 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Upgrade diffstat to 1.45.

From changelog:

04-Sep-2007
	diffstat 1.45

	add "-b" option (Debian #379380, patch by Greg Norris).

26-Aug-2007
	diffstat 1.44

	add a check for default-diff output, e.g., "diff foo bar|diffstat",
	which has no "diff" command in the output for diffstat to guess that
	a diff is beginning.

	add a check after completing a chunk for unified diff to ensure that
	the next line either begins another chunk for the diff, or starts
	another diff, e.g., a context diff (report by Adrian Bunk).

	add configure options for leak-checking valgrind, etc.

	use install-sh rather than install.sh

	updated config.guess and config.sub

	updated configure macros CF_GCC_ATTRIBUTES CF_GCC_WARNINGS CF_MSG_LOG
	CF_PATH_SYNTAX CF_VERBOSE CF_XOPEN_SOURCE

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 9 23:09:20 2006 UTC (5 years, 7 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Update to 1.43.  Claim maintainership.

Changes since 1.41:
- fix to avoid modifying data which is being used by tsearch() for
  ordering the binary tree (report by Adrian Bunk).
- do not ignore pathnames in /tmp/, since some tools create usable
  pathnames for both old/new files there (Debian #376086).
- correct ifdef for fgetc_unlocked().
- updated configure macros CF_GCC_VERSION, CF_PATH_SYNTAX and
  CF_XOPEN_SOURCE
- add configure check for compress, gzip and bzip2 programs that may be
  used to decompress files.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 26 11:44:09 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe
others).

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 8 06:22:51 2006 UTC (6 years ago) by snj
Branch: MAIN
Changes since 1.4: +4 -5 lines
Diff to previous 1.4 (colored)

Update to 1.41.  Selected changes:
* add options -l, -r and -t.  add to -f option
* improve I/O on Linux using fgetc_locked().
* improve searching of long sorted lists using tsearch()
* change order of merging and prefix-stripping so stripping all prefixes,
  e.g., with -p9, will be sorted as expected
* correct a reference to freed memory after merging found with valgrind.
* fix a different case for data beginning with "--" which was treated as
  a header line.
* Fix allocation problems.  Open files in binary mode for reading.
  Getopt returns -1, not necessarily EOF.  Add const where useful.  Use
  NO_IDENT where necessary.  malloc() comes from <stdlib.h> in standard
  systems
* minor fix for resync of unified diffs checks for range (line beginning
  with '@' without header lines (successive lines beginning with "---"
  and "+++")

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 24 14:48:41 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add RMD160 digests to the SHA1 ones.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 10 16:18:29 2004 UTC (7 years, 6 months ago) by epg
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Make this build on FreeBSD (stop fussing about with malloc.h).

Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 14 11:14:21 2003 UTC (8 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Update to 1.34, from Soren Jacobsen in PR pkg/23741:
* Improve check for certain lines (not those that begin a chunk) that
  begin with '-', treating all except "---" as a delete (report by
  James Rowe <Jay@jnrowe.uklinux.net>).
* Minor updates to configure script.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 16 01:45:44 2003 UTC (9 years ago) by simonb
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of Thomas Dickey's "diffstat" program.

From the readme:

 This program is a simple filter that reads the output of the 'diff' program,
 and produces a histogram of the total number of lines that were changed.  It is
 useful for scanning a patch file to see which files were changed.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 16 01:45:44 2003 UTC (9 years ago) by simonb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>