Age | Commit message (Expand) | Author |
2020-01-03 | Add local variables support. | Rob Landley |
2020-01-03 | Finish cd, make help -ahu unconditional, fix expand memory cleanup path, | Rob Landley |
2020-01-01 | Factor out array_add(), replace argxtend(). | Rob Landley |
2020-01-01 | If allocation update is done in blocks, initial allocation has to populate | Rob Landley |
2019-12-31 | toysh: start of <(echo hello) support. | Rob Landley |
2019-12-29 | Implement single command env assignments (abc=def command) and make debug | Rob Landley |
2019-12-29 | Debug basic pipe support and I/O flush for builtins. | Rob Landley |
2019-12-28 | Next round of sh plumbing: more work on redirect and pipe, use CLOEXEC. | Rob Landley |
2019-12-23 | Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.) | Rob Landley |
2019-12-12 | Next round of toysh work, with associated lib plumbing. | Rob Landley |
2019-09-08 | make "for i in" work. | Rob Landley |
2019-08-29 | Fix sh handling nested if/else/elif statements ala | Rob Landley |
2019-08-18 | Next round of shell plumbing. | Rob Landley |
2019-08-09 | Split out run_function() and free_function(), add start of _TOYSH_LOCALS | Rob Landley |
2019-08-04 | Make "if true; then echo hello; fi" work. More work on redirection. | Rob Landley |
2019-08-02 | Next round of infrastructure. Start of redirect logic and runtime flow control. | Rob Landley |
2019-07-22 | Next round of plumbing evolution. Left in the todo and debug code this time. | Rob Landley |
2019-07-11 | Next sh checkpoint. Not remotely load bearing yet. | Rob Landley |
2019-06-29 | More toysh flow control plumbing. | Rob Landley |
2019-06-25 | Start over on toysh. | Rob Landley |
2019-01-22 | Fix sigjmp_buf/jmp_buf mismatches. | Elliott Hughes |
2017-05-26 | Be more consistent about periods in help text. | Elliott Hughes |
2016-04-17 | Dust off toysh, remove ancient config debris, add start of prompt logic. | Rob Landley |
2015-09-29 | xvfork went away. | Rob Landley |
2015-09-23 | Add xvfork() as a static inline and use it from various places. | Rob Landley |
2015-02-28 | Minor toysh cleanup: remove another unnecessary option. | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-05-26 | Brush the dust off toysh. | Rob Landley |
2013-02-22 | Move some unfinished commands to the "pending" directory. | Rob Landley |