Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-01 | Re-add backspace support to expand (oops) and fix test to expect data plus ↵ | Rob Landley | |
backspace characters rather than the chracters cancelling each other out before output. | |||
2012-11-28 | md5sum tests from RFC 1321 | Rob Landley | |
2012-11-23 | expand: handle backspace. | Jonathan Clairembault | |
2012-11-23 | Add expand command as described in POSIX-2008. | Jonathan Clairembault | |
Erratum: Do not handle backspace. | |||
2012-11-21 | Make internalization support optional | Felix Janda | |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked ↵ | Rob Landley | |
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring. | |||
2012-11-08 | wc -m only cares about counting characters. Attached is a try on ↵ | Felix Janda | |
implementing it and some test cases for it. The test cases are only for UTF-8 locales. | |||
2012-10-29 | attached are some simple tests for dirname and wc and a fix for a small typo ↵ | Felix Janda | |
in another test script. | |||
2012-10-07 | Test tweaks. Set +x on two scripts (so they can be run standalone), fix ↵ | Rob Landley | |
chgrp so it doesn't abort test all. | |||
2012-07-05 | - Do not abort testing after running the sort tests | Elie De Brauwer | |
- Add tail testcases for input not ending on a newline - Fix condition where input coming from stdin does not have a trailing newline | |||
2012-06-23 | Add chgrp test. | Rob Landley | |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to ↵ | Rob Landley | |
optargs and llist.c, plus add a test suite entry. Still no -f support though. | |||
2012-03-02 | Cleanup pass, and support unrecognized slash chars ala "echo -e \p". | Rob Landley | |
2012-02-08 | Add tests for cmp. | Timothy Elliott | |
Still needs to handle directories properly and needs padding for -l output. | |||
2012-02-13 | Minor code cleanup and typo fix. | Rob Landley | |
2012-02-12 | Add test for basename, fix issue where suffix is wrongfully applied if it ↵ | Elie De Brauwer | |
appears in the middle of the filename | |||
2012-02-10 | Add tests for head | Timothy Elliott | |
This exposed one issue in head.c -- printf was not flushing and file names could appear after file contents instead of before. The issue is fixed by calling xflush after xprintf. | |||
2012-02-11 | Fix overflow in octal formatting in echo, add support for hexadecimal input, ↵ | Elie De Brauwer | |
add tests for octal and hexadecimal formatting | |||
2012-02-11 | Add tests for cksum | Elie De Brauwer | |
2012-02-06 | Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. | Rob Landley | |
2012-02-02 | Test suite comment tweaks. | Rob Landley | |
2012-01-30 | More work on xargs: bugfix and tests. | Rob Landley | |
2008-06-22 | Basic tests for sort. Needs more... | Rob Landley | |
2008-06-22 | Cosmetic tweak, only show skipped tests when VERBOSE set. | Rob Landley | |
2008-05-17 | Add seq, and tests for it. | Rob Landley | |
2008-05-17 | Fix command line option parsing so "echo -xen" actually prints "-xen". Add | Rob Landley | |
echo.test while I'm at it. | |||
2008-05-04 | More tweaks to rmdir.test and the testing infrastructure. | Rob Landley | |
2008-05-04 | Add rmdir and test for it. | Rob Landley | |
2008-05-04 | Remove extraneous output. | Rob Landley | |
2008-05-04 | Very simple cat tests, with more test ideas commented out. | Rob Landley | |
2008-03-26 | Another cp -r fix, another test case... | Rob Landley | |
2008-03-25 | Update cp -r to work better, add relevant tests to test suite. | Rob Landley | |
2008-02-20 | Add first pass at cp, totally untested, unlikely to work yet. :) | Rob Landley | |
2008-02-16 | Start of tests for cp. | Rob Landley | |
2007-12-16 | A couple more readlink tests. | Rob Landley | |
2007-12-16 | Tweak testing.sh so VERBOSE=1 is less noisy. | Rob Landley | |
2007-12-15 | Basic tests for readlink. | Rob Landley | |
2007-11-15 | Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment | Rob Landley | |
tweaks. | |||
2007-02-18 | An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. | Rob Landley | |