GodMode9/arm9/source/lua/README.md
MisterSheeple 1bbd8193d1
Update Lua to 5.4.8 (#939)
* Update lapi.c

* Update lcode.c

* Update lcode.c

* Update ldebug.c

* Update ldo.c

* Update ldo.h

* Update lparser.c

* Update lstate.c

* Update lua.h

* Update lvm.c

* Update lua-doc.md

* Fix missing newline

* Update lcode.c

* Update ldo.c

* Update lvm.c

* Update lvm.c

* Update README.md
2026-03-25 11:13:09 +01:00

1.4 KiB
Raw Blame History

This is Lua 5.4.8 with a few modifications:

  • Patches made to silence warnings: 9905b939b2
  • lua.c, luac.c, lua.hpp removed (not useful in GodMode9)
  • liolib.c, loslib.c removed (replaced with custom implementations)

License of Lua 5.4.8

Copyright © 19942025 Lua.org, PUC-Rio.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.