summaryrefslogtreecommitdiff
path: root/src/fontloader/misc/fontloader-util-str.lua
Commit message (Collapse)AuthorAgeFilesLines
* [fontloader] sync with Context as of 2016-09-15Philipp Gesang2016-09-151-1/+2
|
* [fontloader] sync with Context as of 2016-08-29Philipp Gesang2016-08-291-38/+50
|
* [fontloader] sync with Context as of 2016-07-05Philipp Gesang2016-07-051-2/+4
|
* [fontloader] sync with Context as of 2016-04-15Philipp Gesang2016-04-151-0/+2
|
* [fontloader] sync with Context as of 2015-10-29Philipp Gesang2015-10-291-2/+11
|
* [fontloader] sync with Context as of 2015-05-26Philipp Gesang2015-05-261-1/+1
|
* [fontloader] sync with Context as of 2015-05-04Philipp Gesang2015-05-041-11/+17
|
* [fontloader] sync with Context as of 2014-12-29Philipp Gesang2014-12-291-2/+2
|
* [fontloader] sync with Context as of 2014-12-14Philipp Gesang2014-12-141-1/+3
|
* [fontloader] reorganize under the new import schemePhilipp Gesang2014-12-091-0/+1117
For better orientation, the fontloader tree now contains two subdirectories into which files have been reorganized: The two files required at runtime for the fontloader and luaotfload-tool are: × ``fontloader-basics-gen.lua`` × ``fontloader-fontloader.lua`` They are now kept in the ``src/fontloader/runtime/`` subdirectory. All other files from upstream are now located in ``src/fontloader/misc``. This includes a number of files that have not yet been part of Luaotfload. Currently, the *misc* set of files is not packaged along with Luaotfload. This may change in the future when there is an option to switch the merged fontloader for its constituent files, or even for upstream.