index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
basename.c
Age
Commit message (
Expand
)
Author
2012-02-13
Minor code cleanup and typo fix.
Rob Landley
2012-02-12
Add test for basename, fix issue where suffix is wrongfully applied if it app...
Elie De Brauwer
2012-02-02
Basename and env are usable, default them to y.
Rob Landley
2012-01-20
'env' and 'basename' refactored
Tryn Mirell
2012-01-18
Comment changes, and add a blank line to the help text.
Rob Landley
2012-01-15
'basename': Handle where we have no / passed
Tryn Mirell
2012-01-15
Initial 'basename' implementation
Tryn Mirell
2011-11-13
Prepare for license switch by (regrettably) removing Charlie Shepherd's code,...
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-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
2007-11-27
Remove a few bytes from basename and add 'em back (and more) in the help string.
Rob Landley
2007-11-27
Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.)
Rob Landley