summaryrefslogtreecommitdiffstats
path: root/usr.bin/fmt
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Ooops, the Makefile was not supposed to be changed. Unspam this.joerg1997-09-301-1/+1
|
* Fix a number of fixed-size buffers etc.joerg1997-09-302-5/+32
| | | | | PR: bin/4520 Submitted by: gjm11@dpmms.cam.ac.uk (Gareth McCaughan)
* Pre-allocate buffer to avoid core dump in corner cases.jlemon1997-08-211-2/+6
| | | | | PR: 2968 Submitted by: Gareth McCaughan <gjm11@dpmms.cam.ac.uk>
* Add rcsid, prototypes. Use err(3).charnier1997-07-032-15/+37
|
* Removed inconsistent declaration of malloc(). `make world' with DESTDIRbde1997-04-231-1/+0
| | | | set to something other than "/" now actually works.
* Sort cross references.wosch1997-01-151-2/+2
|
* Add -c flag to fmt to center lines.phk1996-09-102-0/+33
|
* Fix a segfault which occurs when it gets an empty input line.smpatel1996-04-221-1/+8
| | | | | | | Closes PR bin/1153 Reviewed by: smpatel Submitted by: Matthew C. Mead (mmead@Glock.COM)
* Dynamically allocate line buffers, instead of assuming that all thejoerg1995-11-151-6/+31
| | | | world would fit into BUFSIZ.
* Add setlocale LC_CTYPEache1995-10-241-0/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
|
* Make fmt ctype-awareache1995-05-111-6/+6
| | | | | Fix non-critical bug with getting EOF double times Not call strlen for zero length test
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+563
OpenPOWER on IntegriCloud