Age | Commit message (Expand) | Author |
---|---|---|
2016-03-06 | Another pass at file.c: move posix-required "executable" to front of output, | Rob Landley |
2016-03-02 | Fix file for Java class files, improve script detection, and add tests. | Elliott Hughes |
2016-02-29 | do_regular_file() prints output line, don't fall through to print default. | Rob Landley |
2016-02-29 | Fix inverted test. | Rob Landley |
2016-02-29 | pending/file: add cpio, tar, zip formats. | Isaac Dunham |
2016-02-29 | Fix a typo from last time, and Isaac Dunham's todo list: | Rob Landley |
2016-02-29 | Second pass at the ELF type table. | Rob Landley |
2016-02-17 | Add dynamic/static checking to file (printing dynamic linker if found). | Rob Landley |
2016-02-15 | Cleanup pass on file.c, and add detection of different ELF architectures. | Rob Landley |
2016-02-14 | Implement file(1). | Elliott Hughes |