Age | Commit message (Collapse) | Author |
|
while there. ok deraadt@ millert@
|
|
the default.
okay millert@
|
|
* Add Copyright and license for my changes, and for pjanzen@'s in 2000.
* Comply with the obnoxious license condition that we must list changes
in the source code.
* Delete a fragment of an ancient RCS change log listing changes by
Gareth McCaughan himself. The license does NOT require us to keep that,
and it does not contain interesting information, not even for historians.
OK pjanzen@ deraadt@
|
|
Bug pointed out by Eric dot Pruitt at gmail dot com on misc@.
OK millert@ bentley@
|
|
* Consistently use "character encoding locale" as suggested by stsp@.
* Resolve various gratuitious wording variations.
OK jmc@.
|
|
This implies two small changes in behaviour:
1. Let fmt -c replace invalid bytes with ASCII question marks
just like when called without -c.
2. On lines to be centered, replace each tab with a single blank,
simply because there is no useful way to define the meaning of a
tab on such a line. Having the width of a tab depend on what is
to the right of it would be completely crazy (and complicate the
code a lot), and otherwise, tabs on adjacent lines of different
length wouldn't align anyway.
OK millert@
|
|
|
|
|
|
No longer expand tabs up front in get_line(), their width depends on the
width of characters earlier on the line. Always NUL-terminate the input
buffer for easier and safer handling. Get rid of the hand-rolled output
buffer, just let stdio do its work.
OK tedu@
|
|
|
|
|
|
after file from argv. If it is discovered to be reading from stdin only,
go to tame "stdio"
ok doug
|
|
|
|
Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.
No output changes, except for two instances where the incorrect escape
was used in the first place.
tweaks + ok schwarze@
|
|
ok krw
|
|
|
|
errors up to a maximum of 127, then to do not increment anymore,
though programme execution continues.
Use 127 as a maximum because error codes above this are:
1. bad because of signed bugs in programs.
2. used as the traditional shell $? representation of "kill by signal"
where $? = 128 + signal.
(from deraadt@ and guenther@ respectively)
|
|
While here,
* as usual, the "first appeared" clause requires fixing, and
* mention the date of the original implementation,
using information from the CSRG archive CD 1.
Triggered by a question asked by lum@, feedback and ok jmc@.
|
|
|
|
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
ok deraadt millert
|
|
|
|
- better Xr
|
|
|
|
- sort options
- avoid line split
|
|
This is a regression introduced during conversion from perror(3) to err(3)
OK mickey@
|
|
|
|
|
|
ok rohee@ espie@
|
|
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
o don't fmt lines that start with '.' to avoid hosing *roff
o add -n flag to disable above behavior (undocumented feature in old fmt)
Patch from Ruslan Ermilov (FreeBSD)
|
|
section back in.
|
|
Some KNF
Call setlocale()
Remove some silliness for non-BSD systems
|
|
|
|
|
|
|
|
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
|
|
ok millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|