<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lua.c, branch v5.3.5</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>Lua 5.3.5 ported to git</title>
<updated>2018-12-17T16:46:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-17T16:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=063d4e4543088e7a21965bda8ee5a0f952a9029e'/>
<id>063d4e4543088e7a21965bda8ee5a0f952a9029e</id>
<content type='text'>
This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handling of LUA_PATH/LUA_CPATH moved back to 'package' library</title>
<updated>2017-01-12T17:14:26+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2017-01-12T17:14:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=94c1b3a8eef6778cf995b906d77c0c066c6d55f3'/>
<id>94c1b3a8eef6778cf995b906d77c0c066c6d55f3</id>
<content type='text'>
to avoid incompatibilites with previous releases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid incompatibilites with previous releases
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (removing spaces at end of lines)</title>
<updated>2016-12-22T13:08:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-12-22T13:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2a235312f029cbd2b1eb79f158d4f74b3ffa1b85'/>
<id>2a235312f029cbd2b1eb79f158d4f74b3ffa1b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LUA_PATHSUFFIX -&gt; LUA_VERSUFFIX + LUA_VERSUFFIX used in the</title>
<updated>2016-12-13T15:50:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-12-13T15:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9f594ca6f54483509e39bbb4054e0ca01961e1e8'/>
<id>9f594ca6f54483509e39bbb4054e0ca01961e1e8</id>
<content type='text'>
definition of LUA_INITVARVERSION, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
definition of LUA_INITVARVERSION, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handling of LUA_PATH/LUA_CPATH moved from package library to stand</title>
<updated>2016-07-18T17:55:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-07-18T17:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=de3fd8ab83763960433283a07d32e7a6bb986ea8'/>
<id>de3fd8ab83763960433283a07d32e7a6bb986ea8</id>
<content type='text'>
alone interpreter (so that 'lua.c' concentrates all handling of
environment variables)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
alone interpreter (so that 'lua.c' concentrates all handling of
environment variables)
</pre>
</div>
</content>
</entry>
<entry>
<title>added ';' at the end of "expression lines" ("return exp;") so that</title>
<updated>2015-08-14T19:11:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-08-14T19:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ed19fe766cf833e80236a6aaec63137744f60562'/>
<id>ed19fe766cf833e80236a6aaec63137744f60562</id>
<content type='text'>
an extra ";" at the end is enough to stop Lua printing the result
("return exp;;" is not valid)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an extra ";" at the end is enough to stop Lua printing the result
("return exp;;" is not valid)
</pre>
</div>
</content>
</entry>
<entry>
<title>details (avoid 'lint' warnings)</title>
<updated>2015-03-30T15:42:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-30T15:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3a91274547051935f92a9a51e1fad276810c73a0'/>
<id>3a91274547051935f92a9a51e1fad276810c73a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail</title>
<updated>2015-03-10T14:15:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-10T14:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fd6e680e2161ea4511c395edddc84de2134fcb93'/>
<id>fd6e680e2161ea4511c395edddc84de2134fcb93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>line history keep lines without added 'return'</title>
<updated>2015-03-09T21:57:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-03-09T21:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=57c0db219b9ee48d951adf68a577b4eec5309e57'/>
<id>57c0db219b9ee48d951adf68a577b4eec5309e57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (use new returned value from 'lua_getglobal' )</title>
<updated>2014-11-11T19:41:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-11-11T19:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=87b179e71d7b3b6d1432b7500e6f77596e85e773'/>
<id>87b179e71d7b3b6d1432b7500e6f77596e85e773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
