diff options
author | snj <snj@pkgsrc.org> | 2006-05-08 06:22:51 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2006-05-08 06:22:51 +0000 |
commit | 6b8468b689714607b8ccc6e6fb294dafb9c48f86 (patch) | |
tree | 2922a8018bcfec2c8ee7e428eea18dcdcdfd432c /textproc/diffstat/distinfo | |
parent | ca51214efa97ec3193298ca1e0305679c9f99573 (diff) | |
download | pkgsrc-6b8468b689714607b8ccc6e6fb294dafb9c48f86.tar.gz |
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 "+++")
Diffstat (limited to 'textproc/diffstat/distinfo')
-rw-r--r-- | textproc/diffstat/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo index ccf7cd89663..e942594d523 100644 --- a/textproc/diffstat/distinfo +++ b/textproc/diffstat/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 14:48:41 agc Exp $ +$NetBSD: distinfo,v 1.5 2006/05/08 06:22:51 snj Exp $ -SHA1 (diffstat-1.34.tgz) = 5a14769e35381fc3a6e784eddd4f7cb4621b46ec -RMD160 (diffstat-1.34.tgz) = 9d00b1be21e81dd47acc90262732139a428eb3c4 -Size (diffstat-1.34.tgz) = 58633 bytes -SHA1 (patch-aa) = 9d2cfa172259f31ecf8e7652ae7c38e8f1e05c41 +SHA1 (diffstat-1.41.tgz) = 75545e796ad6b2663170f21dc7d303d3487ad5d8 +RMD160 (diffstat-1.41.tgz) = b152a6061ea5500e969c65c7c8832decac2aa40a +Size (diffstat-1.41.tgz) = 98321 bytes |