Skip to content

Commits on May 23, 2022

  1. 'lua_checkstack' doesn't need to check stack overflow

    'luaD_growstack' already checks that. This commit also fixes an
    internal bug in 'luaD_growstack': a large 'n' could cause an arithmetic
    overflow when computing 'needed'.
    roberto-ieru committed May 23, 2022

Commits on Oct 12, 2020

  1. Revision of stackless implementation

    - more organized handling of 'nCcalls'
    - comments
    - deprecation of 'setcstacklimit'
    roberto-ieru committed Oct 12, 2020

Commits on Aug 20, 2019

  1. Default for warnings changed to "off"

    Warnings are mostly a tool to help developers (e.g., by showing hidden
    error messages); regular users usually don't need to see them.
    roberto-ieru committed Aug 20, 2019

Commits on Dec 19, 2018

  1. 'all' script automatically 'make's everything

    The script 'all', to run all tests, automatically ensures that the
    Lua interpreter and the test C libraries (in 'testes/libs/') are
    updated with any changes in 'luaconf.h'.
    roberto-ieru committed Dec 19, 2018

Commits on Jul 9, 2018