Commit graph

5 commits

Author SHA1 Message Date
nia
c68a1175d1 lua54: update to 5.4.4
Bugs fixed:

- lua.c assumes that argv has at least one element.
- Lua can generate wrong code when _ENV is <const>.
2022-03-06 07:46:10 +00:00
nia
9ba6cdc31b lua54: update to 5.4.3
this is a bugfix release, see
https://www.lua.org/bugs.html
2021-04-09 14:18:12 +00:00
nia
0e4fd192a7 lua54: Update to 5.4.2.
this is a bugfix release, see http://www.lua.org/work/
2020-12-18 19:58:31 +00:00
wiz
5813415135 lua54: update to 5.4.1.
This is a bug-fix release.

Full diffs here:
https://www.lua.org/work/diffs-lua-5.4.0-lua-5.4.1.html
2020-10-14 16:42:59 +00:00
nia
9e8ca83062 lang: Add lua54.
Note: this is slightly different than other Lua packages and, among
other things, implements its own install target. This is becuase I
wanted to minimize the amount of patching to Makefiles to make it
fit into the pkgsrc world.

Lua is a powerful, fast, lightweight, embeddable scripting language.

Lua combines simple procedural syntax with powerful data description
constructs based on associative arrays and extensible semantics. Lua is
dynamically typed, runs by interpreting bytecode for a register-based
virtual machine, and has automatic memory management with incremental
garbage collection, making it ideal for configuration, scripting, and
rapid prototyping.

This version is a preferred choice for new Lua modules.
2020-06-30 13:16:14 +00:00