aboutsummaryrefslogtreecommitdiff
path: root/lib/libmagic
Commit message (Collapse)AuthorAgeFilesLines
* MFC r185689:Konstantin Belousov2009-01-081-1/+1
| | | | | | | | | | | | | | | Order the str*.c files mostly alphabetical. MFC r185690: Import the strndup(3) function. MFC r185777: Add strndup(3) prototype to string.h. Manually change #undef HAVE_STRNDUP to #define HAVE_STRNDUP 1 for the configure.h files that need it. Notes: svn path=/stable/7/; revision=186890
* MFC: version 4.23.David E. O'Brien2008-01-301-4/+23
| | | | Notes: svn path=/stable/7/; revision=175813
* FreeBSD has <limits.h>.David E. O'Brien2007-05-241-0/+3
| | | | Notes: svn path=/head/; revision=169967
* Update for the 'file' 4.21 import.David E. O'Brien2007-05-241-1/+1
| | | | Notes: svn path=/head/; revision=169965
* Update for the 'file' 4.19 import.David E. O'Brien2007-05-241-1/+10
| | | | Notes: svn path=/head/; revision=169946
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Update for the 'file' 4.17 import.David E. O'Brien2006-06-192-55/+49
| | | | Notes: svn path=/head/; revision=159769
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+2
| | | | Notes: svn path=/head/; revision=152285
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Clean up makefile.Ruslan Ermilov2005-01-281-7/+2
| | | | | | | | | | | - Remove all:. It's redundant, and ${LIB} in it is just a bug. - Remove .ORDER:. *.mgc files can safely be built in parallel. - Remove PITA. The mkmagic tool is smart to put the binary file into the current directory (${.OBJDIR}) even if the source file lives somewhere else, which is just what we need. Notes: svn path=/head/; revision=140944
* Catch up with file 4.12 import.David E. O'Brien2004-12-281-2/+2
| | | | Notes: svn path=/head/; revision=139371
* Install the header for libmagic.David E. O'Brien2004-11-191-0/+1
| | | | | | | | PR: 73647 Submitted by: Uranus <uranus@it.muds.net> Notes: svn path=/head/; revision=137887
* uniq(1) is not an install tool, and using it was causingRuslan Ermilov2004-10-181-2/+2
| | | | | | | | | "uniq: not found" during the installworld. Spotted by: Roman Neuhauser Notes: svn path=/head/; revision=136681
* Don't try to programatically support running file(1) w/in /usr/obj or otherDavid E. O'Brien2004-08-091-1/+1
| | | | | | | | | non-standard install path. Agreed with: ru Notes: svn path=/head/; revision=133370
* Uncomment the real paths and remove the local debugging paths.David E. O'Brien2004-08-091-2/+1
| | | | | | | Noticed by: ru (who's faster than 'make world' on my stock src test machine) Notes: svn path=/head/; revision=133365
* Bmake the library containing and processing the magic.David E. O'Brien2004-08-092-0/+274
Notes: svn path=/head/; revision=133362