aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat53/rockspecs/compat53-0.14.2-1.rockspec (unfollow)
Commit message (Expand)AuthorFilesLines
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 compiled...Gravatar Andrew D. France 1-27/+22
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 file...Gravatar Andrew D. France 1-3/+3
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
2024-09-23fixed lua api exit status issueGravatar BanceDev 1-1/+1
2024-09-23fixed splitting within quoted stringGravatar BanceDev 1-5/+10
2024-09-23made and operator actually conditionalGravatar BanceDev 2-17/+27
2024-09-23fixed operator chaining to handle commands terminating with an operatorGravatar BanceDev 1-14/+5
2024-09-23implemented background process operatorGravatar BanceDev 6-154/+238
2024-09-23implemented piping into new chaining methodGravatar BanceDev 1-10/+30
2024-09-18fixed && chaining for builtinsGravatar BanceDev 2-23/+31
2024-09-18added basic && chainingGravatar BanceDev 2-8/+73
of the patch of Ben Woolley <tautolog@gmail.com> 2015-01-17Fix extra newline, and add -g where other switches are forwarded.Gravatar Ben Woolley 1-1/+3 Signed-off-by: Christoph Lohmann <20h@r-36.net> 2015-01-17Newer libc want _DEFAULT_SOURCE.Gravatar Christoph Lohmann 1-1/+1 2015-01-17Major styles update.Gravatar Christoph Lohmann 3-11/+84 In config.h there is now some styles array to apply site-specific styles. This can be toggled using the -mM flags. If a stylefile is manually specified, then this will overwrite everything. 2015-01-02Fix a typo in surf manual.Gravatar Jakukyo Friel 1-1/+1 `Ctrl-/` displays incorrectly in `man surf` on my machine. A patch is attached. (You also access it here: https://github.com/weakish/surf/commit/07e97eccedd96eabf14b2fbf77de75ec1b594d97) ---- surf.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Signed-off-by: Christoph Lohmann <20h@r-36.net> 2014-09-28Minor style change.Gravatar Christoph Lohmann 1-1/+1 2014-09-28Make »Copy image address« work.Gravatar Christoph Lohmann 1-3/+10 Thanks yui@blekksprut.net for the patch! 2014-08-07Mention xdotool in SEE ALSO too.Gravatar Christoph Lohmann 1-1/+2 2014-08-07Fix the manpage about xid.Gravatar Christoph Lohmann 1-1/+3 Something was missing from this one sentence. Now it is complete.