aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* v0.4.0Gravatar Lance Borden 2025-08-191-12/+12
|
* - The premake5.lua file has been updated to include the LUA_COMPAT_BITLIB ↵Gravatar Andrew D. France 2025-07-231-1/+1
| | | | | | | compiler definition. This flag instructs the compat-5.3 submodule to build the actual bit32 library instead of a stub that throws a deprecated error. - The main function in src/lush.c is modified to explicitly load the bit32 and utf8 libraries into the global Lua state at startup using luaL_requiref. This makes them directly accessible to all scripts running in the shell, which is necessary for the test script to find and use the bit32 functions without a require() call. - Added a null check after luaL_newstate() in src/lush.c to ensure the Lua state is created successfully before its actually used.
* Compat53 library uses the floor function, which is part of the C math ↵Gravatar Andrew D. France 2025-07-221-1/+2
| | | | library (libm); removed the incorrect luaopen_compat53 call that was still present
* Fixed the header path for compat: preload compat modules for lua within ↵Gravatar Andrew D. France 2025-07-221-1/+6
| | | | lua-init block
* Added compat53 support and fixed bugged non-interactive modeGravatar Andrew D. France 2025-07-141-2/+8
|
* v0.3.2Gravatar BanceDev 2025-02-131-1/+1
|
* v0.3.1Gravatar BanceDev 2025-02-111-1/+1
|
* v0.3.0Gravatar BanceDev 2025-02-111-1/+1
|
* v0.2.3Gravatar BanceDev 2024-09-271-1/+1
|
* v0.2.2Gravatar BanceDev 2024-09-261-1/+1
|
* v0.2.1Gravatar BanceDev 2024-09-251-1/+1
|
* v0.2.0Gravatar BanceDev 2024-09-251-1/+1
|
* v0.1.1Gravatar BanceDev 2024-09-121-1/+1
|
* v0.1.0Gravatar BanceDev 2024-09-111-1/+1
|
* add aliasing to init.luaGravatar BanceDev 2024-09-091-1/+3
|
* added basic lua scriptingGravatar BanceDev 2024-09-021-0/+14
| | | | added exec function to run shell commands from lua
* updated help and fixed SIGINTGravatar BanceDev 2024-09-011-0/+1
|
* initial commitGravatar BanceDev 2024-09-011-0/+21