summaryrefslogtreecommitdiff
path: root/luaotfload-tool.lua
Commit message (Collapse)AuthorAgeFilesLines
* [db,tool] adapt --prefer-texmfPhilipp Gesang2013-11-051-2/+4
|
* Merge branch 'font-matching'Philipp Gesang2013-11-051-37/+85
|\ | | | | | | | | | | | | | | Conflicts: NEWS luaotfload-database.lua luaotfload-override.lua luaotfload.dtx
| * [tool,man] adapt default fields for --list and --fields to stripped index formatPhilipp Gesang2013-11-051-1/+1
| |
| * [tool] add --no-strip optionPhilipp Gesang2013-11-051-0/+7
| |
| * [tool] protect --list and --field against invalid queriesPhilipp Gesang2013-11-051-3/+14
| |
| * [tool] adapt --list queries with criterionPhilipp Gesang2013-11-051-1/+6
| |
| * [tool] fall back to defaults with empty --fields queryPhilipp Gesang2013-11-051-1/+3
| |
| * [tool] adapt ``--list``Philipp Gesang2013-11-051-5/+13
| |
| * [db,tool] adapt --find to new db modelPhilipp Gesang2013-11-051-1/+1
| |
| * [db] stop exposing the global index objectPhilipp Gesang2013-11-041-6/+7
| |
| * [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
| |
* | [db,log] add low-noise terminal loggingPhilipp Gesang2013-11-031-1/+1
|/
* [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
|