Lines Matching +full:keep +full:- +full:a +full:- +full:live
1 Most TODOs live in the TODO section of doc/file.man (i.e. file(1)).
3 file, not here. More speculative material can live here.
8 ---
10 reimplement the apprentice and non-pattern magic methods in Python,
11 and compile the magic patterns to a giant regex (or something similar;
12 maybe using Ragel (http://www.complang.org/ragel/)) so that only a
15 hard-wired routines). In this regard, note that hplip, which is
16 BSD-licensed, has a magic reimplementation in Python.
17 ---
19 ---
20 Write a string merger to make magic entry sizes dynamic.
22 ---
23 Programming language support, we can introduce the concept of a group
25 could require structural changes to the matching code :-(
34 ---
35 - Merge the stat code dance in one place and keep it in one place
37 - Enable seeking around if offset > nbytes if possible (the fd
39 - We could use file_pipe2file more (for EOF offsets, CDF documents),
40 but that is expensive; perhaps we should provide a way to disable it
41 - The implementation of struct buffer needs re-thinking and more work.
45 - Really the whole thing just needs here's an (offset, buffer, size)