| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | v0.4.0 | 2025-08-19 | 1 | -12/+12 | |
| | | |||||
| * | - The premake5.lua file has been updated to include the LUA_COMPAT_BITLIB ↵ | 2025-07-23 | 1 | -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 ↵ | 2025-07-22 | 1 | -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 ↵ | 2025-07-22 | 1 | -1/+6 | |
| | | | | | lua-init block | ||||
| * | Added compat53 support and fixed bugged non-interactive mode | 2025-07-14 | 1 | -2/+8 | |
| | | |||||
| * | v0.3.2 | 2025-02-13 | 1 | -1/+1 | |
| | | |||||
| * | v0.3.1 | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | v0.3.0 | 2025-02-11 | 1 | -1/+1 | |
| | | |||||
| * | v0.2.3 | 2024-09-27 | 1 | -1/+1 | |
| | | |||||
| * | v0.2.2 | 2024-09-26 | 1 | -1/+1 | |
| | | |||||
| * | v0.2.1 | 2024-09-25 | 1 | -1/+1 | |
| | | |||||
| * | v0.2.0 | 2024-09-25 | 1 | -1/+1 | |
| | | |||||
| * | v0.1.1 | 2024-09-12 | 1 | -1/+1 | |
| | | |||||
| * | v0.1.0 | 2024-09-11 | 1 | -1/+1 | |
| | | |||||
| * | add aliasing to init.lua | 2024-09-09 | 1 | -1/+3 | |
| | | |||||
| * | added basic lua scripting | 2024-09-02 | 1 | -0/+14 | |
| | | | | | added exec function to run shell commands from lua | ||||
| * | updated help and fixed SIGINT | 2024-09-01 | 1 | -0/+1 | |
| | | |||||
| * | initial commit | 2024-09-01 | 1 | -0/+21 | |
