aboutsummaryrefslogtreecommitdiff
path: root/toys/basename.c
AgeCommit message (Expand)Author
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.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-02Basename and env are usable, default them to y.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-15'basename': Handle where we have no / passedTryn Mirell
2012-01-15Initial 'basename' implementationTryn Mirell
2011-11-13Prepare for license switch by (regrettably) removing Charlie Shepherd's code,...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-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-27Remove a few bytes from basename and add 'em back (and more) in the help string.Rob Landley
2007-11-27Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)Rob Landley