Skip to content

Releases: ligurio/lua-c-manual-pages

0.1.3

07 Dec 07:12
Compare
Choose a tag to compare

Added

  • Function's indicators.

Fixed

  • Typo in lua_gethookcount(3).
  • Description in lua_close(3).
  • Description in luaL_newmetatable(3).
  • Broken source code formatting in lua_getinfo(3).

0.1.2

01 Aug 10:19
Compare
Choose a tag to compare

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

27 Jul 07:08
Compare
Choose a tag to compare

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 in lua_Debug.3.

Fixed

  • Fix style warnings produced by mandoc.

0.1.0

20 Jul 20:54
Compare
Choose a tag to compare

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.