aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-12Add clear (wrapper).0.2.0Rob Landley
2012-02-10Add tests for headTimothy Elliott
2012-02-11Minor cleanups to echo: collapse together three tolower() calls, make indent/...Rob Landley
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-11Correct cksum parameters and clarify -N optionElie De Brauwer
2012-02-10Correct description of nice levels in help of niceElie De Brauwer
2012-02-09Cleanups for head.Rob Landley
2012-02-06Implement headTimothy Elliott
2012-02-09Make atolx() error_exit() if fed a string that doesn't convert entirely into ...Rob Landley
2012-02-08Use stpcpy() (posix 2008) for slight code shrink.Rob Landley
2012-02-08Switch from deprecated function to gratuitously renamed identical non-deprica...Rob Landley
2012-02-07More cmp.c shrinkage.Rob Landley
2012-02-07Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use ...Rob Landley
2012-02-07Switching who default to 'n' since it's not yet fully implemented.Luis Felipe Strano Moraes
2012-02-07Added time to the output of who command.Luis Felipe Strano Moraes
2012-02-06Initial version of who command.Luis Felipe Strano Moraes
2012-02-06Silence really boring compiler warning.Luis Felipe Strano Moraes
2012-02-06Implement cmpTimothy Elliott
2012-02-07Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).Rob Landley
2012-02-06Document that optflags is always an int (so 32 bit and 64 bit platforms behav...Rob Landley
2012-02-06Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry.Rob Landley
2012-02-05This id implementation is not remotely SUSv4 compliant, default n until I get...Rob Landley
2012-02-04Add a basic README and an example to "make help".Rob Landley
2012-02-04Tweak help command's help text, and remove unimplemented option.Rob Landley
2012-02-04Cleaning out one more old gpl notice that no longer applies after the switch ...Rob Landley
2012-02-03Add autodetect for container support.Rob Landley
2012-02-03Fix bad link that was confusing people. (Oops.)Rob Landley
2012-02-03Removing unecessary allocation.Luis Felipe Strano Moraes
2012-02-02Implement xargs -E.Rob Landley
2012-02-02Very slight efficiency tweak.Rob Landley
2012-02-02Test suite comment tweaks.Rob Landley
2012-02-02Basename and env are usable, default them to y.Rob Landley
2012-02-02Quick and dirty terminal_size() and yesno() functions, both of which need to ...Rob Landley
2012-02-02Update web page a bit.Rob Landley
2012-02-02Commit 415 needs the other two files. (Oops.)Rob Landley
2012-01-30More work on xargs: bugfix and tests.Rob Landley
2012-01-29Add <>= to lib/args.c, with documentation.Rob Landley
2012-01-28Implement xargs (first pass, not full SUSv4 yet).Rob Landley
2012-01-27Add id command from Tim Bird.Rob Landley
2012-01-22Patch shouldn't be bothered by DOS newlines.Rob Landley
2012-01-22Add three commands that can be done as simple shell scripts (one sed is in, a...Rob Landley
2012-01-22Add wiki link and make about less stale.Rob Landley
2012-01-20'env' and 'basename' refactoredTryn Mirell
2012-01-18Comment changes, and add a blank line to the help text.Rob Landley
2012-01-18Add -x option to sort (like -n, but hexadecimal), because I needed it for som...Rob Landley
2012-01-16'env' implementation - InitialTryn Mirell
2012-01-15'basename': Handle where we have no / passedTryn Mirell
2012-01-15Initial 'basename' implementationTryn Mirell
2012-01-16Fluff out documentation and skeleton code.Rob Landley