1. 25 Feb, 2024 1 commit
  2. 22 Dec, 2022 1 commit
  3. 03 Apr, 2022 1 commit
    • Nathaniel Wesley Filardo's avatar
      Switch GET_BYTE_FN to LUA_LOAD_BYTE_FN · 565bbbfc
      Nathaniel Wesley Filardo authored
      This is intended to be a more portable abstraction: rather than
      hard-coding offsets in the macro invocations, it relies on the existence
      of __builtin_offset and its availability even within inline asm blocks.
      
      While here, rename some of the functions involved to hopefully improve
      clarity
      565bbbfc
  4. 19 Nov, 2021 1 commit
    • Johny Mattsson's avatar
      Minor Lua fixes. (#3467) · 1965a12e
      Johny Mattsson authored
      Discovered over on the dev-esp32-idf4 branch.
      
      - Off by one error in loadLFS, leading to slight memory leak and
        potential corruption.
      
      - Insufficient return value check in loadLFS, where uzlib may return
        one of two success conditions, one of which would result in an
        out-of-bounds access and related pain.
      
      - One case of a side effect within a lua_assert(), leading to
        silently broken LFS image handling when compiling without asserts
        enabled, the issue showing up as module names being shuffled around.
      
      - Incorrect encoding of TValues in LFS when 64bit numbers in use.
      1965a12e
  5. 06 Jan, 2021 1 commit
  6. 07 Nov, 2020 4 commits
  7. 18 Oct, 2020 1 commit
  8. 27 Sep, 2020 2 commits
  9. 29 Aug, 2020 1 commit
  10. 22 Aug, 2020 1 commit
  11. 16 Jun, 2020 1 commit
  12. 09 Jun, 2020 3 commits