Age | Commit message (Expand) | Author |
2017-07-02 | Replace fgetln with POSIX getline, even though file was using fgetln in | Bryan Steele |
2017-07-01 | magicfp is fclosed where it was opened, remove fclose from magic_load() | Bryan Steele |
2017-04-18 | Style nits; no binary change. | Nicholas Marriott |
2016-05-01 | Exact match use and name with strcmp rather than prefix with strncmp. | Nicholas Marriott |
2016-05-01 | Add support for 'name' and 'use' which allows more of the latest magic | Nicholas Marriott |
2016-05-01 | Trim = prefix from regex (it a noop). | Nicholas Marriott |
2016-05-01 | Add support for 'clear' test, and fix 'default' to expand the result | Nicholas Marriott |
2015-11-15 | When validating a char by calling strchr() with a string of allowed chars, | Tobias Stoeckmann |
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 |