summaryrefslogtreecommitdiffstats
path: root/usr.bin/makewhatis/makewhatis.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-041-6/+4
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Remove a debug output statement.robert2002-07-071-4/+0
|
* - Fix the code in sbuf_need() to double the allocation size untilrobert2002-07-071-9/+17
| | | | | | | | | the new content size fits into the sbuf, instead of assuming that allocating twice the old size is enough. - Use memmove(3) rather than strcpy(3) to copy overlapping strings. PR: bin/39930
* Use size_t or ino_t instead of int, and remove a few warnings.keramida2002-06-071-4/+4
| | | | | | The makewhatis utility is now ok with WARNS=3. Reviewed by: bde
* Unroff all forms of \f and \*, and the simplest form of \s.ru2002-05-221-8/+14
| | | | | Submitted by: fenner, ru Reviewed by: ru, fenner
* More whitespace fixes.ru2002-05-181-1/+3
|
* Fixed spacing.ru2002-05-181-0/+1
|
* Look into machine specific subdirs.ru2002-05-181-0/+9
|
* Add C rewrites of catman and makewhatis. These aren't quite asmarkm2002-05-181-0/+1011
the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester <john@jrochester.org>
OpenPOWER on IntegriCloud