summaryrefslogtreecommitdiff
path: root/libbb/parse_mode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III2003-03-191-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-86/+129
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
| | | | -Erik
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
|
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-6/+6
| | | | cleans up most of the now-revealed problems.
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+138
files. Clean up the resulting damage and fix up the makefile. -Erik