lua-lockbox icon indicating copy to clipboard operation
lua-lockbox copied to clipboard

Use native builtins instead of libraries for math/string

Open blueyetisoftware opened this issue 1 month ago • 0 comments

The string and math libraries are not available in all Lua distributions. Since none of the library extension functions are used, this switches to using the native string/math variants

  • Use native string builtins instead of library
  • Use native math builtins instead of library

blueyetisoftware avatar Dec 16 '25 18:12 blueyetisoftware