All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Function's indicators.
- Typo in
lua_gethookcount(3)
. - Description in
lua_close(3)
. - Description in
luaL_newmetatable(3)
. - Broken source code formatting in
lua_getinfo(3)
.
- Add SEE ALSO sections with a reference to Lua 5.1 Reference Manual and cross references to another manual pages.
- Fix a short description in
lua_tointeger.3
.
- Add a set of manual pages based on "Lua 5.1 Reference Manual 4.1 – Functions and Types".
- Set a minimum level to be reported by mandoc to "style".
- Add missing description of
lua_Debug
structure inlua_Debug.3
.
- Fix style warnings produced by mandoc.
0.1.0 - 2022-07-20
- Initial set of manual pages based on "Lua 5.1 Reference Manual: 3.7 – Functions and Types" and "Lua 5.1 Reference Manual 3.8 – The Debug Interface".
- Add a Make target to generate HTML pages.
- Add a Make target to cleanup environment.