aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
AgeCommit message (Expand)Author
2019-10-09vi: fixesJarno Mäkipää
2019-10-04vi: Scroll unmodified lines using escape codesJarno Mäkipää
2019-09-23Call ftpget from wgetDenys Nykula
2019-09-22vi: Added yankJarno Mäkipää
2019-09-19vi: changes to buffer drawingJarno Mäkipää
2019-09-09vi: added support for tabsJarno Mäkipää
2019-09-08make "for i in" work.Rob Landley
2019-09-07host: cope with large DNS responses.Elliott Hughes
2019-09-07vi: small fixes.Elliott Hughes
2019-08-29diff and patch: support special characters in filenames with quoting as well ...William Haddon
2019-08-29Fix sh handling nested if/else/elif statements alaRob Landley
2019-08-23man: fix help, align -k output, and fix double close.Elliott Hughes
2019-08-18Next round of shell plumbing.Rob Landley
2019-08-15dd: fix skip= with short reads.Elliott Hughes
2019-08-09lsof: simplify octal mode display.Elliott Hughes
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-31man: switch to xregcomp.Elliott Hughes
2019-07-24crontab: switch to getline().Elliott Hughes
2019-07-22Next round of plumbing evolution. Left in the todo and debug code this time.Rob Landley
2019-07-16ip.c route change support for extended attributes.Mike Bennett
2019-07-12diff: implement --strip-trailing-cr.Elliott Hughes
2019-07-12pidof: fix default behavior, add -x.Elliott Hughes
2019-07-11Next sh checkpoint. Not remotely load bearing yet.Rob Landley
2019-07-11bind/connect cleanup.Elliott Hughes
2019-07-10dd: iflags, oflags, fix ^C, fix the fundamental loop.Elliott Hughes
2019-07-09dd: fix seek= on stdout.Elliott Hughes
2019-06-29More toysh flow control plumbing.Rob Landley
2019-06-25Start over on toysh.Rob Landley
2019-06-24diff: fix diff of stdin for systems without /tmp.Elliott Hughes
2019-06-21bc: fix a few bugs found in upstreamGavin Howard
2019-06-19Avoid a double-definition (iphdr) from netinet/in.h and linux/ip_tunnel.h by ...Mike Bennett
2019-06-12bc: fix previous patchGavin Howard
2019-06-11bc: fix a bug in powerGavin Howard
2019-05-10Walk -M /dir:/dir0:/dirN in man.makepost
2019-05-01man: support MANPATH.Elliott Hughes
2019-04-29Search name and first line with man -k regex.makepost
2019-04-26Add -M and switch test suite to use it (so test doesn't need to run as root).Rob Landley
2019-04-26Read .gz/.xz man pages and check sections in "man man" order.Rob Landley
2019-04-26more: better behavior with directories.Elliott Hughes
2019-04-22vi.c changes to vi cmd executionJarno Mäkipää
2019-04-21Promote gzip/zcat but keep gunzip default n until lib/deflate.c finished.Rob Landley
2019-04-21A little more cleanup on gzip.Rob Landley
2019-04-21Promote tar.Rob Landley
2019-04-21Switch --to-command to use xsetenv() and fix a typo with -JRob Landley
2019-04-21man: WhitespaceRob Landley
2019-04-20Implement man.makepost@firemail.cc
2019-04-18Add -J support for xzRob Landley
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley