Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [*] kill off file headers | Philipp Gesang | 2015-11-05 | 1 | -3/+1 |
| | | | | We have the VCS info in the status file; these things are just silly. | ||||
* | [main, parsers] prepare for deferred initialization | Philipp Gesang | 2015-09-27 | 1 | -27/+22 |
| | |||||
* | [parsers] check fontconfig includes at another part of the scanner and add ↵ | Philipp Gesang | 2015-06-18 | 1 | -11/+20 |
| | | | | more verbose messages | ||||
* | [parsers] set hard limit on fontconfig scanner recursion depth | Philipp Gesang | 2015-06-18 | 1 | -11/+30 |
| | |||||
* | [parsers] fix tracking of included fontconfig files | Philipp Gesang | 2015-06-18 | 1 | -11/+14 |
| | | | | | | | | Addresses issue https://github.com/lualatex/luaotfload/issues/275 There indeed was a check missing for included files. Since a corresponding check for included directories was in effect it probably masked the potential stack blowthrough. | ||||
* | [parsers] at higher log levels, display information about fontconfig files ↵ | Philipp Gesang | 2015-06-18 | 1 | -0/+6 |
| | | | | being read | ||||
* | [parsers] indent consistently | Philipp Gesang | 2014-07-19 | 1 | -47/+49 |
| | | | | | Gets rid of even more ugliness caused by the recent unification of the parsers. | ||||
* | [parsers] fix damage to indentation caused by refactoring | Philipp Gesang | 2014-07-18 | 1 | -31/+31 |
| | |||||
* | [parsers] fix missing argument to fontconfig scanner | Philipp Gesang | 2014-07-18 | 1 | -17/+45 |
| | | | | | | | The reference to ``find_files`` didn’t get passed on to recursive calls which caused an error if multiple directories are searched. Reported by Norbert Preining. | ||||
* | [parsers] convert dashes to underscores in ini parser | Philipp Gesang | 2014-07-13 | 1 | -2/+2 |
| | |||||
* | parsers: remove obsolete comment | Philipp Gesang | 2014-06-09 | 1 | -3/+0 |
| | |||||
* | Merge branch 'texlive2014' of github:lualatex/luaotfload into texlive2014 | Philipp Gesang | 2014-06-07 | 1 | -17/+24 |
|\ | |||||
| * | Fix issue #218: support XDG_DATA_HOME for <dir> nodes | Reuben Thomas | 2014-06-06 | 1 | -17/+24 |
| | | |||||
* | | [tests] add test for config file syntax | Philipp Gesang | 2014-04-21 | 1 | -2/+2 |
| | | |||||
* | | [parsers] add INI file parser | Philipp Gesang | 2014-04-21 | 1 | -1/+120 |
| | | |||||
* | | [parsers] use less ambiguous identifier for locals | Philipp Gesang | 2014-04-21 | 1 | -10/+10 |
|/ | |||||
* | [*] move source files to ./src | Philipp Gesang | 2014-02-12 | 1 | -0/+578 |