summaryrefslogtreecommitdiff
path: root/src/luaotfload-loaders.lua
Commit message (Collapse)AuthorAgeFilesLines
* local reset_callback definition for ltluatexDavid Carlisle2015-11-211-1/+11
|
* [*] kill off file headersPhilipp Gesang2015-11-051-1/+0
| | | | We have the VCS info in the status file; these things are just silly.
* [loaders] fix call to missing localPhilipp Gesang2015-10-281-1/+1
|
* [main, *] convert for centralized initialization routinePhilipp Gesang2015-09-271-1/+1
|
* [main,loaders] adjust noise and check status of loader initPhilipp Gesang2015-08-271-13/+13
|
* [loaders] {re,un}-scope locals for economyPhilipp Gesang2015-08-271-21/+36
|
* [main,loaders] regroup callback handling code with loadersPhilipp Gesang2015-08-271-27/+120
| | | | | | | | | ... changing the meaning of the file’s designation instead of adding yet another file. All the callback manipulation is now contained inside that module which will inject most of its functionality only when its main ``.install()`` method is called.
* [loaders] map forced OFM files to match the TFM loaderPhilipp Gesang2015-06-131-0/+4
| | | | | | | | | This defines a loader for the recognized OFM format. Somehow more recent versions of Luaotfload (TL 2014) did not provide one, causing to OFM fonts to fail loading whilst not being an issue without Luaotfload loaded. Addresses https://github.com/lualatex/luaotfload/issues/273
* [*] move source files to ./srcPhilipp Gesang2014-02-121-0/+30