<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/lzio.h, branch v5.5.1</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.5.1</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.5.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2024-07-27T16:32:59+00:00</updated>
<entry>
<title>Added gcc option '-Wconversion'</title>
<updated>2024-07-27T16:32:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-27T16:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=0acd55898d0aaae8dbc14c8a1bc1e3bdffc8701b'/>
<id>urn:sha1:0acd55898d0aaae8dbc14c8a1bc1e3bdffc8701b</id>
<content type='text'>
No warnings for standard numerical types. Still pending alternative
numerical types.
</content>
</entry>
<entry>
<title>Added suport for Fixed Buffers</title>
<updated>2023-09-05T18:30:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-09-05T18:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=14e416355f83cf0a1b871eedec2c92b86dbe76d6'/>
<id>urn:sha1:14e416355f83cf0a1b871eedec2c92b86dbe76d6</id>
<content type='text'>
A fixed buffer keeps a binary chunk "forever", so that the program
does not need to copy some of its parts when loading it.
</content>
</entry>
<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>
</feed>
