<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/lualib.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-02-15T14:17:39+00:00</updated>
<entry>
<title>New interface to function 'luaL_openselectedlibs'</title>
<updated>2024-02-15T14:17:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-02-15T14:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=165389b27bc54e7c5214276db177e3ef75226f18'/>
<id>urn:sha1:165389b27bc54e7c5214276db177e3ef75226f18</id>
<content type='text'>
Instead of preloading all non-loaded libraries, there is another
mask to select which libraries to preload.
</content>
</entry>
<entry>
<title>New function 'luaL_openselectedlibs'</title>
<updated>2022-12-07T18:12:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-12-07T18:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d738c8d18bcc5651109b3a46103d6aa983772e68'/>
<id>urn:sha1:d738c8d18bcc5651109b3a46103d6aa983772e68</id>
<content type='text'>
Makes it easier to start Lua with only some standard libraries.
</content>
</entry>
<entry>
<title>'lua_assert' moved from 'lualib.h' to 'lauxlib.h'</title>
<updated>2020-12-03T13:39:38+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-12-03T13:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d41c36bf67d6628bccd91697e7f88e55d40d3970'/>
<id>urn:sha1:d41c36bf67d6628bccd91697e7f88e55d40d3970</id>
<content type='text'>
The macro is useful also in 'lauxlib.c', which does not include
'lualib.h'. Also, the definition was corrected to be "on" when
LUAI_ASSERT is defined.
</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>removed compatibility code with older versions</title>
<updated>2018-02-27T18:47:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-02-27T18:47:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=34b00c16e28c2bbc3e633b4007de956130905ed6'/>
<id>urn:sha1:34b00c16e28c2bbc3e633b4007de956130905ed6</id>
<content type='text'>
</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='https://git.lua4.win/lua/commit/?id=94c1b3a8eef6778cf995b906d77c0c066c6d55f3'/>
<id>urn:sha1:94c1b3a8eef6778cf995b906d77c0c066c6d55f3</id>
<content type='text'>
to avoid incompatibilites with previous releases
</content>
</entry>
<entry>
<title>new library: utf8</title>
<updated>2014-02-06T17:32:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2014-02-06T17:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6ccf1500396efffeb38ed54ac78d2f2d41a9b762'/>
<id>urn:sha1:6ccf1500396efffeb38ed54ac78d2f2d41a9b762</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed redundant definition for FILEHANDLE</title>
<updated>2011-12-08T12:11:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-12-08T12:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=a241b6cb3c7d14da5b5cf5c2305f8f840af38f19'/>
<id>urn:sha1:a241b6cb3c7d14da5b5cf5c2305f8f840af38f19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and</title>
<updated>2011-05-25T14:12:28+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-05-25T14:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=aa13c591f59f55ea31c14fcc554f8fc96dff67c2'/>
<id>urn:sha1:aa13c591f59f55ea31c14fcc554f8fc96dff67c2</id>
<content type='text'>
more powerful)
</content>
</entry>
<entry>
<title>bitlib renamed to 'bit32' + new function for arithmetic shift</title>
<updated>2010-10-25T14:32:36+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-10-25T14:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=9e8e60dd5f2223aaabd8239b9152167a8b630b4a'/>
<id>urn:sha1:9e8e60dd5f2223aaabd8239b9152167a8b630b4a</id>
<content type='text'>
</content>
</entry>
</feed>
