<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/lua/doc, branch nocomapi</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>lua: upgrade to 5.2.3</title>
<updated>2014-03-02T08:16:32+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2013-12-12T07:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=98d07d0daf618f5e5accd6410e7c5d06f3157f48'/>
<id>98d07d0daf618f5e5accd6410e7c5d06f3157f48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension modules</title>
<updated>2014-03-01T16:40:35+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2013-10-14T17:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f4bbf85ee5224ab5f29ff7ca900c6f25437eed07'/>
<id>f4bbf85ee5224ab5f29ff7ca900c6f25437eed07</id>
<content type='text'>
And document the change in usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And document the change in usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: import Lua 5.2.2</title>
<updated>2014-03-01T16:40:34+00:00</updated>
<author>
<name>Ferenc Wágner</name>
<email>wferi@niif.hu</email>
</author>
<published>2013-10-10T14:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4cfcef19a983dfa971608a8917cd74ebfa0d7376'/>
<id>4cfcef19a983dfa971608a8917cd74ebfa0d7376</id>
<content type='text'>
Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz.
The com32/lua directory now matches exactly the source distribution,
plus the various Syslinux extension modules and their documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz.
The com32/lua directory now matches exactly the source distribution,
plus the various Syslinux extension modules and their documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: Updating to 5.1.4</title>
<updated>2011-02-07T20:57:20+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-02-07T20:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=bfcd7b7305c5465eb33acca86109ca96cb37403a'/>
<id>bfcd7b7305c5465eb33acca86109ca96cb37403a</id>
<content type='text'>
Updating base code to 5.1.4
Adding -DSYSLINUX build flag
Moving #if 0 to ifndef SYSLINUX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating base code to 5.1.4
Adding -DSYSLINUX build flag
Moving #if 0 to ifndef SYSLINUX
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: Add .syslinux.derivative() and .syslinux.version()</title>
<updated>2010-07-07T00:54:53+00:00</updated>
<author>
<name>Gert Hulselmans</name>
<email>gerth@zytor.com</email>
</author>
<published>2010-07-07T00:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=cec521ffd06a8ff8550445ab4b92f235da46c948'/>
<id>cec521ffd06a8ff8550445ab4b92f235da46c948</id>
<content type='text'>
Add .syslinux.derivative() and .syslinux.version().
Add an example script which shows how you can use .syslinux.derivative().

Signed-off-by: Gert Hulselmans &lt;gerth@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add .syslinux.derivative() and .syslinux.version().
Add an example script which shows how you can use .syslinux.derivative().

Signed-off-by: Gert Hulselmans &lt;gerth@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lua: change syslinux.sleep() to seconds, syslinux.msleep() to ms</title>
<updated>2010-07-05T22:52:07+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2010-07-05T22:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6afe9a37c790a58a7d7d2e955921ed0a8c9b4fee'/>
<id>6afe9a37c790a58a7d7d2e955921ed0a8c9b4fee</id>
<content type='text'>
For consistency with just about everything else, make syslinux.sleep()
count seconds, and syslinux.msleep() count milliseconds.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency with just about everything else, make syslinux.sleep()
count seconds, and syslinux.msleep() count milliseconds.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PCI desc</title>
<updated>2009-10-20T12:49:13+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2009-10-20T12:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=6841745fa86a45405de9bdd0e453f4abb26398b7'/>
<id>6841745fa86a45405de9bdd0e453f4abb26398b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added invocation</title>
<updated>2009-10-20T11:51:57+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2009-10-20T11:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3d0f9df1a36f64ef79c5011366c3b34ad356bc1c'/>
<id>3d0f9df1a36f64ef79c5011366c3b34ad356bc1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New</title>
<updated>2009-10-20T08:47:25+00:00</updated>
<author>
<name>Marcel Ritter</name>
<email>unrzl1@linux.rrze.uni-erlangen.de</email>
</author>
<published>2009-10-20T08:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ef041926f4a55fc4d52bf7814791395435165cf9'/>
<id>ef041926f4a55fc4d52bf7814791395435165cf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import Lua 5.1.3</title>
<updated>2008-07-17T20:47:28+00:00</updated>
<author>
<name>Alexey Zaytsev</name>
<email>alexey.zaytsev@gmail.com</email>
</author>
<published>2008-07-17T20:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5589a6e296427110474e74fbbd3ef9c512fe0ff4'/>
<id>5589a6e296427110474e74fbbd3ef9c512fe0ff4</id>
<content type='text'>
Signed-off-by: Alexey Zaytsev &lt;zaytsev.a@protei.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Alexey Zaytsev &lt;zaytsev.a@protei.ru&gt;
</pre>
</div>
</content>
</entry>
</feed>
