summaryrefslogtreecommitdiff
path: root/usr.bin/file/file.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-051-146/+0
| | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren. Notes: svn path=/head/; revision=68352
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Vastly improve the speed of the file command by makingWes Peters1999-07-221-2/+2
| | | | | | | | | | | | the expected size of the magic(5) database agree with the real world. Also, improve the behavior of the realloc mechanism when the magic database does exceed expectations. Reviewed by: Peter Jeremy, Matt Dillon Obtained from: Peter Edwards <peter.edwards@isocor.ie> Notes: svn path=/head/; revision=48970
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page toPhilippe Charnier1998-01-281-6/+1
| | | | | | | mdoc format. Add usage(). Remove rcs $ Log $ -> use cvs log instead. Notes: svn path=/head/; revision=32846
* Merge to resolve conflicts with file 3.22 merge.Mike Pritchard1997-03-181-8/+27
| | | | Notes: svn path=/head/; revision=23995
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23006
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add another matching algorithhm to do heuristics for internationalJoerg Wunsch1996-12-111-1/+2
| | | | | | | | | | | | | | | language text files. Should finally close PR # bin/1925: file does not consider cyrillic text..., though i've never got any response from the originator about my suggestion. While i was at it, also move out the `magic' file to /usr/share/misc, there's nothing that magic with this file to justify its life under /etc. Notes: svn path=/head/; revision=20323
* Merged changes to resolve conflicts with file 3.19 import.Mike Pritchard1996-01-231-3/+6
| | | | Notes: svn path=/head/; revision=13587
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Bring in file 3.14 by Ian Darwin (and Christos Zoulas)vendor/file/3.14Geoff Rehmet1994-09-031-0/+128
The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile Notes: svn path=/vendor/file/dist/; revision=2479 svn path=/vendor/file/3.14/; revision=2481; tag=vendor/file/3.14