Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some refactoring #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

some refactoring #34

wants to merge 5 commits into from

Commits on Jun 1, 2022

  1. use luaL_checkinteger instead of luaL_checkint

    luaL_checkint is available only in Lua 5.1 & 5.2
    luaL_checkinteger is available in Lua 5.1, 5.2, 5.3 & 5.4
    
    fix flukso#32
    fperrad committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e42c9a2 View commit details
    Browse the repository at this point in the history
  2. remove useless Lua include

    fperrad committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0d23094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ca176 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0526b View commit details
    Browse the repository at this point in the history
  5. move assert.h in compat.h

    only used here
    fperrad committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    831d527 View commit details
    Browse the repository at this point in the history