[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.2

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