<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luaotfload/src, branch v2.5-fix-2</title>
<subtitle>Font handling for Luatex, Plain and LaTeX</subtitle>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/'/>
<entry>
<title>[*] bump version</title>
<updated>2014-07-24T20:09:47+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-24T20:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=04dc6c632f7bc85b48d12af695392fb5e4d0faef'/>
<id>04dc6c632f7bc85b48d12af695392fb5e4d0faef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[parsers] indent consistently</title>
<updated>2014-07-18T22:17:52+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-18T22:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=6239927296788b960d2e7561e51f373725815d19'/>
<id>6239927296788b960d2e7561e51f373725815d19</id>
<content type='text'>
Gets rid of even more ugliness caused by the recent unification of the
parsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gets rid of even more ugliness caused by the recent unification of the
parsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>[parsers] fix damage to indentation caused by refactoring</title>
<updated>2014-07-18T21:53:56+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-18T21:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=120b557526db2a73cd3eab41c9eddf142778b684'/>
<id>120b557526db2a73cd3eab41c9eddf142778b684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[parsers] fix missing argument to fontconfig scanner</title>
<updated>2014-07-18T21:52:08+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-18T21:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=f2bb496d4df55c80bda955b4b2fdc0cabd332b4f'/>
<id>f2bb496d4df55c80bda955b4b2fdc0cabd332b4f</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2014-07-18</title>
<updated>2014-07-18T17:54:46+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-18T17:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=55663ee9f171539dd39a87b12200654edd3bfded'/>
<id>55663ee9f171539dd39a87b12200654edd3bfded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[*] bump version and date</title>
<updated>2014-07-16T17:51:34+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-16T17:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=c452686165c1e5233825eca0878aabb9ad4922f6'/>
<id>c452686165c1e5233825eca0878aabb9ad4922f6</id>
<content type='text'>
Hope I didn’t mess this up again …
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hope I didn’t mess this up again …
</pre>
</div>
</content>
</entry>
<entry>
<title>[log,db] fix options to os.date() on non-posix systems</title>
<updated>2014-07-16T05:26:27+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-16T05:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=1fdc7b6792199cfc37bdb43948b82523a8b8f91a'/>
<id>1fdc7b6792199cfc37bdb43948b82523a8b8f91a</id>
<content type='text'>
Fixes https://github.com/lualatex/luaotfload/issues/233

On non-POSIX systems, the Lua interpeter is compiled with a reduced set
of options accepted by ``os.date()`` [0].

[0] http://www.lua.org/source/5.2/loslib.c.html#LUA_STRFTIMEOPTIONS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/lualatex/luaotfload/issues/233

On non-POSIX systems, the Lua interpeter is compiled with a reduced set
of options accepted by ``os.date()`` [0].

[0] http://www.lua.org/source/5.2/loslib.c.html#LUA_STRFTIMEOPTIONS
</pre>
</div>
</content>
</entry>
<entry>
<title>[fontloader] sync with Context as of 2014-07-14</title>
<updated>2014-07-14T21:57:43+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-14T21:57:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=af51fb74b7fbcbe01790309a117b5991277a5dd1'/>
<id>af51fb74b7fbcbe01790309a117b5991277a5dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[diagnose] fix ctan url (thanks Petra\!)</title>
<updated>2014-07-13T20:03:26+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-13T20:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=5dc362a7098d9ecd4bfd446b59d7e895107f6e5e'/>
<id>5dc362a7098d9ecd4bfd446b59d7e895107f6e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tool] fix references to config table in initialization</title>
<updated>2014-07-13T18:06:15+00:00</updated>
<author>
<name>Philipp Gesang</name>
<email>phg42.2a@gmail.com</email>
</author>
<published>2014-07-13T18:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.phi-gamma.net/luaotfload/commit/?id=157c2ddfd56cb2a4bafb05a41a332431b7f2f837'/>
<id>157c2ddfd56cb2a4bafb05a41a332431b7f2f837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
