summaryrefslogtreecommitdiffstats
path: root/lua-forge
AgeCommit message (Collapse)Author
2019-10-06lua-forge/tolua++: use CMAKE_*Florian Franzmann
2019-07-09lua51: Set 64-bit for EM64T as well.Eric Sandall
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
2019-07-09lua: Set 64-bit for EM64T as well.Eric Sandall
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
2019-06-26libmpack-lua 1.0.8Ismael Luceno
2019-01-13lua-forge/lua-messagepack: version 0.5.1Pavel Vinogradov
2018-07-10lua: => 5.3.5Vlad Glagolev
2018-05-25luacheck: new spell, tool for linting and static analysis of Lua codeVlad Glagolev
2018-05-25luafilesystem: => 1.7.0Vlad Glagolev
2018-05-24tolua++: conditional Lua 5.2/5.3 supportVlad Glagolev
2018-05-24lua: correct pkgconfig filenameVlad Glagolev
2018-05-24lua-imlib2: Lua 5.2/5.3 compatVlad Glagolev
2018-05-24tolua++: Lua 5.2/5.3 compatVlad Glagolev
2018-05-24lua: => 5.3.4Vlad Glagolev
2018-05-11luabit: correct build failureVlad Glagolev
2018-05-11lpeg: correct build failureVlad Glagolev
2018-02-21lua-forge/luajit: version 2.0.5Florian Franzmann
2018-02-21lua-forge/luabit: new spell, bit operations implemented in luaFlorian Franzmann
2018-02-21lua-forge/lpeg: version 1.0.1Florian Franzmann
2017-11-10libmpack-lua: new spell, libmpack lua bindingIsmael Luceno
2017-02-04lua: fix lua.pc version numberThomas Orgis
2016-09-26lua-forge/lua: automatically adapt lua.pcFlorian Franzmann
2016-09-26lua-forge/lua: version 5.3.3Florian Franzmann
2016-08-18luajit: provides LUAVlad Glagolev
2016-04-24lua-forge/luaexpat: updated to 1.3.0Justin Boffemmyer
This update includes code for also disabling possible DoS attacks. The website and history don't mention this directly, but other projects that rely on this spell do (prosody, for example), so SECURITY_PATCH was increased.
2016-04-11lpeg: corrected dependencyVlad Glagolev
2015-12-27lua-forge/lua-messagepack: new spell, a Lua implementation of MessagePackPavel Vinogradov
2015-12-27lua-forge/lpeg: version 1.0.0Pavel Vinogradov
2015-10-03luajit: => 2.0.4Vlad Glagolev
2015-10-03lua: => 5.3.1Vlad Glagolev
2015-07-25lua-forge/lua-zlib-brimworks: version 0.4Florian Franzmann
2015-06-23lua 5.3.0Ismael Luceno
2015-03-23lua: => 5.2.4Vlad Glagolev
2014-08-19luasec: depends SSLTreeve Jelbert
2014-08-19luacrypto: depends SSLTreeve Jelbert
2014-07-31lua-forge/luajit: update to 2.0.3Justin Boffemmyer
Updated luajit to 2.0.3. This is largely a bugfix release.
2014-07-07lua: link liblua.so with libm.soRemko van der Vossen
2014-07-07lua51: shared object not properly linked to dependenciesRemko van der Vossen
2013-12-10lua: => 5.2.3Vlad Glagolev
2013-10-14lualdap: new spell, LDAP library for luaJeremy Blosser
2013-10-14Revert "lualdap: new spell, LDAP library for lua"Jeremy Blosser
This reverts commit 4df9fe85be2bc20277cc84d21eadd5f19b22e608.
2013-10-14lualdap: new spell, LDAP library for luaJeremy Blosser
2013-04-09lua 5.2.2Ladislav Hagara
2013-02-17lua51: remove mistakenly added a.out fileRobin Cook
2013-02-17lua51: updated to 5.1.5Robin Cook
2012-12-23lua-forge/lgi: new spell, gobject-introspection for luaFlorian Franzmann
2012-12-22lua-forge/luajit: new spellJustin Boffemmyer
LuaJIT is a Just-In-Time full implementation of Lua, including both a compiler and VM. It does not conflict with Lua itself, as it installs to luajit rather than lua, but it can otherwise act as a drop-in replacement for Lua 5.1 (with some features from 5.2 that work safely with 5.1). There is a compatibility option to enable more 5.2 features, at the expense of (likely) breaking some 5.1-specific end-user code.
2012-09-29lua51: PROVIDES LUASukneet Basuta
added PROVIDES since it looks like lua51 will be around for awhile
2012-09-29lua: PROVIDES luaSukneet Basuta
added PROVIDES since it looks like lua51 will be around for awhile
2012-09-02lua: dynamically link liblua.so with libdl.soVlad Glagolev
2012-06-16lua: => 5.2.1Vlad Glagolev