aboutsummaryrefslogtreecommitdiff
path: root/manual/2html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DetailsRoberto Ierusalimschy2025-01-161-1/+1
| | | | New year (2024->2025), typos in comments
* New year (2024)Roberto Ierusalimschy2024-05-021-1/+1
|
* New interface to function 'luaL_openselectedlibs'Roberto Ierusalimschy2024-02-151-1/+1
| | | | | Instead of preloading all non-loaded libraries, there is another mask to select which libraries to preload.
* New year (2023)Roberto Ierusalimschy2023-03-311-1/+1
| | | | | Also, small tweak in makefile. (-Wsign-compare is already enabled by -Wextra.)
* New year (2022)Roberto Ierusalimschy2022-01-021-1/+1
|
* New release number (5.4.3)Roberto Ierusalimschy2021-03-031-1/+1
|
* Copyright year changed to 2020Roberto Ierusalimschy2019-12-271-1/+1
|
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-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 2019Roberto Ierusalimschy2019-03-251-1/+1
|
* Added manual and tests for version 5.4-w2Roberto Ierusalimschy2018-07-091-0/+518