Age | Commit message (Expand) | Author |
2008-05-17 | Fix command line option parsing so "echo -xen" actually prints "-xen". Add | Rob Landley |
2008-05-12 | Sort was including the trailing comma and getting the order wrong. | Rob Landley |
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 | Teach run-all-tests mode to only test enabled commands. | 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-28 | Update help, move test.sh to scripts, and fix "make test" to call right script. | 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-24 | Add an install script, with --long --symlink --force and --uninstall options. | Rob Landley |
2008-02-23 | Remove some commented out code. | 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 |
2008-01-30 | Script from Roberto Foglietta to do config2help in bash instead of python. | Rob Landley |
2008-01-25 | Die on compilation or stripping failure | Charlie Shepherd |
2008-01-22 | Sort newtoys.h by command name, not by USE_ macro. | Rob Landley |
2008-01-20 | Fluff out hello.c to supply more example code as a skeleton for new commands, | Rob Landley |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2007-12-17 | minicom.sh should check for a char device, not a file. | 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-16 | Script to use stty with netcat -f to talk to a serial port. | 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 |
2007-08-29 | Add "help" command. (Building help/help.h requires python, but I'll ship | Rob Landley |
2007-06-18 | Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3 | Rob Landley |
2007-02-18 | An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. | Rob Landley |
2007-01-31 | Missing comma, and slight simplification in defconfig sed invocation. | Rob Landley |
2007-01-31 | Add make install_flat. | Rob Landley |
2006-11-26 | Add bloat-o-meter, make bloatcheck, and scripts/showasm. | Rob Landley |