Joerg Wunsch
|
4205b53dc0
|
Move the check for ASCIIness earlier. This avoids the following
misdetection:
j@uriah 307% file X.hga
X.hga: 80386 COFF executable not stripped
j@uriah 308% strings X.hga | head -3
~f&`i
.text
.data
j@uriah 309% strings X.hga | file -
standard input: assembler program text
New version:
j@uriah 310% strings X.hga | ./file -
standard input: International language text
Reviewed by: christos@deshaw.com (Christos Zoulas)
|
1996-12-20 22:19:18 +00:00 |
|
Mike Pritchard
|
a0f4ffca81
|
Merged changes to resolve conflicts with file 3.19 import.
|
1996-01-23 12:40:36 +00:00 |
|
Rodney W. Grimes
|
7799f52a32
|
Remove trailing whitespace.
|
1995-05-30 06:41:30 +00:00 |
|
Geoff Rehmet
|
c7510038dc
|
Bring in file 3.14 by Ian Darwin (and Christos Zoulas)
The following files were moved to different names:
- file.man -> file.1
- magic.man -> magic.5
The following file was removed:
- Magdir/Makefile
|
1994-09-03 19:16:28 +00:00 |
|