History log of /openbsd-src/usr.bin/file/magic-common.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 14b82553 11-Aug-2015 nicm <nicm@openbsd.org>

Accept hexadecimal numbers without 0x if they aren't a valid decimal
number.


# 5c6c4bce 11-Aug-2015 nicm <nicm@openbsd.org>

Add another function for printing warnings before the magic_line is
created so all warnings go through the same fprintf.


# ff772f70 24-Apr-2015 nicm <nicm@openbsd.org>

New implementation of the file(1) utility. This is a simplified,
modernised version with a nearly complete magic(5) parser but omits some
of the complex builtin tests (notably ELF) and has a reduced

New implementation of the file(1) utility. This is a simplified,
modernised version with a nearly complete magic(5) parser but omits some
of the complex builtin tests (notably ELF) and has a reduced set of
options.

ok deraadt

show more ...