<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/lzio.h, branch v5.4.9</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.9</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2018-08-23T17:26:12+00:00</updated>
<entry>
<title>Removed extra information from RCS keyword strings</title>
<updated>2018-08-23T17:26:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-08-23T17:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=f99509581ee73c1c2dbddb3398e87c098771d31f'/>
<id>urn:sha1:f99509581ee73c1c2dbddb3398e87c098771d31f</id>
<content type='text'>
Version numbers and dates (mostly wrong) from RCS keyword strings
removed from all source files; only the file name are kept.
</content>
</entry>
<entry>
<title>long strings are created directly in final position when possible</title>
<updated>2015-09-08T15:41:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-09-08T15:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=41964648eea1427d53934b886abb68cc8457b019'/>
<id>urn:sha1:41964648eea1427d53934b886abb68cc8457b019</id>
<content type='text'>
(instead of using an auxiliar buffer to first create the string
and then allocate the final string and copy result there)
</content>
</entry>
<entry>
<title>details in 'luaM_reallocvchar'</title>
<updated>2014-12-19T17:26:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-19T17:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=eb45f3a9b6cb1faa18bd552ae97e9679a4936361'/>
<id>urn:sha1:eb45f3a9b6cb1faa18bd552ae97e9679a4936361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new macro 'luaM_reallocvchar' to allocate arrays of chars (avoids</title>
<updated>2014-12-19T13:45:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-12-19T13:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6321041058ec7a597a39df4564f28d5012fd7dfb'/>
<id>urn:sha1:6321041058ec7a597a39df4564f28d5012fd7dfb</id>
<content type='text'>
uneeded tests and respective warnings)
</content>
</entry>
<entry>
<title>simpler way to create messages for errors in escape sequences</title>
<updated>2014-01-31T15:14:22+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-01-31T15:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=5a73e3ad9e4ae07b70645dd2e9195475eaafae0a'/>
<id>urn:sha1:5a73e3ad9e4ae07b70645dd2e9195475eaafae0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>details ('Type* id' -&gt; 'Type *id')</title>
<updated>2013-06-07T14:51:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2013-06-07T14:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c5069528e1da3d4651f167011404bcf388ba1c71'/>
<id>urn:sha1:c5069528e1da3d4651f167011404bcf388ba1c71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no more 'zungetc' (better not to read next char)</title>
<updated>2011-07-15T12:48:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-07-15T12:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=559bb554c944ed166e363e522e48a71e60e1922d'/>
<id>urn:sha1:559bb554c944ed166e363e522e48a71e60e1922d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macro 'char2int' replaced by 'cast_uchar' (used by other files)</title>
<updated>2011-07-15T12:35:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-07-15T12:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=fd5e810e0858162a2b11229db4f17dca489c9d41'/>
<id>urn:sha1:fd5e810e0858162a2b11229db4f17dca489c9d41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>no need of lookahead in Zio</title>
<updated>2011-02-23T13:13:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-02-23T13:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=7482e8f914fbf198af02c2970cf0aadd80740f92'/>
<id>urn:sha1:7482e8f914fbf198af02c2970cf0aadd80740f92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small bug: may call reader function again after it returned end</title>
<updated>2011-02-17T17:34:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-02-17T17:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=3c710f056b683136a342bc5bf88d852717cd0d33'/>
<id>urn:sha1:3c710f056b683136a342bc5bf88d852717cd0d33</id>
<content type='text'>
of input
</content>
</entry>
</feed>
