aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
AgeCommit message (Expand)Author
2019-04-03More tar tests, and fix tar to pass them.Rob Landley
2019-04-03VI rewrote char delete and hjkl movementsJarno Mäkipää
2019-04-03Autodetect gzip and bz2 for both compression and decompression.Rob Landley
2019-04-02Yeah, ok, that one can get used uninitialized.Rob Landley
2019-04-02More tar cleanup, more tests.Rob Landley
2019-04-02More tar cleanup and tests.Rob Landley
2019-04-01Silence spurious gcc "lnk cannot be used uninitialized" warning.Rob Landley
2019-04-01More tar cleanup.Rob Landley
2019-03-31More tar cleanup, some tests.Rob Landley
2019-03-31More tar cleanup.Rob Landley
2019-03-29vi: bug fixesJarno Mäkipää
2019-03-28vi.c improved utf-8 supportJarno Mäkipää
2019-03-27Skip file contents in error case.Rob Landley
2019-03-27Silence another broken gcc "tar is never used uninitialized" warning.Rob Landley
2019-03-27Cleanup extract_to_disk(), enforce "file creation must be under cwd),Rob Landley
2019-03-25Fix bc_vec_concatDaniel Rosenberg
2019-03-24vi: Code style cleanupJarno Mäkipää
2019-03-23vi: Removed C99/GNU99 style for loop initializersJarno Mäkipää
2019-03-23vi.c double_list based implementation.Jarno Mäkipää
2019-03-22Silence stupid, pointless warnings.Rob Landley
2019-03-22My todo entries were bothering people.Rob Landley
2019-03-22More tar cleanup, add --owner and --group, and start of new tests.Rob Landley
2019-03-20Next round of tar cleanup.Rob Landley
2019-03-18diff: use TOYFLAG_ARGFAIL.Elliott Hughes
2019-03-17More tar cleanup.Rob Landley
2019-03-17More tar cleanup.Rob Landley
2019-03-16bc: fix an overflow bug in bc_num_ulong()Gavin Howard
2019-03-16Next round of tar cleanup.Rob Landley
2019-03-13More tar cleanup.Rob Landley
2019-03-11More tar cleanup.Rob Landley
2019-03-06More tar cleanup.Rob Landley
2019-03-04More tar cleanup.Rob Landley
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2019-03-03Cleanup pass on tar.Rob Landley
2019-03-02Promote devmem.Rob Landley
2019-03-02Fix instances of "Usage:" rather than "usage:".Elliott Hughes
2019-03-02devmem: new command.Elliott Hughes
2019-02-25arp: inline get_hw_add and minor sscanf error handling cleanupColin Davidson
2019-02-23One last (for now) typo.Elliott Hughes
2019-02-23Promote mcookieRob Landley
2019-02-23Cleanup mcookie.Rob Landley
2019-02-23Here's an 'mcookie' implementation for toybox.Isaac Dunham
2019-02-23Bumper typo cleanup.Elliott Hughes
2019-02-21getfattr: add --only-values.Elliott Hughes
2019-02-18route: fix command argument parsingUros Prestor
2019-02-11Inline more functions only called once, unwrap wrappers, etc.Rob Landley
2019-02-10Remove unnecessary macros and typedefs, multipliation by sizeof(char), etc.Rob Landley
2019-02-10Inline more macros only used once, replace BcId with struct str_len from lib,Rob Landley
2019-02-09Remove more unnecessary macros. Inline bc_parse_exprs[] with the bit orderRob Landley
2019-02-09Remove more useless typecasts, wrappers, and inline a function.Rob Landley