aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2012-03-03Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1Rob Landley
2012-03-02Cleanup pass, and support unrecognized slash chars ala "echo -e \p".Rob Landley
2012-02-23Don't mix the the probed symbols with the command symbols.Rob Landley
2012-02-21Replace GPL python debug script with BSD shell script.Rob Landley
2012-02-08Add tests for cmp.Timothy Elliott
2012-02-17Add V=1 support to make.Rob Landley
2012-02-13Minor code cleanup and typo fix.Rob Landley
2012-02-12Add test for basename, fix issue where suffix is wrongfully applied if it app...Elie De Brauwer
2012-02-13The unshare test needs $CC defined, source configure to get it.Rob Landley
2012-02-10Add tests for headTimothy Elliott
2012-02-11Fix overflow in octal formatting in echo, add support for hexadecimal input, ...Elie De Brauwer
2012-02-11Add tests for cksumElie De Brauwer
2012-02-06Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.Rob Landley
2012-02-03Add autodetect for container support.Rob Landley
2012-02-02Test suite comment tweaks.Rob Landley
2012-01-30More work on xargs: bugfix and tests.Rob Landley
2009-12-13The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite ...Rob Landley
2009-12-13Let the minicom script take the speed as an optional second argument.Rob Landley
2009-01-30Convert non-bool config values (such as int) into config.h entries.Rob Landley
2009-01-30Re-wordwrap and reorder the .config->config.h sed script. (No real changes, ...Rob Landley
2008-11-15Add netcat server mode, -l, -L, and -t.Rob Landley
2008-06-22Basic tests for sort. Needs more...Rob Landley
2008-06-22Cosmetic tweak, only show skipped tests when VERBOSE set.Rob Landley
2008-06-22Adjust "optional" function (gen_config.h became generated/config.h).Rob Landley
2008-05-17Add seq, and tests for it.Rob Landley
2008-05-17Fix command line option parsing so "echo -xen" actually prints "-xen". AddRob Landley
2008-05-12Sort was including the trailing comma and getting the order wrong.Rob Landley
2008-05-04More tweaks to rmdir.test and the testing infrastructure.Rob Landley
2008-05-04Add rmdir and test for it.Rob Landley
2008-05-04Teach run-all-tests mode to only test enabled commands.Rob Landley
2008-05-04Remove extraneous output.Rob Landley
2008-05-04Very simple cat tests, with more test ideas commented out.Rob Landley
2008-03-28Update help, move test.sh to scripts, and fix "make test" to call right script.Rob Landley
2008-03-26Another cp -r fix, another test case...Rob Landley
2008-03-25Update cp -r to work better, add relevant tests to test suite.Rob Landley
2008-02-24Add an install script, with --long --symlink --force and --uninstall options.Rob Landley
2008-02-23Remove some commented out code.Rob Landley
2008-02-20Add first pass at cp, totally untested, unlikely to work yet. :)Rob Landley
2008-02-16Start of tests for cp.Rob Landley
2008-01-30Script from Roberto Foglietta to do config2help in bash instead of python.Rob Landley
2008-01-25Die on compilation or stripping failureCharlie Shepherd
2008-01-22Sort newtoys.h by command name, not by USE_ macro.Rob Landley
2008-01-20Fluff out hello.c to supply more example code as a skeleton for new commands,Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-17minicom.sh should check for a char device, not a file.Rob Landley
2007-12-16A couple more readlink tests.Rob Landley
2007-12-16Tweak testing.sh so VERBOSE=1 is less noisy.Rob Landley
2007-12-16Script to use stty with netcat -f to talk to a serial port.Rob Landley