Age | Commit message (Expand) | Author |
2019-04-22 | vi.c changes to vi cmd execution | Jarno Mäkipää |
2019-04-21 | Promote gzip/zcat but keep gunzip default n until lib/deflate.c finished. | Rob Landley |
2019-04-21 | A little more cleanup on gzip. | Rob Landley |
2019-04-21 | Promote tar. | Rob Landley |
2019-04-21 | Switch --to-command to use xsetenv() and fix a typo with -J | Rob Landley |
2019-04-21 | man: Whitespace | Rob Landley |
2019-04-20 | Implement man. | makepost@firemail.cc |
2019-04-18 | Add -J support for xz | Rob Landley |
2019-04-16 | Add argument to xflush() so it can test for stdout err without flushing. | Rob Landley |
2019-04-05 | Restore symlink times and add --restrict | Rob Landley |
2019-04-05 | Minor tweaks and fix a bug with "tar cvzf tar.tgz" autodetecting when specified. | Rob Landley |
2019-04-05 | tar: Fix -O | Rob Landley |
2019-04-05 | tar cleanup: Hook up --exclude to filter plumbing | Rob Landley |
2019-04-03 | More tar tests, and fix tar to pass them. | Rob Landley |
2019-04-03 | VI rewrote char delete and hjkl movements | Jarno Mäkipää |
2019-04-03 | Autodetect gzip and bz2 for both compression and decompression. | Rob Landley |
2019-04-02 | Yeah, ok, that one can get used uninitialized. | Rob Landley |
2019-04-02 | More tar cleanup, more tests. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-01 | Silence spurious gcc "lnk cannot be used uninitialized" warning. | Rob Landley |
2019-04-01 | More tar cleanup. | Rob Landley |
2019-03-31 | More tar cleanup, some tests. | Rob Landley |
2019-03-31 | More tar cleanup. | Rob Landley |
2019-03-29 | vi: bug fixes | Jarno Mäkipää |
2019-03-28 | vi.c improved utf-8 support | Jarno Mäkipää |
2019-03-27 | Skip file contents in error case. | Rob Landley |
2019-03-27 | Silence another broken gcc "tar is never used uninitialized" warning. | Rob Landley |
2019-03-27 | Cleanup extract_to_disk(), enforce "file creation must be under cwd), | Rob Landley |
2019-03-25 | Fix bc_vec_concat | Daniel Rosenberg |
2019-03-24 | vi: Code style cleanup | Jarno Mäkipää |
2019-03-23 | vi: Removed C99/GNU99 style for loop initializers | Jarno Mäkipää |
2019-03-23 | vi.c double_list based implementation. | Jarno Mäkipää |
2019-03-22 | Silence stupid, pointless warnings. | Rob Landley |
2019-03-22 | My todo entries were bothering people. | Rob Landley |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-20 | Next round of tar cleanup. | Rob Landley |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-17 | More tar cleanup. | Rob Landley |
2019-03-16 | bc: fix an overflow bug in bc_num_ulong() | Gavin Howard |
2019-03-16 | Next round of tar cleanup. | Rob Landley |
2019-03-13 | More tar cleanup. | Rob Landley |
2019-03-11 | More tar cleanup. | Rob Landley |
2019-03-06 | More tar cleanup. | Rob Landley |
2019-03-04 | More tar cleanup. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-03 | Cleanup pass on tar. | Rob Landley |
2019-03-02 | Promote devmem. | Rob Landley |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-03-02 | devmem: new command. | Elliott Hughes |