aboutsummaryrefslogtreecommitdiff
path: root/dirname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-141-7/+9
| | | | for their extraction to a separate file.
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+5
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-132/+31
| | | | | while trying to write docs . :-) -Erik
* Add in tr and dirnameErik Andersen2000-03-051-0/+146
-Erik