summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/patchlevel.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-23 12:29:07 +0000
committermpp <mpp@FreeBSD.org>1996-01-23 12:29:07 +0000
commitc335a065680c2ca4e8d5b34f7b4f590e27edbe6a (patch)
tree9fa2da304b3ae0ff653631581c1717586dfb28c2 /usr.bin/file/patchlevel.h
parent8d1a4c7e8675282c0693d9785300e01d10bfe014 (diff)
downloadFreeBSD-src-c335a065680c2ca4e8d5b34f7b4f590e27edbe6a.zip
FreeBSD-src-c335a065680c2ca4e8d5b34f7b4f590e27edbe6a.tar.gz
Upgrade to file version 3.19.
Diffstat (limited to 'usr.bin/file/patchlevel.h')
-rw-r--r--usr.bin/file/patchlevel.h36
1 files changed, 34 insertions, 2 deletions
diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h
index 25f01c8..2da80f9 100644
--- a/usr.bin/file/patchlevel.h
+++ b/usr.bin/file/patchlevel.h
@@ -1,11 +1,43 @@
#define FILE_VERSION_MAJOR 3
-#define patchlevel 14
+#define patchlevel 19
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.14 1994/05/03 17:58:23 christos Exp $
+ * $Id: patchlevel.h,v 1.19 1995/10/27 23:14:46 christos Exp $
*
* $Log: patchlevel.h,v $
+ * Revision 1.19 1995/10/27 23:14:46 christos
+ * Ability to parse colon separated list of magic files
+ * New LEGAL.NOTICE
+ * Various magic file changes
+ *
+ * Revision 1.18 1995/05/20 22:09:21 christos
+ * Passed incorrect argument to eatsize().
+ * Use %ld and %lx where appropriate.
+ * Remove unused variables
+ * ELF support for both big and little endian
+ * Fixes for small files again.
+ *
+ * Revision 1.17 1995/04/28 17:29:13 christos
+ * - Incorrect nroff detection fix from der Mouse
+ * - Lost and incorrect magic entries.
+ * - Added ELF stripped binary detection [in C; ugh]
+ * - Look for $MAGIC to find the magic file.
+ * - Eat trailing size specifications from numbers i.e. ignore 10L
+ * - More fixes for very short files
+ *
+ * Revision 1.16 1995/03/25 22:06:45 christos
+ * - use strtoul() where it exists.
+ * - fix sign-extend bug
+ * - try to detect tar archives before nroff files, otherwise
+ * tar files where the first file starts with a . will not work
+ *
+ * Revision 1.15 1995/01/21 21:03:35 christos
+ * Added CSECTION for the file man page
+ * Added version flag -v
+ * Fixed bug with -f input flag (from iorio@violet.berkeley.edu)
+ * Lots of magic fixes and reorganization...
+ *
* Revision 1.14 1994/05/03 17:58:23 christos
* changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsigned
*
OpenPOWER on IntegriCloud