# Lua
This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/).
Please **do not** send pull requests. To report issues and send patches, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html).
Download official Lua releases from [Lua.org](https://www.lua.org/download.html).
Last 5 commits (shortlog)
Date | Author | Short message | Commit hash |
---|---|---|---|
2021-02-24 | kvik | build: use nicer object archive name | 8b217a1a9f0a1a53b0df1e69706f6ba0510e2f75 |
2021-02-23 | kvik | build: enable compiler warnings | 4e9b9686ec3bfb0c0b696a9847219a8d31ee0e7b |
2021-02-23 | kvik | los9lib: fix compiler warnings | 03eb85fa4047d6dd753f92d45a0e96d4c46a0db7 |
2021-02-23 | kvik | los9lib: fix conversion specifier | 756cadd908fcf9160f774d727356b66fe1a07d19 |
2021-02-22 | kvik | tests: re-enable some fixed cases | e326910f09b7d48245d2f5953c4b9832d87b3202 |
.gitignore README.md all lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c ljumptab.h llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h lopnames.h los9lib.c loslib.c lparser.c lparser.h lprefix.h lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltests.c ltests.h ltm.c ltm.h lua.c lua.h luaconf.h lualib.h lundump.c lundump.h lutf8lib.c lvm.c lvm.h lzio.c lzio.h makefile manual/ mkfile onelua.c testes/