head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.2 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.3.0.58 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.56 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.54 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.52 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.48 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.46 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.44 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.42 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.40 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.38 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.36 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.32 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.30 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.28 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.26 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.24 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.22 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.20 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.18 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.1.0.12 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.10 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.8 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.6 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2013.02.12.10.13.42; author wiz; state dead; branches; next 1.3; 1.3 date 2006.06.26.11.44.09; author rillig; state Exp; branches; next 1.2; 1.2 date 2006.05.08.06.22.51; author snj; state dead; branches; next 1.1; 1.1 date 2004.11.10.16.18.29; author epg; state Exp; branches; next ; desc @@ 1.4 log @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 @ text @$NetBSD: patch-aa,v 1.3 2006/06/26 11:44:09 rillig Exp $ ./config.status: 640: Syntax error: "done" unexpected (expecting ")") --- configure.orig 2005-08-16 02:41:39.000000000 +0200 +++ configure 2006-06-26 13:41:41.000000000 +0200 @@@@ -4447,8 +4447,6 @@@@ ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - case $ac_dest in - esac done EOF @ 1.3 log @Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe others). @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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 in standard systems * minor fix for resync of unified diffs checks for range (line beginning with '@@' without header lines (successive lines beginning with "---" and "+++") @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2004/11/10 16:18:29 epg Exp $ d3 7 a9 3 --- diffstat.c.orig 2003-11-09 13:45:00.000000000 -0500 +++ diffstat.c @@@@ -117,8 +117,6 @@@@ extern int isatty(); d11 4 a14 5 #ifdef HAVE_MALLOC_H #include -#else -extern char *malloc(); #endif a15 1 #ifdef HAVE_GETOPT_H @ 1.1 log @Make this build on FreeBSD (stop fussing about with malloc.h). @ text @d1 1 a1 1 $NetBSD$ @