The NetBSD Project

CVS log for pkgsrc/textproc/diffstat/patches/Attic/patch-aa

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4, Tue Feb 12 10:13:42 2013 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED

Update to 1.56:

2013/02/11 (diffstat 1.56)
	+ add -K option which attempts to improve the annotation of "only"
	  files by looking for a match in the resulting set of files and
	  inferring whether the file was added or removed (request by Marc
	  Haber).

	+ add check of command-line options for valid numbers.

	+ improve merging of patches for the same filename (report/testcase by
	  Paul E McKenney).

	+ document -d option in manpage.

	+ document -b, -C, -s option in usage (patch by Tim Waugh, Red Hat
	  #852770)

	+ modify configure script as done for byacc in 2012/10/03, making the
	  2.52-patches the prerequisite and adding support for --datarootdir
	  option.

	+ update config.guess, config.sub

	+ add logic to handle SVN diffs when the pathnames contain spaces
	  (patch by Stuart Prescott, Debian #675475).

	+ fix typo in package/debian/control

2012/01/03 (diffstat 1.55)
	+ add -R option, like patch's, to reverse the order of the comparison.

	+ FreeBSD ports/148604, ports/149500 reported that lzcat may not
	  support extracting files compressed in xz format (patch by Frederic
	  Culot, FreeBSD #149500).

	+ address documentation issue raised in Novell #739210

	+ correct typo s/Solaris/Solar/.

	+ updated configure script macros:
	  CF_ANSI_CC_CHECK CF_DISABLE_LEAKS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
	  CF_MAKE_TAGS CF_MSG_LOG CF_PATH_PROG CF_WITH_INSTALL_PREFIX
	  CF_XOPEN_SOURCE

	+ update config.guess, config.sub

2010/10/10 (diffstat 1.54)
	+ change Debian package script to use native format.

	+ correct counts used for new files when -S/-D options are used.

	+ minor typography improvement to manpage (patch by Solar Designer)

	+ remove the temporary directory on error, introduced in 1.48+ (patch
	  by Solar Designer).

2010/07/19 (diffstat 1.53)

	+ add missing "break" statement which left "-c" option falling-through
	  into "-C".

2010/07/16 (diffstat 1.52)

	+ add "-C" option to show the histogram using SGR colors.

	+ add "-s" option to show only the summary line.

	+ add configure check for "xz", using this in preference to "lzcat"
	  (FreeBSD #148604).

	+ also escape literal dashes used as part of the histogram in the
	  manpage.

	+ modify hyphens vs dashes in manpage per
		http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
	  (patch by Francois Marier).

	+ drop mkdirs.sh, use "mkdir -p"

	+ add configure checks for ctags and lint.

	+ updated configure macros

	+ reformat CHANGES to work with metrics script.

	+ fix strict gcc warnings, e.g., using const.

	+ improve a case where filenames have embedded blanks (patch by Reinier
	  Post).

	+ update config.guess, config.sub

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 26 11:44:09 2006 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, 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, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +12 -10 lines
Diff to previous 1.2 (colored)

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

Revision 1.2, Mon May 8 06:22:51 2006 UTC (17 years, 10 months ago) by snj
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED

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.1 / (download) - annotate - [select for diffs], Wed Nov 10 16:18:29 2004 UTC (19 years, 4 months ago) by epg
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, pkgsrc-2004Q4-base, pkgsrc-2004Q4

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

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>