Releases: ligurio/lua-c-manual-pages
Releases · ligurio/lua-c-manual-pages
0.1.3
0.1.2
Overview
This release contains corrections of manual pages and fix of description in lua_tointeger.3
.
Added
- Add
SEE ALSO
sections with a reference to Lua 5.1 Reference Manual and cross-references to another manual pages.
Fixed
- Fix a short description in
lua_tointeger.3
.
0.1.1
Overview
This release contains many style fixes and a set of manual pages based on Lua 5.1 Reference Manual: 4.1 – Functions and Types.
Added
- Add a set of manual pages based on "Lua 5.1 Reference Manual 4.1 – Functions and Types".
Changed
- Set a minimum level to be reported by mandoc to "style".
- Add missing description of
lua_Debug
structure inlua_Debug.3
.
Fixed
- Fix style warnings produced by mandoc.
0.1.0
Overview
This is an initial release. It introduces a set of manual pages based on Lua 5.1 Reference Manual.
Added
- 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.