<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/llex.h, 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>now that 'luaO_str2num' always accepts a dot as a radix character,</title>
<updated>2016-05-02T14:02:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-05-02T14:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0232fbffbe43d84bef1bdb379b2b9f10eb11f750'/>
<id>0232fbffbe43d84bef1bdb379b2b9f10eb11f750</id>
<content type='text'>
the lexer does not need to bother with this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the lexer does not need to bother with this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to</title>
<updated>2014-10-29T15:38:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-29T15:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=351a446ec55d0e4a7520791cc4b6ff6097739e18'/>
<id>351a446ec55d0e4a7520791cc4b6ff6097739e18</id>
<content type='text'>
be visible outside Lua + no need for easy redefinitions)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be visible outside Lua + no need for easy redefinitions)
</pre>
</div>
</content>
</entry>
<entry>
<title>`name' in comments changed to 'name'</title>
<updated>2014-10-25T11:50:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-10-25T11:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=bdf566a8a32450c2eb6273c8c1a92e2181b6846e'/>
<id>bdf566a8a32450c2eb6273c8c1a92e2181b6846e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first implementation of '&lt;&lt;', '&gt;&gt;', and '~' (bitwise not)</title>
<updated>2013-12-30T20:47:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-12-30T20:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1ea2d20f74cea9c61817d4a5ed67c4fc47cafb51'/>
<id>1ea2d20f74cea9c61817d4a5ed67c4fc47cafb51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug (GC can collect long identifier during parser) + change (using</title>
<updated>2013-08-30T16:01:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-08-30T16:01:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=8ef9e8460e775793f760deb28d0c3d10dda31b49'/>
<id>8ef9e8460e775793f760deb28d0c3d10dda31b49</id>
<content type='text'>
a single constant table for all functions in a chunk)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a single constant table for all functions in a chunk)
</pre>
</div>
</content>
</entry>
<entry>
<title>new operation '//' (integer division)</title>
<updated>2013-04-26T13:08:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-04-26T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a2f5c28a802ae99f2045ab96585fade2c65b2037'/>
<id>a2f5c28a802ae99f2045ab96585fade2c65b2037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first implementation of literal integers (no constant folding yet)</title>
<updated>2013-04-16T18:46:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-04-16T18:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=1294b09d8eff59a5fa00a43a2c462d338546da1f'/>
<id>1294b09d8eff59a5fa00a43a2c462d338546da1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more uses of 'l_noret'</title>
<updated>2011-11-30T12:43:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-11-30T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6d8b67209443e03d83cb7b6306dc0ef098d0f1f8'/>
<id>6d8b67209443e03d83cb7b6306dc0ef098d0f1f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>label syntax changed to '::label::'</title>
<updated>2011-06-20T16:52:48+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-20T16:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=719c01359f797e3933a7a69b541d7e57e149d061'/>
<id>719c01359f797e3933a7a69b541d7e57e149d061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
