OpenBSD CVS

CVS log for src/usr.bin/fmt/fmt.1


[BACK] Up to [local] / src / usr.bin / fmt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 24 13:46:58 2016 UTC (7 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, HEAD
Changes since 1.29: +7 -7 lines
Diff to previous 1.29 (colored)

Unify wording for LC_CTYPE in ENVIRONMENT:
* Consistently use "character encoding locale" as suggested by stsp@.
* Resolve various gratuitious wording variations.
OK jmc@.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Dec 15 17:48:16 2015 UTC (8 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

missing space in previous;

Revision 1.28 / (download) - annotate - [select for diffs], Tue Dec 15 16:26:17 2015 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
Changes since 1.27: +15 -2 lines
Diff to previous 1.27 (colored)

UTF-8 support; does not yet handle the -c option.
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@

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 11 19:20:18 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
Changes since 1.26: +3 -7 lines
Diff to previous 1.26 (colored)

avoid gratuitious use of the low-level .br request

Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 28 21:51:56 2015 UTC (9 years, 2 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.25: +2 -4 lines
Diff to previous 1.25 (colored)

Reduce usage of predefined strings in manpages.

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@

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 17 08:13:48 2012 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

tweak previous;

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 17 04:26:28 2012 UTC (12 years, 4 months ago) by lum
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23 (colored)

Change the exit value on errors to be more 4.4BSD like. Use the sum of
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)

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 15 11:43:45 2012 UTC (12 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.22: +9 -4 lines
Diff to previous 1.22 (colored)

Document the EXIT STATUS and remove an outdated related comment.

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@.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Oct 28 21:32:54 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.21: +4 -7 lines
Diff to previous 1.21 (colored)

more roff adjustments;

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 31 19:20:10 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

convert to new .Dd format;

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 29 20:35:32 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.19: +9 -11 lines
Diff to previous 1.19 (colored)

- clean up the !}fmt section
- better Xr

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 29 20:18:50 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.18: +12 -11 lines
Diff to previous 1.18 (colored)

various improvements;

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 29 20:09:27 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.17: +25 -25 lines
Diff to previous 1.17 (colored)

- sync synopsis and usage()
- sort options
- avoid line split

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 10 09:12:10 2003 UTC (20 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line

ssh pages ok markus@

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:08 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.15: +2 -6 lines
Diff to previous 1.15 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Nov 29 00:33:06 2001 UTC (22 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.14: +14 -3 lines
Diff to previous 1.14 (colored)

Restore historic behavior:
 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)

Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 28 22:09:28 2001 UTC (22 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.13: +22 -17 lines
Diff to previous 1.13 (colored)

Some minor format beautification from FreeBSD and add the AUTHORS
section back in.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 5 16:34:54 2001 UTC (22 years, 8 months ago) by jakob
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

oops

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 5 16:33:34 2001 UTC (22 years, 8 months ago) by jakob
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

grammar; PR#2048

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:09 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 25 15:35:42 2000 UTC (23 years, 10 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.9: +17 -2 lines
Diff to previous 1.9 (colored)

allow 'fmt -w width' and 'fmt -width'.
ok millert@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 7 21:11:08 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.8: +16 -12 lines
Diff to previous 1.8 (colored)

Various cleanup.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 5 00:28:53 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Finish standardizing options list introduction.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 4 11:53:54 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

correct use of .Nm; some other formatting nits

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 16 02:38:49 1998 UTC (25 years, 5 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

more .Nm fixes

Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 26 19:54:44 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.4: +4 -5 lines
Diff to previous 1.4 (colored)

usr.bin/ man page fixes, f-m.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 25 23:02:26 1998 UTC (26 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.3: +66 -14 lines
Diff to previous 1.3 (colored)

fmt(1) rewrite by Gareth McCaughan.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 9 23:58:42 1997 UTC (27 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

Updates file(1) to version 3.22 by way to NetBSD.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 26 05:33:20 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:15 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:15 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.