aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/sh.c
AgeCommit message (Expand)Author
2019-09-08make "for i in" work.Rob Landley
2019-08-29Fix sh handling nested if/else/elif statements alaRob Landley
2019-08-18Next round of shell plumbing.Rob Landley
2019-08-09Split out run_function() and free_function(), add start of _TOYSH_LOCALSRob Landley
2019-08-04Make "if true; then echo hello; fi" work. More work on redirection.Rob Landley
2019-08-02Next round of infrastructure. Start of redirect logic and runtime flow control.Rob Landley
2019-07-22Next round of plumbing evolution. Left in the todo and debug code this time.Rob Landley
2019-07-11Next sh checkpoint. Not remotely load bearing yet.Rob Landley
2019-06-29More toysh flow control plumbing.Rob Landley
2019-06-25Start over on toysh.Rob Landley
2019-01-22Fix sigjmp_buf/jmp_buf mismatches.Elliott Hughes
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-04-17Dust off toysh, remove ancient config debris, add start of prompt logic.Rob Landley
2015-09-29xvfork went away.Rob Landley
2015-09-23Add xvfork() as a static inline and use it from various places.Rob Landley
2015-02-28Minor toysh cleanup: remove another unnecessary option.Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-05-26Brush the dust off toysh.Rob Landley
2013-02-22Move some unfinished commands to the "pending" directory.Rob Landley