index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
sh.c
Age
Commit message (
Expand
)
Author
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