aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/file.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-9/+9
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2018-11-15file: recognize Mach-O binaries and Java class filesMartin Kühl1-0/+3
2018-11-15file: add missing newlines to file typesMartin Kühl1-3/+3
2008-10-08x3f supportJeff Sickel1-0/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-08-31Spell IA-64 correctly. (Zoltan Jarai)rsc1-1/+1
2005-08-31Better handling of executables.rsc1-4/+13
2005-08-11appease gccrsc1-29/+47
2005-08-10addrsc1-0/+1252