aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-12Added tag 0.0.6 for changeset 6e65eefc37e90.0.7Rob Landley
2008-10-24Tighten up chvt, save a few bytes.Rob Landley
2008-10-23Upgrade patch to detect hunks that start after a false start.Rob Landley
2008-08-28Fix giant glaring thinko.Rob Landley
2008-08-15An error from an input file isn't fatal, keep reading remaining input files.Rob Landley
2008-08-15Chroot should stop option parsing at the first non-option argument.Rob Landley
2008-07-18Tweak from Roberto Foglietta.Rob Landley
2008-07-18Roberto Foglietta pointed out that readall() needs fdlength() to restoreRob Landley
2008-07-18Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len.Rob Landley
2008-07-03Add "tee" command.Rob Landley
2008-07-03Finish bzcat.Rob Landley
2008-07-03Teach option parsing logic that ^ means stop parsing after this option.Rob Landley
2008-06-28A pathological case of huffman coding that uses 8 bits to code each of 256Rob Landley
2008-06-26Option parsing: stopearly is now a ^ prefix (not +), and an option string withRob Landley
2008-06-22Basic tests for sort. Needs more...Rob Landley
2008-06-22Only apply global flags to fallback sort.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-06-18Most of an susv3 compliant sort implementation (loosely based on the one I wr...Rob Landley
2008-06-16Assemble '*' repeated argument list in order. Also implement '@' counter.Rob Landley
2008-05-26Announce 0.0.6 release. (A bit early, so the next FWL release can use it.)0.0.6Rob Landley
2008-05-17Add seq, and tests for it.Rob Landley
2008-05-17Fix which (the meaning of -a was reversed, and it was finding the _last_ hit).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-12Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.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-04Fluffier error message.Rob Landley
2008-05-04Try to convince make to be less stupid about rebuilding.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-04-13Teach get_rawline() to continue until a configurable char, and xstrndup()Rob Landley
2008-04-09We don't open a destination filehandle for symlinks, so xclose() would barf.Rob Landley
2008-04-09Add -v to cp.Rob Landley
2008-04-09Thinko in cat.Rob Landley
2008-04-08Teach patch that a file dated 1969-12-31 means doesn't exist, and to failRob Landley
2008-04-04Spent the five minutes to implement "cat".Rob Landley
2008-03-29Added tag 0.0.5 for changeset 09ecbdf58c87Rob Landley
2008-03-29New release coming.0.0.5Rob Landley
2008-03-29Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)Rob Landley
2008-03-28Update help, move test.sh to scripts, and fix "make test" to call right script.Rob Landley
2008-03-28Add uninstall and uninstall_flat.Rob Landley
2008-03-28Add install target, and make install_flat use scripts/install.shRob 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-03-24If we don't remember to closedir(), the leaked filehandles add up.Rob Landley
2008-03-24Fix -r logic, it needs both source and dest paths explicitly stated.Rob Landley
2008-03-24Enabling debugging should not change behavior. Oops.Rob Landley