aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_api.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-23This final change corrects the test script to align with what the compat53 ↵Gravatar Andrew D. France 1-3/+3
library actually provides: the compat53 library is designed to bring Lua 5.1/5.2 up to the API level of 5.3, but it doesn't add new syntax to the parser, such as the & bitwise operator.: ln:25-47
2025-07-23Copying the ENTIRE subdirectory as expected: ln:27Gravatar Andrew D. France 1-1/+1
2025-07-22Ensure that the expected directory structure exists inside the container, ↵Gravatar Andrew D. France 1-1/+3
just as install.sh expects: ln:27
2025-07-22Instead of copying the compiled files out and then mounting a volume in to ↵Gravatar Andrew D. France 1-42/+41
run the test, we'll do the entire compile and test sequence within a temporary container. Even though it copied the bin directory to the Jenkins workspace, the docker run command with the volume mount (-v) isn't finding it.
2025-07-22Re-added luaL_openlibs(L); ln:1495Gravatar Andrew D. France 1-1/+1
2025-07-22src/lush.c ln:1500-1508: corrected the 'luaL' typosGravatar Andrew D. France 1-3/+3
2025-07-22Compat53 library uses the floor function, which is part of the C math ↵Gravatar Andrew D. France 2-2/+2
library (libm); removed the incorrect luaopen_compat53 call that was still present
2025-07-22Fixed the header path for compat: preload compat modules for lua within ↵Gravatar Andrew D. France 2-2/+28
lua-init block
2025-07-22Added liblua5.4-dev package for buildGravatar Andrew D. France 1-0/+3
2025-07-22named container to run the build, and then use docker cp to copy the ↵Gravatar Andrew D. France 1-27/+22
compiled binary out: attempt7
2025-07-22Add diagnostics: attempt6aGravatar Andrew D. France 1-9/+24
2025-07-22Add a simple shell command to manually initialize the submodules: attempt6Gravatar Andrew D. France 1-15/+5
2025-07-22Jenkins checkout step with the SubmoduleOption enabled: Attempt5Gravatar Andrew D. France 2-1/+14
2025-07-22This file defines the environment for the lush application: Attempt4Gravatar Andrew D. France 2-17/+44
2025-07-22update the Jenkinsfile to explicitly tell the docker build command which ↵Gravatar Andrew D. France 1-3/+3
file to use with the -f flag: Attempt3
2025-07-22Fixing Jenkins Setup: Attempt2Gravatar Andrew D. France 2-11/+23
2025-07-22Added Jenkins files for local CI testingGravatar Andrew D. France 3-0/+110
2025-07-22Added compat53 to init block: added .gitmodules init to install.shGravatar Andrew D. France 2-0/+4
2025-07-14Delete etGravatar io.shift 1-132/+0
2025-07-14Added compat53 support and fixed bugged non-interactive modeGravatar Andrew D. France 46-37/+8789
2025-02-13v0.3.2Gravatar BanceDev 1-1/+1
2025-02-13added ability to configure alternate shellGravatar BanceDev 7-5/+61
2025-02-11v0.3.1Gravatar BanceDev 1-1/+1
2025-02-11add api method to enable/disable inline suggestionsGravatar BanceDev 4-1/+21
2025-02-11v0.3.0Gravatar BanceDev 1-1/+1
2025-02-11add globbing to command modeGravatar BanceDev 1-1/+5
2025-02-11added wildcard globbingGravatar BanceDev 1-1/+74
2025-02-10fixed --version bugGravatar BanceDev 1-1/+1
2025-02-07made constant for lush_lua builtin indexGravatar BanceDev 2-2/+3
2025-02-07added trap builtinGravatar BanceDev 4-4/+165
2025-02-07added command string modeGravatar BanceDev 1-1/+33
2024-11-27Update README.mdGravatar Lance Borden 1-1/+1
2024-10-15removed history test out of convenienceGravatar BanceDev 1-45/+0
2024-10-15updated help messagesGravatar BanceDev 6-14/+102
2024-09-27v0.2.3Gravatar BanceDev 1-1/+1
2024-09-27added redirect/append for stdout, stderr, or bothGravatar BanceDev 1-38/+118
2024-09-27added exit api functionGravatar BanceDev 9-7/+40
2024-09-27fixed chaining execution attempting to execute operatorGravatar BanceDev 1-1/+4
2024-09-26v0.2.2Gravatar BanceDev 1-1/+1
2024-09-26updated history testsGravatar BanceDev 1-2/+2
2024-09-26fixed crash in redirect operatorGravatar BanceDev 3-12/+48
2024-09-25v0.2.1Gravatar BanceDev 1-1/+1
2024-09-25fixed semicolon chaining functionalityGravatar BanceDev 1-14/+9
2024-09-25v0.2.0Gravatar BanceDev 1-1/+1
2024-09-25fixed crash from incorrect pointer indexingGravatar BanceDev 1-1/+1
2024-09-25added append chaining operatorGravatar BanceDev 1-3/+7
2024-09-25added output redirection withGravatar BanceDev 1-12/+52
2024-09-25added ; chaining operatorGravatar BanceDev 1-14/+14
2024-09-25added || chaining operatorGravatar BanceDev 1-2/+9
2024-09-25Update README.mdGravatar Lance Borden 1-0/+3