summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
Commit message (Collapse)AuthorAgeFilesLines
* bump version, update NEWSv2.3bPhilipp Gesang2013-07-241-2/+2
|
* fix return value of set_logout()Philipp Gesang2013-07-221-1/+1
|
* add revision info to output of --version in luaotfload-toolPhilipp Gesang2013-07-191-12/+13
|
* adapt strings for 20th century OSPhilipp Gesang2013-07-161-16/+16
| | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment.
* fix path handling of luaotfload-tool on Win systemsPhilipp Gesang2013-07-141-0/+8
|
* fix confusing warning message in luaotfload-tool.luaPhilipp Gesang2013-07-141-1/+1
|
* issue warning for unknown diagnostics in luaotfload-toolPhilipp Gesang2013-07-111-1/+7
|
* consider that scripts are in the scripts/ tree when locating filesPhilipp Gesang2013-07-101-0/+1
|
* bump version, update NEWSPhilipp Gesang2013-07-101-1/+1
|
* fix format specifier in diagnose printerPhilipp Gesang2013-07-101-1/+1
|
* add short usage message to luaotfload-toolPhilipp Gesang2013-07-091-13/+27
|
* add --diagnose to usage info of luaotfload-tool.luaPhilipp Gesang2013-07-081-0/+2
|
* add file permissions check to --diagnose option in luaotfload-tool.luaPhilipp Gesang2013-07-081-8/+143
|
* make individual diagnostics selectable in luaotfload-tool.luaPhilipp Gesang2013-07-081-13/+31
|
* add github repo info to diagnostics in ``luaotfload-tool.lua``Philipp Gesang2013-07-081-15/+217
| | | | | | | | | | | | | | | | | | | | this is still **experimental**. what to expect: * the JSON parser in ``util-jsn`` needs fixing. currently it will fail if an API response contains escaped double quotes. see: <http://www.ntg.nl/pipermail/ntg-context/2013/074052.html>; * requires the ``luasec`` module for https requests; * may break in unexpected ways with connectivity problems, e.g. timeouts; * errors not (yet) cumulative with the other diagnostics; * not yet skippable with ``--diagnose``; * for the time being API requests are unauthorized. acquiring a security token is a TODO.
* rename mkfilelist to mkstatusPhilipp Gesang2013-07-071-4/+4
|
* add git metadata to diagnostic info in luaotfload-tool.luaPhilipp Gesang2013-07-071-5/+17
|
* add self test (--diagnose) to luaotfload-tool.luaPhilipp Gesang2013-07-071-13/+103
|
* fix names of bytecode compiled filesPhilipp Gesang2013-07-061-3/+3
|
* systemize path handling ; improve cache write errorsPhilipp Gesang2013-07-061-6/+4
|
* include interpreter facts in -V infoPhilipp Gesang2013-07-051-2/+8
|
* add detection for luajittex interpreterPhilipp Gesang2013-07-051-4/+12
|
* bring back Lua 5.1 parser compat in luaotfload-toolPhilipp Gesang2013-07-051-5/+5
|
* add cache directory hint to luaotfload-tool; manage paths more consistentlyPhilipp Gesang2013-07-031-20/+19
|
* add option to redirect log output to filePhilipp Gesang2013-07-031-2/+22
|
* add message about the location of the names db to ``luaotfload-tool --update``Philipp Gesang2013-06-271-14/+14
| | | | also make log messages more consistent wrt casing
* add counters to info output sections for better legibilityPhilipp Gesang2013-06-261-7/+45
|
* add gsub/gpos feature list to --inspectPhilipp Gesang2013-06-261-4/+78
|
* [doc] describe -I and -w in manpagePhilipp Gesang2013-06-251-1/+5
|
* add font metadata printerPhilipp Gesang2013-06-251-0/+51
|
* printer for the names tablePhilipp Gesang2013-06-251-9/+72
|
* add ascii heading formatter to luaotfload-toolPhilipp Gesang2013-06-251-8/+31
|
* add --inspect and --warnings flags to luaotfload-toolPhilipp Gesang2013-06-251-15/+79
|
* fix behavior of luaotfload-tool with ttc subfontsPhilipp Gesang2013-06-251-12/+70
|
* fix missing local in luaotfload-toolPhilipp Gesang2013-06-241-8/+7
|
* update NEWS; bump versionPhilipp Gesang2013-06-021-3/+3
|
* add option ``--show-blacklist`` to luaotfload-toolPhilipp Gesang2013-05-311-2/+15
|
* collect second-tier candidates when matching fontnamesPhilipp Gesang2013-05-301-5/+5
|
* have file locator return the filename when known fonts are specified without ↵Philipp Gesang2013-05-281-1/+1
| | | | extension
* add option prefer-texmf to luaotfload-toolPhilipp Gesang2013-05-271-1/+5
|
* add diablindall.ttf to blacklistPhilipp Gesang2013-05-141-1/+1
|
* use luatex for dtx extraction in Makefilev2.2aPhilipp Gesang2013-05-111-1/+0
|
* locate legacy db script through kpsePhilipp Gesang2013-05-111-3/+5
|
* Merge ../luaotfload-compatPhilipp Gesang2013-05-111-0/+14
|\
| * divert Lua<5.2 to legacy script in luaotfload-toolPhilipp Gesang2013-05-101-0/+14
| |
* | add ``--dry-run`` to usage infoPhilipp Gesang2013-05-111-0/+1
| |
* | implement ``--dry-run`` for filesystem tracingPhilipp Gesang2013-05-111-2/+5
| |
* | rename ``flush_cache`` -> ``flush_lookup_cache``Philipp Gesang2013-05-111-1/+1
| |
* | rename option ``--flush-cache`` -> ``--flush-lookups`` to avoid confusion ↵Philipp Gesang2013-05-111-19/+19
| | | | | | | | with cache control
* | add controls for font cache to ``luaotfload-tool.lua``Philipp Gesang2013-05-111-2/+32
| |