summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
Commit message (Collapse)AuthorAgeFilesLines
* [news,man] mentions --compress in the appropriate placesPhilipp Gesang2013-11-031-0/+1
|
* [db,tool] add --compress option for gzipping the indexPhilipp Gesang2013-11-031-1/+4
|
* [tool] add option to skip reading font filesPhilipp Gesang2013-09-151-18/+25
|
* [tool] include stats on demand only (--stats option)Philipp Gesang2013-09-011-3/+6
|
* [db] refactor fontname extractionPhilipp Gesang2013-09-011-3/+3
|
* [tool] suggest --fuzzy if query failsPhilipp Gesang2013-08-261-1/+3
|
* [tool] make --version display Luatex version infoPhilipp Gesang2013-08-111-13/+12
|
* [tool] make --inspect skip empty feature setsPhilipp Gesang2013-08-051-5/+14
|
* [tool] handle missing size infoPhilipp Gesang2013-08-031-0/+4
|
* [tool] interpret file lookup result correctlyPhilipp Gesang2013-08-031-5/+2
|
* [tool] handle anon: and file: requests with --findPhilipp Gesang2013-08-031-4/+17
|
* [tool] make --find process normal requestsPhilipp Gesang2013-08-031-4/+10
|
* [tool] add option --no-reload to suppress database updatesPhilipp Gesang2013-08-031-1/+5
|
* [db] always save on updatePhilipp Gesang2013-08-021-2/+1
|
* [tool] seek correct language data with --inspectPhilipp Gesang2013-08-011-1/+20
|
* [diagnose] add diagnostics for font indexPhilipp Gesang2013-08-011-1/+2
|
* [doc] document --format and add it to usage messagePhilipp Gesang2013-07-311-0/+2
|
* [db] remove --type1 option in favor of --formats, a configurable format setPhilipp Gesang2013-07-311-4/+4
|
* [db] make pfb scanning optionalPhilipp Gesang2013-07-311-1/+5
|
* [tool] work around ms compiler limitationsPhilipp Gesang2013-07-281-2/+11
|
* [tool] remove diagnostics code from runnerPhilipp Gesang2013-07-281-605/+32
|
* add diagnostics for environment variables in luaotfload-toolPhilipp Gesang2013-07-271-5/+146
|
* stript trailing slashes before joining pathsPhilipp Gesang2013-07-261-2/+1
|
* 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
|