<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/makefile, branch =list</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=%3Dlist</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=%3Dlist'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2025-01-14T19:24:46+00:00</updated>
<entry>
<title>Fixed conversion warnings from clang</title>
<updated>2025-01-14T19:24:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-01-14T19:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=3cdd49c94a8feed94853ba3a6adaa556fb34fd8d'/>
<id>urn:sha1:3cdd49c94a8feed94853ba3a6adaa556fb34fd8d</id>
<content type='text'>
Plus some other details. (Option '-Wuninitialized' was removed from
the makefile because it is already enabled by -Wall.)
</content>
</entry>
<entry>
<title>New optimization option for testing</title>
<updated>2025-01-10T18:14:01+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2025-01-10T18:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=429761d7d29226dd0c220de9fdc7c28ea54d95c0'/>
<id>urn:sha1:429761d7d29226dd0c220de9fdc7c28ea54d95c0</id>
<content type='text'>
Using gcc's option '-Og' (instead of '-O0') for testing/debugging.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2024-11-29T20:39:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-11-29T20:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=62afbc6bfce222ebe745863131f952f6fce5eafb'/>
<id>urn:sha1:62afbc6bfce222ebe745863131f952f6fce5eafb</id>
<content type='text'>
Added two warnings to the makefile.
</content>
</entry>
<entry>
<title>Ease slightly making Lua with C89</title>
<updated>2024-11-15T14:43:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-11-15T14:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ee6a4cd1eca4fa736d108e1e0ac3cb9858f7a5ef'/>
<id>urn:sha1:ee6a4cd1eca4fa736d108e1e0ac3cb9858f7a5ef</id>
<content type='text'>
</content>
</entry>
<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>lua.c loads 'readline' dynamically</title>
<updated>2024-07-04T20:11:58+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-04T20:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=366c85564874d560b3608349f752e9e490f9002d'/>
<id>urn:sha1:366c85564874d560b3608349f752e9e490f9002d</id>
<content type='text'>
(See comments in luaconf.h.) This change allows easier compilation,
as Lua compiles and works even if the package 'readline' is absent
from the system. Moreover, non-interactive uses don't load the library,
making the stand-alone slightly faster for small loads.
</content>
</entry>
<entry>
<title>Updated dependencies in the make file</title>
<updated>2024-07-01T18:58:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-07-01T18:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d71fbc3175d3f1f9dff89edc3f04cd20447fe091'/>
<id>urn:sha1:d71fbc3175d3f1f9dff89edc3f04cd20447fe091</id>
<content type='text'>
Mainly to include 'llimits.h' in the non-kernel files
</content>
</entry>
<entry>
<title>Cleaning of llimits.h</title>
<updated>2024-06-20T16:43:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2024-06-20T16:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=55ac40f859ad8e28fe71a8801d49f4a4140e8aa3'/>
<id>urn:sha1:55ac40f859ad8e28fe71a8801d49f4a4140e8aa3</id>
<content type='text'>
Several definitions that don't need to be "global" (that is, that
concerns only specific parts of the code) moved out of llimits.h,
to more appropriate places.
</content>
</entry>
<entry>
<title>New year (2023)</title>
<updated>2023-03-31T14:47:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2023-03-31T14:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=b5c65705ca78560cd2735778737122ea5f858bd0'/>
<id>urn:sha1:b5c65705ca78560cd2735778737122ea5f858bd0</id>
<content type='text'>
Also, small tweak in makefile. (-Wsign-compare is already enabled by
-Wextra.)
</content>
</entry>
<entry>
<title>Details</title>
<updated>2022-10-26T13:15:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2022-10-26T13:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=ba089bcb08a0efc6c26fb5c1e3c9d61c00cc012c'/>
<id>urn:sha1:ba089bcb08a0efc6c26fb5c1e3c9d61c00cc012c</id>
<content type='text'>
Added comments in the makefile about other useful '-fsanitize' options.
</content>
</entry>
</feed>
