arm-000512/diff
mid-kid 39d7eb252c Fix: correct executable flags
Made all files with shebangs executable.

find * -type f -exec chmod 644 '{}' \+ ; find * -type f | while read -r x; do head -n1 "$x" | grep -q '^#!' && echo "$x"; done | xargs -L1 -t chmod 755
2023-05-31 13:33:53 +02:00
..
.cvsignore import src_patch021206.zip 2022-04-16 15:33:08 +02:00
aclocal.m4 import src_patch021206.zip 2022-04-16 15:33:08 +02:00
alloca.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
analyze.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
ChangeLog import src_patch021206.zip 2022-04-16 15:33:08 +02:00
ChangeLog.fsf import src_patch021206.zip 2022-04-16 15:33:08 +02:00
cmp.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
cmpbuf.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
cmpbuf.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
config.hin import src_patch021206.zip 2022-04-16 15:33:08 +02:00
configure Fix: correct executable flags 2023-05-31 13:33:53 +02:00
configure.in import src_patch021206.zip 2022-04-16 15:33:08 +02:00
context.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
COPYING import src_patch021206.zip 2022-04-16 15:33:08 +02:00
diagmeet.note import src_patch021206.zip 2022-04-16 15:33:08 +02:00
diff3.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
diff.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
diff.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
diff.texi import src_patch021206.zip 2022-04-16 15:33:08 +02:00
dir.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
ed.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
error.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
fnmatch.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
fnmatch.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
getopt1.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
getopt.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
getopt.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
ifdef.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
INSTALL import src_patch021206.zip 2022-04-16 15:33:08 +02:00
io.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
Makefile.in import src_patch021206.zip 2022-04-16 15:33:08 +02:00
memchr.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
mkinstalldirs Fix: correct executable flags 2023-05-31 13:33:53 +02:00
NEWS import src_patch021206.zip 2022-04-16 15:33:08 +02:00
normal.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
README import src_patch021206.zip 2022-04-16 15:33:08 +02:00
regex.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
regex.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
sdiff.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
side.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
stamp-h.in import src_patch021206.zip 2022-04-16 15:33:08 +02:00
system.h import src_patch021206.zip 2022-04-16 15:33:08 +02:00
util.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
version.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
waitpid.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00
xmalloc.c import src_patch021206.zip 2022-04-16 15:33:08 +02:00

This directory contains the GNU diff, diff3, sdiff, and cmp utilities.
Their features are a superset of the Unix features and they are
significantly faster.  cmp has been moved here from the GNU textutils.

See the file COPYING for copying conditions.
See the file diff.texi (or diff.info*) for documentation.
See the file INSTALL for compilation and installation instructions.

Report bugs to bug-gnu-utils@prep.ai.mit.edu