summaryrefslogtreecommitdiff
path: root/external/mit/lua
AgeCommit message (Expand)Author
2018-05-26Change LUAL_BUFFERSIZE from 4-8K to 128 bytes for kernel-side Lua.alnsn
2017-12-13Apply a bugfix from lua.org/bugs,html:mbalmer
2017-09-07Apply bug fix from lua.org/bugs.html (dead keys with nil values can staymbalmer
2017-08-03Apply a bug fix from lua.org/bugs.html: Lua does not check GC when creatingmbalmer
2017-05-20don't spam the console, just output the Lua version information as lua(1) doesmbalmer
2017-05-07Fix a bug that gerenates wrong code for a goto followed by a label inside anmbalmer
2017-04-26kernel mode lua has no floating point availablembalmer
2017-04-26import conflict resolutionmbalmer
2017-04-26fix import conflictsmbalmer
2017-04-26resolve import conflictsmbalmer
2017-04-26after-import fixes, conflict resolutionmbalmer
2017-04-26Lua 5.3.4mbalmer
2016-09-10Remove a typo, %i is not conversion specification.mbalmer
2016-09-10Define LUA_STRFTIMEOPTIONS so that the conversion specifications of the Luambalmer
2016-09-08fix code style issuesalazar
2016-09-08fix kernel Lua code style issuessalazar
2016-09-08fix bug 3 (for Lua.5.3.3) reported on www.lua.org/bugs.htmlsalazar
2016-09-08fix bug 2 (for Lua.5.3.3) reported on www.lua.org/bugs.htmlsalazar
2016-09-08fix bug 1 reported on www.lua.org/bugs.htmlsalazar
2016-09-08fix misplaced kernel Lua ifndefsalazar
2016-09-08merge Lua 5.3.3salazar
2016-03-25Apply second and third patch from http://lua.org/bugs.html.mbalmer
2016-01-28fixed metatable access to deallocated fieldlneto
2016-01-28lua: merged 5.3.2lneto
2015-10-14Add a coverity annotation; string bytes follow the struct. It would bechristos
2015-10-11no floating point in the kernel, also make sure we always return an intmbalmer
2015-10-11fix macro usagembalmer
2015-10-11Get rid of the sprintf() bogus macro and use lengths explicitly when bufferschristos
2015-10-08fix kernel module buildmbalmer
2015-10-08update after conflict resolutionmbalmer
2015-10-08update docs after conflict resolutionmbalmer
2015-10-08Resolve conflicts.mbalmer
2015-10-08Lua 5.3.1mbalmer
2015-02-19lua(4): small fixes in kernel Lualneto
2015-02-09remove LINTFLAGSchristos
2015-02-09- use CPPFLAGS instead of CFLAGS for things that the c-preprocessor handle.christos
2015-02-09Packages always build lib first even if it is built as part of the firstchristos
2015-02-04lua: fixed LUA_ROOT, LUA_PATH_DEFAULT and LUA_CPATH_DEFAULTlneto
2015-02-02lua: updated from 5.3 work3 to 5.3.0lneto
2015-02-02imported Lua 5.3.0lneto
2014-11-30lua(4): fixed Lua stack sizelneto
2014-07-20imported Lua 5.3 work3lneto
2014-07-19lua(4): fixed ldblib.clneto
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-07-19lua(4): added debug librarylneto
2014-07-19lua(4): preventing division by zerolneto
2014-03-26kill sprintfchristos
2013-12-16changed lua_Number and lua_Integer to intmax_t in lua(4)lneto
2013-12-02fixed lua(4) build (added _KERNEL guard into lstrlib.c to avoid double usage)lneto
2013-12-02merged luaconf.h of kernel and userspace Lualneto