[BACK]Return to patchlevel.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Annotation of src/usr.bin/file/patchlevel.h, Revision 1.1

1.1     ! deraadt     1: #define        FILE_VERSION_MAJOR      3
        !             2: #define        patchlevel              18
        !             3:
        !             4: /*
        !             5:  * Patchlevel file for Ian Darwin's MAGIC command.
        !             6:  * $Id: patchlevel.h,v 1.4 1995/05/21 00:13:31 christos Exp $
        !             7:  *
        !             8:  * $Log: patchlevel.h,v $
        !             9:  * Revision 1.4  1995/05/21 00:13:31  christos
        !            10:  * Updated to file-3.18
        !            11:  *
        !            12:  * Revision 1.18  1995/05/20  22:09:21  christos
        !            13:  * Passed incorrect argument to eatsize().
        !            14:  * Use %ld and %lx where appropriate.
        !            15:  * Remove unused variables
        !            16:  * ELF support for both big and little endian
        !            17:  * Fixes for small files again.
        !            18:  *
        !            19:  * Revision 1.17  1995/04/28  17:29:13  christos
        !            20:  * - Incorrect nroff detection fix from der Mouse
        !            21:  * - Lost and incorrect magic entries.
        !            22:  * - Added ELF stripped binary detection [in C; ugh]
        !            23:  * - Look for $MAGIC to find the magic file.
        !            24:  * - Eat trailing size specifications from numbers i.e. ignore 10L
        !            25:  * - More fixes for very short files
        !            26:  *
        !            27:  * Revision 1.16  1995/03/25  22:06:45  christos
        !            28:  * - use strtoul() where it exists.
        !            29:  * - fix sign-extend bug
        !            30:  * - try to detect tar archives before nroff files, otherwise
        !            31:  *   tar files where the first file starts with a . will not work
        !            32:  *
        !            33:  * Revision 1.15  1995/01/21  21:03:35  christos
        !            34:  * Added CSECTION for the file man page
        !            35:  * Added version flag -v
        !            36:  * Fixed bug with -f input flag (from iorio@violet.berkeley.edu)
        !            37:  * Lots of magic fixes and reorganization...
        !            38:  *
        !            39:  * Revision 1.14  1994/05/03  17:58:23  christos
        !            40:  * changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsigned
        !            41:  *
        !            42:  * Revision 1.13  1994/01/21  01:27:01  christos
        !            43:  * Fixed null termination bug from Don Seeley at BSDI in ascmagic.c
        !            44:  *
        !            45:  * Revision 1.12  1993/10/27  20:59:05  christos
        !            46:  * Changed -z flag to understand gzip format too.
        !            47:  * Moved builtin compression detection to a table, and move
        !            48:  * the compress magic entry out of the source.
        !            49:  * Made printing of numbers unsigned, and added the mask to it.
        !            50:  * Changed the buffer size to 8k, because gzip will refuse to
        !            51:  * unzip just a few bytes.
        !            52:  *
        !            53:  * Revision 1.11  1993/09/24  18:49:06  christos
        !            54:  * Fixed small bug in softmagic.c introduced by
        !            55:  * copying the data to be examined out of the input
        !            56:  * buffer. Changed the Makefile to use sed to create
        !            57:  * the correct man pages.
        !            58:  *
        !            59:  * Revision 1.10  1993/09/23  21:56:23  christos
        !            60:  * Passed purify. Fixed indirections. Fixed byte order printing.
        !            61:  * Fixed segmentation faults caused by referencing past the end
        !            62:  * of the magic buffer. Fixed bus errors caused by referencing
        !            63:  * unaligned shorts or longs.
        !            64:  *
        !            65:  * Revision 1.9  1993/03/24  14:23:40  ian
        !            66:  * Batch of minor changes from several contributors.
        !            67:  *
        !            68:  * Revision 1.8  93/02/19  15:01:26  ian
        !            69:  * Numerous changes from Guy Harris too numerous to mention but including
        !            70:  * byte-order independance, fixing "old-style masking", etc. etc. A bugfix
        !            71:  * for broken symlinks from martin@@d255s004.zfe.siemens.de.
        !            72:  *
        !            73:  * Revision 1.7  93/01/05  14:57:27  ian
        !            74:  * Couple of nits picked by Christos (again, thanks).
        !            75:  *
        !            76:  * Revision 1.6  93/01/05  13:51:09  ian
        !            77:  * Lotsa work on the Magic directory.
        !            78:  *
        !            79:  * Revision 1.5  92/09/14  14:54:51  ian
        !            80:  * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
        !            81:  *
        !            82:  */
        !            83: