Age | Commit message (Expand) | Author |
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-04 | Add "toyonly" function to test suite. | Rob Landley |
2019-04-04 | Add decompressed version. | Rob Landley |
2019-04-04 | Tweak stat. | Rob Landley |
2019-04-04 | stat: avoid null dereference. | liwugang |
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 | Don't leak stdout pipe filehandle into children. | 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 | Have xflush() only flush stdout (that's all it checks errors on), | Rob Landley |
2019-04-02 | Fix a test that wasn't deterministic. | Rob Landley |
2019-04-02 | Don't emit random -EPIPE error messages in a pipeline, just exit silently. | Rob Landley |
2019-04-02 | Don't check in todo notes. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-02 | Help text tweak. | 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 | Add "skipnot" function to test suite, skips next test if command line fails. | 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 | bc: add a trivial regression test for input from stdin. | Elliott Hughes |
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-27 | xabspath: use O_PATH for dirfd. | Elliott Hughes |
2019-03-27 | Change fileunderdir() to return abspath to file. | Rob Landley |
2019-03-26 | xabspath: use O_PATH. | Elliott Hughes |
2019-03-26 | Make touch use xparsedate() (result: -t and -d the same, autodetects format), | Rob Landley |
2019-03-25 | Fix bc_vec_concat | Daniel Rosenberg |
2019-03-25 | Add rm -v. | makepost@firemail.cc |
2019-03-25 | find: fix inverted -exec exit status | Vidar Holen |
2019-03-24 | Factor out xparsedate() and xvali_date() into lib. | Rob Landley |
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-23 | login: clear environment when -p is absent | William Djupström |
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-21 | Test for compiler existence when sourcing portability.sh. | Rob Landley |
2019-03-20 | Next round of tar cleanup. | Rob Landley |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-18 | Document the -k2.3,4.5 syntax and make it behave closer to the other one. | Rob Landley |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |