Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | H | - | - | 11,398 | 9,989 | |
doc/ | H | - | - | 10,516 | 8,533 | |
lib/ | H | - | - | 17,831 | 11,425 | |
m4/ | H | - | - | 2,986 | 2,666 | |
man/ | H | - | - | 792 | 690 | |
po/ | H | - | - | 12,546 | 10,079 | |
src/ | H | - | - | 10,690 | 7,355 | |
ABOUT-NLS | H A D | 13-Jan-2016 | 21.1 KiB | 397 | 353 | |
AUTHORS | H A D | 13-Jan-2016 | 3.3 KiB | 113 | 81 | |
COPYING | H A D | 13-Jan-2016 | 17.6 KiB | 341 | 281 | |
ChangeLog | H A D | 13-Jan-2016 | 125.1 KiB | 3,410 | 2,535 | |
INSTALL | H A D | 13-Jan-2016 | 9.2 KiB | 232 | 177 | |
INSTALLME | H A D | 13-Jan-2016 | 2.3 KiB | 54 | 38 | |
Makefile.am | H A D | 13-Jan-2016 | 911 | 24 | 3 | |
Makefile.in | H A D | 13-Jan-2016 | 14.2 KiB | 456 | 372 | |
NEWS | H A D | 13-Jan-2016 | 8 KiB | 203 | 171 | |
README | H A D | 13-Jan-2016 | 1.4 KiB | 39 | 26 | |
THANKS | H A D | 13-Jan-2016 | 749 | 23 | 21 | |
aclocal.m4 | H A D | 13-Jan-2016 | 124.4 KiB | 3,634 | 3,228 | |
config.hin | H A D | 13-Jan-2016 | 14.1 KiB | 515 | 361 | |
configure | H A D | 13-Jan-2016 | 429.6 KiB | 15,483 | 13,406 | |
configure.ac | H A D | 13-Jan-2016 | 3.6 KiB | 136 | 115 | |
exgettext | H A D | 13-Jan-2016 | 3.2 KiB | 124 | 74 |
README
1README for GNU DIFF 2 3 Copyright (C) 1992, 1998, 2001, 2002 Free Software Foundation, Inc. 4 5 This file is part of GNU Diffutils. 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation; either version 2, or (at your option) 10 any later version. 11 12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program; see the file COPYING. If not, write to 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 20 Boston, MA 02111-1307, USA. 21 22 23This directory contains the GNU diff, diff3, sdiff, and cmp utilities. 24Their features are a superset of the Unix features and they are 25significantly faster. 26 27Please see the file COPYING for copying conditions. 28 29Please see the file doc/diff.texi (or doc/diff.info) for documentation 30that can be printed with TeX, or read with the `info' program or with 31Emacs's `M-x info'. There are no man pages. 32 33See the file INSTALL for generic compilation and installation instructions, 34and the file INSTALLME for instructions specific to GNU diff. 35 36See the file ABOUT-NLS for notes about translations. 37 38Please report bugs to <bug-gnu-utils@gnu.org>. 39