Age | Commit message (Expand) | Author |
2020-01-25 | vi: Add tests | Jarno Mäkipää |
2020-01-15 | vi: fixes and small cleanup | Jarno Mäkipää |
2020-01-14 | vi: don't exit on ^C or ^D. | Elliott Hughes |
2020-01-11 | Fix a duplicate free() and a variable stomp, set s=s to fix "can never be | Rob Landley |
2020-01-11 | sh.c: fix memory corruption due to uninitialized sh_function in sh_run | Rich Felker |
2020-01-10 | readelf.c: fix 32-bit. | Elliott Hughes |
2020-01-09 | readelf: RELR (both new and historical). | Elliott Hughes |
2020-01-09 | vi: fix warnings, improve status display. | Elliott Hughes |
2020-01-08 | Implement readelf(1). | Elliott Hughes |
2020-01-08 | Remove lots of debugging dprintf()s. | Rob Landley |
2020-01-08 | Fix commaless brace discard. | Rob Landley |
2020-01-08 | Implement quote removal and fix unterminated bracket expansion. | Rob Landley |
2020-01-07 | Bracket support in progress. Mind the dprintf()s. | Rob Landley |
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-15 | Nothing in pending should default y. | Rob Landley |
2019-12-12 | Next round of toysh work, with associated lib plumbing. | Rob Landley |
2019-12-04 | Fix getopt optstring | E5ten |
2019-11-24 | bc: fix a comparison bug | Gavin Howard |
2019-11-22 | Add getopt(1). | Elliott Hughes |
2019-11-03 | ip: remove get_line(). | Elliott Hughes |
2019-10-21 | vi: unalloc used memory, cleanups, fixes | Jarno Mäkipää |
2019-10-19 | wget: Added support for HTTP 301 and 302 redirects | Jarno Mäkipää |
2019-10-09 | vi: fixes | Jarno Mäkipää |
2019-10-04 | vi: Scroll unmodified lines using escape codes | Jarno Mäkipää |
2019-09-23 | Call ftpget from wget | Denys Nykula |
2019-09-22 | vi: Added yank | Jarno Mäkipää |
2019-09-19 | vi: changes to buffer drawing | Jarno Mäkipää |
2019-09-09 | vi: added support for tabs | Jarno Mäkipää |
2019-09-08 | make "for i in" work. | Rob Landley |
2019-09-07 | host: cope with large DNS responses. | Elliott Hughes |
2019-09-07 | vi: small fixes. | Elliott Hughes |
2019-08-29 | diff and patch: support special characters in filenames with quoting as well ... | William Haddon |
2019-08-29 | Fix sh handling nested if/else/elif statements ala | Rob Landley |
2019-08-23 | man: fix help, align -k output, and fix double close. | Elliott Hughes |
2019-08-18 | Next round of shell plumbing. | Rob Landley |
2019-08-15 | dd: fix skip= with short reads. | Elliott Hughes |
2019-08-09 | lsof: simplify octal mode display. | Elliott Hughes |
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-31 | man: switch to xregcomp. | Elliott Hughes |
2019-07-24 | crontab: switch to getline(). | Elliott Hughes |