summaryrefslogtreecommitdiff
path: root/src/luaotfload-resolvers.lua
Commit message (Collapse)AuthorAgeFilesLines
* [loaders,resolvers] tone down default log noisePhilipp Gesang2016-04-251-7/+5
|
* [resolvers] allow arbitrary sequence lookupsPhilipp Gesang2016-01-271-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 headersPhilipp Gesang2015-11-051-2/+0
| | | | We have the VCS info in the status file; these things are just silly.
* [tool,resolvers,db] fix references to the fonts tablePhilipp Gesang2015-10-291-16/+16
| | | | This makes the ``--find`` option to luaotfload-too work again.
* [main,init,db,resolvers] separate resolvers from main into separate filePhilipp Gesang2015-07-231-0/+256