index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
file
/
magic-load.c
Age
Commit message (
Expand
)
Author
2015-10-05
Add support for !:strength modifier to adjust strength of a test.
Nicholas Marriott
2015-08-11
Only warn about [bl]estring16 when they are used, like the other
Nicholas Marriott
2015-08-11
Any type can be prefixed with "u", even where it makes no sense. Also
Nicholas Marriott
2015-08-11
Warn sensibly for unrecognised !: lines rather than trying to parse them.
Nicholas Marriott
2015-08-11
Actually leave the invalid ml in the tree after making it type NONE.
Nicholas Marriott
2015-08-11
An invalid line can't just be thrown away because if it has any children
Nicholas Marriott
2015-08-11
Extend accepted operators to +-&/%* for integer tests.
Nicholas Marriott
2015-08-11
Support = test for floats and doubles.
Nicholas Marriott
2015-08-11
If we are expecting a signed number but it fails, try to parse it as
Nicholas Marriott
2015-08-11
Allow spaces around any operator, not just =.
Nicholas Marriott
2015-08-11
Include more context in warnings where it is possible.
Nicholas Marriott
2015-08-11
Add another function for printing warnings before the magic_line is
Nicholas Marriott
2015-07-08
Do not allow '\0' as an offset operator or type.
Tobias Stoeckmann
2015-05-29
I got confused and made the strength multiplier 20, it should be 10.
Nicholas Marriott
2015-04-25
Only print MIME warnings when warnings are enabled.
Nicholas Marriott
2015-04-25
Fail if a \ appears at EOL rather than continuing off the end of the
Nicholas Marriott
2015-04-24
Add a couple of missing spaces (style nits).
Nicholas Marriott
2015-04-24
New implementation of the file(1) utility. This is a simplified,
Nicholas Marriott