index
:
lush
main
Linux shell powered by lua scripting
nginx
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua_scripting.gif
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
Ignore Jenkins home directory
Andrew D. France
1
-1
/
+1
2025-07-23
Removing the dependencies from lib/
Andrew D. France
41
-8655
/
+0
2025-07-23
- The premake5.lua file has been updated to include the LUA_COMPAT_BITLIB com...
Andrew D. France
2
-15
/
+10
2025-07-23
luaopen_bit32 is called during initialization. This means the bit32 library i...
Andrew D. France
1
-10
/
+11
2025-07-23
Removed the problematic _ENV;compat53 DOES NOT provide lexical scoping with _...
Andrew D. France
1
-21
/
+39
2025-07-23
This final change corrects the test script to align with what the compat53 li...
Andrew D. France
1
-3
/
+3
2025-07-23
Copying the ENTIRE subdirectory as expected: ln:27
Andrew D. France
1
-1
/
+1
2025-07-22
Ensure that the expected directory structure exists inside the container, jus...
Andrew D. France
1
-1
/
+3
2025-07-22
Instead of copying the compiled files out and then mounting a volume in to ru...
Andrew D. France
1
-42
/
+41
2025-07-22
Re-added luaL_openlibs(L); ln:1495
Andrew D. France
1
-1
/
+1
2025-07-22
src/lush.c ln:1500-1508: corrected the 'luaL' typos
Andrew D. France
1
-3
/
+3
2025-07-22
Compat53 library uses the floor function, which is part of the C math library...
Andrew D. France
2
-2
/
+2
2025-07-22
Fixed the header path for compat: preload compat modules for lua within lua-i...
Andrew D. France
2
-2
/
+28
2025-07-22
Added liblua5.4-dev package for build
Andrew D. France
1
-0
/
+3
2025-07-22
named container to run the build, and then use docker cp to copy the compiled...
Andrew D. France
1
-27
/
+22
2025-07-22
Add diagnostics: attempt6a
Andrew D. France
1
-9
/
+24
2025-07-22
Add a simple shell command to manually initialize the submodules: attempt6
Andrew D. France
1
-15
/
+5
2025-07-22
Jenkins checkout step with the SubmoduleOption enabled: Attempt5
Andrew D. France
2
-1
/
+14
2025-07-22
This file defines the environment for the lush application: Attempt4
Andrew D. France
2
-17
/
+44
2025-07-22
update the Jenkinsfile to explicitly tell the docker build command which file...
Andrew D. France
1
-3
/
+3
2025-07-22
Fixing Jenkins Setup: Attempt2
Andrew D. France
2
-11
/
+23
2025-07-22
Added Jenkins files for local CI testing
Andrew D. France
3
-0
/
+110
2025-07-22
Added compat53 to init block: added .gitmodules init to install.sh
Andrew D. France
2
-0
/
+4
2025-07-14
Delete et
io.shift
1
-132
/
+0
2025-07-14
Added compat53 support and fixed bugged non-interactive mode
Andrew D. France
46
-37
/
+8789
2025-02-13
v0.3.2
BanceDev
1
-1
/
+1
2025-02-13
added ability to configure alternate shell
BanceDev
7
-5
/
+61
2025-02-11
v0.3.1
BanceDev
1
-1
/
+1
2025-02-11
add api method to enable/disable inline suggestions
BanceDev
4
-1
/
+21
2025-02-11
v0.3.0
BanceDev
1
-1
/
+1
2025-02-11
add globbing to command mode
BanceDev
1
-1
/
+5
2025-02-11
added wildcard globbing
BanceDev
1
-1
/
+74
2025-02-10
fixed --version bug
BanceDev
1
-1
/
+1
2025-02-07
made constant for lush_lua builtin index
BanceDev
2
-2
/
+3
2025-02-07
added trap builtin
BanceDev
4
-4
/
+165
2025-02-07
added command string mode
BanceDev
1
-1
/
+33
2024-11-27
Update README.md
Lance Borden
1
-1
/
+1
2024-10-15
removed history test out of convenience
BanceDev
1
-45
/
+0
2024-10-15
updated help messages
BanceDev
6
-14
/
+102
2024-09-27
v0.2.3
BanceDev
1
-1
/
+1
2024-09-27
added redirect/append for stdout, stderr, or both
BanceDev
1
-38
/
+118
2024-09-27
added exit api function
BanceDev
9
-7
/
+40
2024-09-27
fixed chaining execution attempting to execute operator
BanceDev
1
-1
/
+4
2024-09-26
v0.2.2
BanceDev
1
-1
/
+1
2024-09-26
updated history tests
BanceDev
1
-2
/
+2
2024-09-26
fixed crash in redirect operator
BanceDev
3
-12
/
+48
2024-09-25
v0.2.1
BanceDev
1
-1
/
+1
2024-09-25
fixed semicolon chaining functionality
BanceDev
1
-14
/
+9
2024-09-25
v0.2.0
BanceDev
1
-1
/
+1
2024-09-25
fixed crash from incorrect pointer indexing
BanceDev
1
-1
/
+1
[next]