<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vis.git/luadoc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vis.git/'/>
<entry>
<title>Move all lua related files to lua/ subfolder</title>
<updated>2016-12-07T19:11:32+00:00</updated>
<author>
<name>Marc André Tanner</name>
<email>mat@brain-dump.org</email>
</author>
<published>2016-12-07T15:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vis.git/commit/?id=3570869c9ae2c4df14b15423789919e514322916'/>
<id>3570869c9ae2c4df14b15423789919e514322916</id>
<content type='text'>
Also remove the lexers sub directory from the Lua search path.
As a result we attempt to open fewer files during startup:

 $ strace -e open -o log ./vis +q config.h &amp;&amp; wc -l log

In order to avoid having to modifiy all lexers which `require('lexer')`
we instead place a symlink in the top level directory.

 $ ./configure --disable-lua
 $ rm -rf lua

Should result in a source tree with most lua specifc functionality
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove the lexers sub directory from the Lua search path.
As a result we attempt to open fewer files during startup:

 $ strace -e open -o log ./vis +q config.h &amp;&amp; wc -l log

In order to avoid having to modifiy all lexers which `require('lexer')`
we instead place a symlink in the top level directory.

 $ ./configure --disable-lua
 $ rm -rf lua

Should result in a source tree with most lua specifc functionality
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>vis-lua: more extensive Lua API documentation</title>
<updated>2016-12-06T19:10:43+00:00</updated>
<author>
<name>Marc André Tanner</name>
<email>mat@brain-dump.org</email>
</author>
<published>2016-12-06T19:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/vis.git/commit/?id=e552275e65b8fbb52742453904641c14b50ce9a6'/>
<id>e552275e65b8fbb52742453904641c14b50ce9a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
