
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
20 lines
898 B
Plaintext
20 lines
898 B
Plaintext
Most TODOs live in the TODO section of doc/file.man (i.e. file(1)).
|
|
They are more visible there, so please add any further TODOs to that
|
|
file, not here. More speculative material can live here.
|
|
|
|
(This change was made when Reuben Thomas noticed that all the bugs
|
|
listed in the BUGS section of the man page had been fixed!)
|
|
|
|
---
|
|
|
|
It would be nice to simplify file considerably. For example,
|
|
reimplement the apprentice and non-pattern magic methods in Python,
|
|
and compile the magic patterns to a giant regex (or something similar;
|
|
maybe using Ragel (http://www.complang.org/ragel/)) so that only a
|
|
small amount of C is needed (because fast execution is typically only
|
|
required for soft magic, not the more detailed information given by
|
|
hard-wired routines). In this regard, note that hplip, which is
|
|
BSD-licensed, has a magic reimplementation in Python.
|
|
|
|
Read the kerberos magic entry for more ideas.
|