Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add --diagnose to usage info of luaotfload-tool.lua | Philipp Gesang | 2013-07-08 | 1 | -0/+2 | |
| | ||||||
* | add file permissions check to --diagnose option in luaotfload-tool.lua | Philipp Gesang | 2013-07-08 | 1 | -8/+143 | |
| | ||||||
* | make individual diagnostics selectable in luaotfload-tool.lua | Philipp Gesang | 2013-07-08 | 1 | -13/+31 | |
| | ||||||
* | add github repo info to diagnostics in ``luaotfload-tool.lua`` | Philipp Gesang | 2013-07-08 | 1 | -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 mkstatus | Philipp Gesang | 2013-07-07 | 1 | -4/+4 | |
| | ||||||
* | add git metadata to diagnostic info in luaotfload-tool.lua | Philipp Gesang | 2013-07-07 | 1 | -5/+17 | |
| | ||||||
* | add self test (--diagnose) to luaotfload-tool.lua | Philipp Gesang | 2013-07-07 | 1 | -13/+103 | |
| | ||||||
* | fix names of bytecode compiled files | Philipp Gesang | 2013-07-06 | 1 | -3/+3 | |
| | ||||||
* | systemize path handling ; improve cache write errors | Philipp Gesang | 2013-07-06 | 1 | -6/+4 | |
| | ||||||
* | include interpreter facts in -V info | Philipp Gesang | 2013-07-05 | 1 | -2/+8 | |
| | ||||||
* | add detection for luajittex interpreter | Philipp Gesang | 2013-07-05 | 1 | -4/+12 | |
| | ||||||
* | bring back Lua 5.1 parser compat in luaotfload-tool | Philipp Gesang | 2013-07-05 | 1 | -5/+5 | |
| | ||||||
* | add cache directory hint to luaotfload-tool; manage paths more consistently | Philipp Gesang | 2013-07-03 | 1 | -20/+19 | |
| | ||||||
* | add option to redirect log output to file | Philipp Gesang | 2013-07-03 | 1 | -2/+22 | |
| | ||||||
* | add message about the location of the names db to ``luaotfload-tool --update`` | Philipp Gesang | 2013-06-27 | 1 | -14/+14 | |
| | | | | also make log messages more consistent wrt casing | |||||
* | add counters to info output sections for better legibility | Philipp Gesang | 2013-06-26 | 1 | -7/+45 | |
| | ||||||
* | add gsub/gpos feature list to --inspect | Philipp Gesang | 2013-06-26 | 1 | -4/+78 | |
| | ||||||
* | [doc] describe -I and -w in manpage | Philipp Gesang | 2013-06-25 | 1 | -1/+5 | |
| | ||||||
* | add font metadata printer | Philipp Gesang | 2013-06-25 | 1 | -0/+51 | |
| | ||||||
* | printer for the names table | Philipp Gesang | 2013-06-25 | 1 | -9/+72 | |
| | ||||||
* | add ascii heading formatter to luaotfload-tool | Philipp Gesang | 2013-06-25 | 1 | -8/+31 | |
| | ||||||
* | add --inspect and --warnings flags to luaotfload-tool | Philipp Gesang | 2013-06-25 | 1 | -15/+79 | |
| | ||||||
* | fix behavior of luaotfload-tool with ttc subfonts | Philipp Gesang | 2013-06-25 | 1 | -12/+70 | |
| | ||||||
* | fix missing local in luaotfload-tool | Philipp Gesang | 2013-06-24 | 1 | -8/+7 | |
| | ||||||
* | update NEWS; bump version | Philipp Gesang | 2013-06-02 | 1 | -3/+3 | |
| | ||||||
* | add option ``--show-blacklist`` to luaotfload-tool | Philipp Gesang | 2013-05-31 | 1 | -2/+15 | |
| | ||||||
* | collect second-tier candidates when matching fontnames | Philipp Gesang | 2013-05-30 | 1 | -5/+5 | |
| | ||||||
* | have file locator return the filename when known fonts are specified without ↵ | Philipp Gesang | 2013-05-28 | 1 | -1/+1 | |
| | | | | extension | |||||
* | add option prefer-texmf to luaotfload-tool | Philipp Gesang | 2013-05-27 | 1 | -1/+5 | |
| | ||||||
* | add diablindall.ttf to blacklist | Philipp Gesang | 2013-05-14 | 1 | -1/+1 | |
| | ||||||
* | use luatex for dtx extraction in Makefilev2.2a | Philipp Gesang | 2013-05-11 | 1 | -1/+0 | |
| | ||||||
* | locate legacy db script through kpse | Philipp Gesang | 2013-05-11 | 1 | -3/+5 | |
| | ||||||
* | Merge ../luaotfload-compat | Philipp Gesang | 2013-05-11 | 1 | -0/+14 | |
|\ | ||||||
| * | divert Lua<5.2 to legacy script in luaotfload-tool | Philipp Gesang | 2013-05-10 | 1 | -0/+14 | |
| | | ||||||
* | | add ``--dry-run`` to usage info | Philipp Gesang | 2013-05-11 | 1 | -0/+1 | |
| | | ||||||
* | | implement ``--dry-run`` for filesystem tracing | Philipp Gesang | 2013-05-11 | 1 | -2/+5 | |
| | | ||||||
* | | rename ``flush_cache`` -> ``flush_lookup_cache`` | Philipp Gesang | 2013-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | rename option ``--flush-cache`` -> ``--flush-lookups`` to avoid confusion ↵ | Philipp Gesang | 2013-05-11 | 1 | -19/+19 | |
| | | | | | | | | with cache control | |||||
* | | add controls for font cache to ``luaotfload-tool.lua`` | Philipp Gesang | 2013-05-11 | 1 | -2/+32 | |
| | | ||||||
* | | make ``save_names()`` and ``save_lookups()`` return a bool | Philipp Gesang | 2013-05-11 | 1 | -5/+6 | |
|/ | ||||||
* | create $TEXMFVAR if missing | Philipp Gesang | 2013-05-10 | 1 | -0/+13 | |
| | ||||||
* | set higher loglevels for database tracing | Philipp Gesang | 2013-05-09 | 1 | -0/+1 | |
| | ||||||
* | update manpage and usage info | Philipp Gesang | 2013-05-09 | 1 | -2/+7 | |
| | ||||||
* | sort output for unspecified fields | Philipp Gesang | 2013-05-09 | 1 | -8/+29 | |
| | ||||||
* | add querying of font metadata to luaotfload-tool | Philipp Gesang | 2013-05-09 | 1 | -4/+143 | |
| | ||||||
* | GPL 2 everywhere | Philipp Gesang | 2013-05-06 | 1 | -6/+11 | |
| | ||||||
* | bump version; add/update attributions | Philipp Gesang | 2013-05-04 | 1 | -2/+11 | |
| | ||||||
* | make cache flushing work with new cache file | Philipp Gesang | 2013-05-03 | 1 | -4/+3 | |
| | ||||||
* | use ``fullname`` in status entries | Philipp Gesang | 2013-04-29 | 1 | -10/+7 | |
| | | | | | | | This suppresses redundand database updates in the case where a font is found in multiple directories with different timestamps. Also removed references to ``fontdbutil``. | |||||
* | rename fontdbutil -> luaotfload-tool | Philipp Gesang | 2013-04-29 | 1 | -0/+444 | |