dwdiff 2.0.7-1build1 source package in Ubuntu

Changelog

dwdiff (2.0.7-1build1) trusty; urgency=medium

  * No change rebuild against libicu52
 -- Dimitri John Ledkov <email address hidden>   Fri, 27 Dec 2013 03:54:54 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dwdiff_2.0.7.orig.tar.gz 84.4 KiB 8caba639972669ad063839a51cfc784ac08a52a30f750a79e4fe7e823245a39f
dwdiff_2.0.7-1build1.debian.tar.gz 3.9 KiB d39944702ec8fe5fed77eb66d0ff90a4ef806842cc2cb3bfec9382c014f535de
dwdiff_2.0.7-1build1.dsc 1.9 KiB 10ab5fdf078cb3bdbd653dcdc6757cdf16d0894b4cdf334d4cde0792b1b97de9

View changes file

Binary packages built by this source

dwdiff: diff program that operates word by word

 dwdiff is a diff program that operates at the word level
 instead of the line level. It is different from wdiff in that it allows the
 user to specify what should be considered whitespace, and in that it takes an
 optional list of characters that should be considered delimiters. Delimiters
 are single characters that are treated as if they are words, even when there
 is no whitespace separating them from preceding words or delimiters. dwdiff
 is mostly commandline compatible with wdiff. Only the --autopager, --terminal
 and --avoid-wraps options are not supported.
 .
 The default output from dwdiff is the new text, with the deleted and inserted
 parts annotated with markers. Command line options are available to change
 both what is printed, and the markers.