summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version, update NEWSv2.3bPhilipp Gesang2013-07-243-10/+10
|
* check if we can cd into a directory before inspecting itPhilipp Gesang2013-07-221-26/+42
|
* avoid building of intermediate list in file locatorsPhilipp Gesang2013-07-221-8/+6
|
* fix return value of set_logout()Philipp Gesang2013-07-222-2/+2
|
* add revision info to output of --version in luaotfload-toolPhilipp Gesang2013-07-191-12/+13
|
* indicate forced db update on terminalPhilipp Gesang2013-07-191-2/+2
|
* adapt strings for 20th century OSPhilipp Gesang2013-07-165-46/+45
| | | | | | | Windows appears to still lack a unicode capable terminal emulator. http://tug.org/pipermail/luatex/2013-July/004547.html No comment.
* sync with Context as of 2013-07-14 (extra fixes)Philipp Gesang2013-07-142-3/+87
|
* 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
|
* make font name rewriting optionalPhilipp Gesang2013-07-142-4/+29
| | | | | | | | | | | | | ... but still activated by default the trouble with rewriting the font name is that it diverges from the behavior as stated in the Luatex reference. according to chapter 7, the field ``name`` of the font structure should contain the “metric (file) name”. by including the complete specification we cater to hacks that feed ``\fontname`` (which reads the ``name`` field) back into ``\font`` as Xetex does. this appears to work without complications, but formats other than Latex might not need it. so the best strategy would be to make it an option and have Fontspec activate this non-standard behavior.
* import typo-krn.lua from latest betaPhilipp Gesang2013-07-141-2/+2
|
* fix broken basics-nod.luaPhilipp Gesang2013-07-142-4/+4
|
* use call luatex manually instead of latexmk in MakefilePhilipp Gesang2013-07-141-2/+4
|
* sync with Context as of 2013-07-14Philipp Gesang2013-07-143-343/+440
|
* issue warning for unknown diagnostics in luaotfload-toolPhilipp Gesang2013-07-111-1/+7
|
* add tests for core functionalityPhilipp Gesang2013-07-111-0/+134
|
* fix version numberv2.3aPhilipp Gesang2013-07-101-1/+1
|
* consider that scripts are in the scripts/ tree when locating filesPhilipp Gesang2013-07-101-0/+1
|
* bump version, update NEWSPhilipp Gesang2013-07-1012-18/+19
|
* change mode of mkstatus to executablePhilipp Gesang2013-07-101-0/+0
|
* prioritize ``prefmodifiers`` oer ``subfamily``Philipp Gesang2013-07-101-6/+9
| | | | | | | | | | | follow-up to these previous modifications: * https://github.com/phi-gamma/luaotfload/commit/fcdbafd0c86fdba08 * https://github.com/phi-gamma/luaotfload/commit/2938e7d63404f1d2e * https://github.com/phi-gamma/luaotfload/commit/0e51cff12b24d264b addresses https://github.com/lualatex/luaotfload/issues/108 i.e. "name:DejaVu Serif" does not resolve to the Condensed face anymore.
* fix format specifier in diagnose printerPhilipp Gesang2013-07-101-1/+1
|
* add short usage message to luaotfload-toolPhilipp Gesang2013-07-091-13/+27
|
* fix script name in manpagePhilipp Gesang2013-07-091-10/+10
|
* add --diagnose to usage info of luaotfload-tool.luaPhilipp Gesang2013-07-081-0/+2
|
* [doc] describe --diagnose in manpagePhilipp Gesang2013-07-081-2/+13
|
* 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-073-38/+38
|
* add git metadata to diagnostic info in luaotfload-tool.luaPhilipp Gesang2013-07-072-6/+50
|
* add self test (--diagnose) to luaotfload-tool.luaPhilipp Gesang2013-07-071-13/+103
|
* add filelist to makefilePhilipp Gesang2013-07-071-2/+9
|
* add mkfilelist (batch file hashing)Philipp Gesang2013-07-071-0/+115
|
* update NEWSPhilipp Gesang2013-07-071-0/+3
|
* fix names of bytecode compiled filesPhilipp Gesang2013-07-062-9/+9
|
* systemize path handling ; improve cache write errorsPhilipp Gesang2013-07-063-79/+96
|
* prefer getwritablepath() to manual path buildingPhilipp Gesang2013-07-051-16/+20
|
* fix duplication in log outputPhilipp Gesang2013-07-051-9/+15
|
* 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
|
* bump versionv2.3Philipp Gesang2013-07-032-5/+5
|
* adapt luaotfload.lua to new dir systemPhilipp Gesang2013-07-031-3/+5
|
* add cache directory hint to luaotfload-tool; manage paths more consistentlyPhilipp Gesang2013-07-034-33/+32
|
* add option to redirect log output to filePhilipp Gesang2013-07-033-11/+100
|
* update NEWSPhilipp Gesang2013-07-021-0/+4
|
* Merge branch 'master' into font-matchingPhilipp Gesang2013-07-020-0/+0
|\
| * fix font file verification (thanks, Kim!)Philipp Gesang2013-06-251-0/+1
| | | | | | | | | | | | | | the cached lookup did not load the database when verifying the presence of hashed files. addresses: https://github.com/lualatex/luaotfload/issues/100