Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -1/+1 |
| | | | | New year (2024->2025), typos in comments | ||||
* | New year (2024) | Roberto Ierusalimschy | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2024-02-15 | 1 | -1/+1 |
| | | | | | Instead of preloading all non-loaded libraries, there is another mask to select which libraries to preload. | ||||
* | New year (2023) | Roberto Ierusalimschy | 2023-03-31 | 1 | -1/+1 |
| | | | | | Also, small tweak in makefile. (-Wsign-compare is already enabled by -Wextra.) | ||||
* | New year (2022) | Roberto Ierusalimschy | 2022-01-02 | 1 | -1/+1 |
| | |||||
* | New release number (5.4.3) | Roberto Ierusalimschy | 2021-03-03 | 1 | -1/+1 |
| | |||||
* | Copyright year changed to 2020 | Roberto Ierusalimschy | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -0/+1 |
| | | | | | | | | The macro 'luaL_pushfail' documents all places in the standard libraries that return nil to signal some kind of failure. It is defined as 'lua_pushnil'. The manual also got a notation (@fail) to document those returns. The tests were changed to be agnostic regarding whether 'fail' is 'nil' or 'false'. | ||||
* | Year in copyright notice updated to 2019 | Roberto Ierusalimschy | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+518 |