summaryrefslogtreecommitdiff
path: root/libbb/isdirectory.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vodz, last_patch_86Glenn L McGrath2003-05-261-9/+3
|
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+2
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+71
files. Clean up the resulting damage and fix up the makefile. -Erik