summaryrefslogtreecommitdiff
path: root/textproc/diffstat
AgeCommit message (Collapse)AuthorFilesLines
2006-06-26Added a patch to fix a syntax error with NetBSD's /bin/sh (and mayberillig2-1/+17
others).
2006-05-08Update to 1.41. Selected changes:snj3-21/+6
* 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 "+++")
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-10Make this build on FreeBSD (stop fussing about with malloc.h).epg2-1/+15
2003-12-14Update to 1.34, from Soren Jacobsen in PR pkg/23741:jmmv2-5/+5
* 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.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-16- DESCR has 80 columns, improve wordingsalo2-12/+12
- whitespace and style nits
2003-05-16Oops, remove USE_PKGLOCALEDIR (why did url2pkg add this?) andsimonb1-3/+1
commented-out USE_BUILDLINK2.
2003-05-16Initial import of Thomas Dickey's "diffstat" program.simonb4-0/+29
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.