<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lua.c, branch v5.2.2</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>pops the string from 'get_prompt' only after using it</title>
<updated>2012-09-29T20:07:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-09-29T20:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ab7086e209d49b6ff2593a7c97ddaed664a3960b'/>
<id>ab7086e209d49b6ff2593a7c97ddaed664a3960b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spaces -&gt; tabs in #defines</title>
<updated>2012-05-23T15:37:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-05-23T15:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=054c20cd5b1d9491e3989cedcf3da5ebed0719cf'/>
<id>054c20cd5b1d9491e3989cedcf3da5ebed0719cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>details (using lua_setglobal/lua_getglobal instead of explicit</title>
<updated>2012-04-20T17:05:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2012-04-20T17:05:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=4cca1a436db7b425e28e3ef0bea8216bdcf02fb8'/>
<id>4cca1a436db7b425e28e3ef0bea8216bdcf02fb8</id>
<content type='text'>
use of the global table)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use of the global table)
</pre>
</div>
</content>
</entry>
<entry>
<title>new way to handle -E option (write a mark in the registry to avoid</title>
<updated>2011-12-12T16:34:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-12-12T16:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e2fc2ce8dfe107d1e2742b459c2aaf137227bbc1'/>
<id>e2fc2ce8dfe107d1e2742b459c2aaf137227bbc1</id>
<content type='text'>
reading environment variables)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reading environment variables)
</pre>
</div>
</content>
</entry>
<entry>
<title>new option '-E' to avoid environment variables</title>
<updated>2011-08-17T20:19:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-17T20:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=166dd0261a0fc012808a6448a1c46030c8db4806'/>
<id>166dd0261a0fc012808a6448a1c46030c8db4806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>detail (using array instead of several variables to keep track of</title>
<updated>2011-08-04T18:16:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-04T18:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6a5d89b39fdd22fdac03cbaeab375c58756c5b5f'/>
<id>6a5d89b39fdd22fdac03cbaeab375c58756c5b5f</id>
<content type='text'>
enabled command-line options)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enabled command-line options)
</pre>
</div>
</content>
</entry>
<entry>
<title>correct length for LUA_COPYRIGHT (without trailing '\0')</title>
<updated>2011-06-16T14:30:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-06-16T14:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=beab626061a29bd957ae297bd5993cb5b4e15f22'/>
<id>beab626061a29bd957ae297bd5993cb5b4e15f22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new macro 'luai_writeline' to print newlines (and flush 'stdout')</title>
<updated>2011-05-26T16:09:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-05-26T16:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ee7d0c26493e1303a06f45b28ee2822c5a6aff05'/>
<id>ee7d0c26493e1303a06f45b28ee2822c5a6aff05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more complete (and hopefuly more correct) handling of 'sizeof(char)'</title>
<updated>2011-05-03T16:01:57+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-05-03T16:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ad2531a0eefb6950d589c0d508b1f959f3f58d8b'/>
<id>ad2531a0eefb6950d589c0d508b1f959f3f58d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>macro 'mark' renamed 'EOFMARK' ('mark' is too easy to confict, e.g.</title>
<updated>2011-03-14T15:39:42+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-03-14T15:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=682cce3813381305a8c36f9988af10ec33b43d44'/>
<id>682cce3813381305a8c36f9988af10ec33b43d44</id>
<content type='text'>
in alllua.c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in alllua.c)
</pre>
</div>
</content>
</entry>
</feed>
