<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/makefile, branch temporary</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>Details</title>
<updated>2020-07-03T16:02:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-07-03T16:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0280407fc54f9b6225139c5ac27326f98f0cf043'/>
<id>0280407fc54f9b6225139c5ac27326f98f0cf043</id>
<content type='text'>
Comments in makefile and function 'l_str2d'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comments in makefile and function 'l_str2d'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2020-06-10T19:39:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-06-10T19:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=69e84805e48b0253007bd0daf481ce7955367d73'/>
<id>69e84805e48b0253007bd0daf481ce7955367d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile compiles the Lua compiler with '-Os'</title>
<updated>2019-10-08T13:26:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-10-08T13:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6a10f03ff81606e567c6891a90d70066a03c686e'/>
<id>6a10f03ff81606e567c6891a90d70066a03c686e</id>
<content type='text'>
The performance of the Lua compiler is not critical for Lua
performance, but it is a big component in the source. So, it makes
sense to trade speed for size in this component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The performance of the Lua compiler is not critical for Lua
performance, but it is a big component in the source. So, it makes
sense to trade speed for size in this component.
</pre>
</div>
</content>
</entry>
<entry>
<title>Details in the makefile (warning options)</title>
<updated>2019-09-24T17:43:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-09-24T17:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=89f6a85f034b2535e43e421991098fa05a92cd60'/>
<id>89f6a85f034b2535e43e421991098fa05a92cd60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2019-08-01T17:11:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-08-01T17:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3'/>
<id>35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3</id>
<content type='text'>
- removed rule about RCS from makefile
- comments and nitpicking in 'llex.c'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed rule about RCS from makefile
- comments and nitpicking in 'llex.c'
</pre>
</div>
</content>
</entry>
<entry>
<title>Detail in makefile</title>
<updated>2019-06-05T16:21:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-06-05T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6aeaeb5656a006ad95b35dd7482798fdc5f02f5e'/>
<id>6aeaeb5656a006ad95b35dd7482798fdc5f02f5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>'all' script automatically 'make's everything</title>
<updated>2018-12-19T15:15:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-19T15:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=662506476b3b9bf651de064884a00c8dbce6e281'/>
<id>662506476b3b9bf651de064884a00c8dbce6e281</id>
<content type='text'>
The script 'all', to run all tests, automatically ensures that the
Lua interpreter and the test C libraries (in 'testes/libs/') are
updated with any changes in 'luaconf.h'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script 'all', to run all tests, automatically ensures that the
Lua interpreter and the test C libraries (in 'testes/libs/') are
updated with any changes in 'luaconf.h'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2018-12-17T15:56:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-17T15:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=af6d9f31165a13c34c0601f37ca5a67c365d1d01'/>
<id>af6d9f31165a13c34c0601f37ca5a67c365d1d01</id>
<content type='text'>
A few details in the makefile and in the manual. (In particular,
it updates the dependency lists in the makefile.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A few details in the makefile and in the manual. (In particular,
it updates the dependency lists in the makefile.)
</pre>
</div>
</content>
</entry>
<entry>
<title>several details</title>
<updated>2018-06-18T18:25:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-06-18T18:25:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6683f83b51bf87cad0980712955c959c4c128e24'/>
<id>6683f83b51bf87cad0980712955c959c4c128e24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated to use jump tables</title>
<updated>2018-03-05T14:26:18+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-03-05T14:26:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bdcde45d05f321fb6608e58bf24e1920fa3a3a23'/>
<id>bdcde45d05f321fb6608e58bf24e1920fa3a3a23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
