summaryrefslogtreecommitdiff
path: root/usr.bin/file/apprentice.c
AgeCommit message (Collapse)Author
1995-05-21Updated to file-3.18christos
1995-04-30kill an apparently-bogus ampersand. it made a char ** into a char ***,cgd
which was an incompatible pointer type for the usage. This is either a bug, or it should have been cast and explained.
1995-04-28Integrated file-3.17christos
1995-03-25Updated to file-3.16; fixes PR867christos
1993-11-03Oops. Don't spew garbage if the type is string.mycroft
1993-11-03Fix numerous sign-extension problems, and add support for explicitly unsignedmycroft
comparisons.
1993-08-01Add RCS identifiers.mycroft
1993-06-10Updated to Ian Darwin's latest release.jtc
Adds lots of neat features from most other vendors file(1) commands, plus (important!) little and big endian file types. This will alow us to detect and extract meaningful information from a many more file types.
1993-03-21initial import of 386bsd-0.1 sourcescgd