Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [loaders,resolvers] tone down default log noise | Philipp Gesang | 2016-04-25 | 1 | -7/+5 |
| | |||||
* | [resolvers] allow arbitrary sequence lookups | Philipp Gesang | 2016-01-27 | 1 | -42/+84 |
| | | | | | | | | This primarily affects the “anon” lookup. However, since we cannot any longer determine the lookup success by crude means, the resolver signature had to be modified to indicate success or failure via the return value. This does no longer match the resolver implementation of Context but the interface has become much cleaner. | ||||
* | [*] kill off file headers | Philipp Gesang | 2015-11-05 | 1 | -2/+0 |
| | | | | We have the VCS info in the status file; these things are just silly. | ||||
* | [tool,resolvers,db] fix references to the fonts table | Philipp Gesang | 2015-10-29 | 1 | -16/+16 |
| | | | | This makes the ``--find`` option to luaotfload-too work again. | ||||
* | [main,init,db,resolvers] separate resolvers from main into separate file | Philipp Gesang | 2015-07-23 | 1 | -0/+256 |