| History log of /src/usr.bin/fold |
| Revision | Date | Author | Comments |
| 1.3 | 01-Sep-1995 |
jtc | Sync with 4.4lite2
|
| 1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 01-Sep-1995 |
jtc | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.17 | 12-May-2012 |
wiz | Remove trailing whitespace.
|
| 1.16 | 12-May-2012 |
reed | Change or add history. I checked the 1bsd archives and this first appeared in 1BSD (before it was known as 1BSD). I looked at code and later sccs history to confirm. In the case of rewritten code, we are not consistent in manpages indicating that history.
|
| 1.15 | 12-May-2012 |
reed | Clarify description of -s switch.
|
| 1.14 | 15-Sep-2011 |
wiz | branches: 1.14.2; Add argument in options table. Resize to fit.
|
| 1.13 | 15-Sep-2011 |
wiz | Mark file argument(s) as being optional (as does the usage message from fold.c, which is correct); minor spelling correction; note `width' as being an argument to `-w'; reference fmt(1) in `SEE ALSO' section.
From Snader_LB.
|
| 1.12 | 14-May-2010 |
joerg | Fix section order. Use .Ex -std
|
| 1.11 | 21-Jul-2009 |
ahoka | Modify to support multibyte characters.
|
| 1.10 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.9 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.8 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
| 1.7 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
| 1.6 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
| 1.5 | 01-Sep-1995 |
jtc | Sync with 4.4lite2
|
| 1.4 | 28-Aug-1993 |
jtc | Document the fact that fold is POSIX.2 compliant. Update usage string.
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 | 19-Jul-1993 |
jtc | Make POSIX 1003.2 (D11.2) compliant by adding -s (split at blank) and -b (count bytes, not column positions) flags.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 01-Sep-1995 |
jtc | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.14.2.1 | 23-May-2012 |
yamt | sync with head.
|
| 1.17 | 04-Sep-2011 |
joerg | static + __dead
|
| 1.16 | 21-Jul-2009 |
ahoka | Modify to support multibyte characters.
|
| 1.15 | 29-Oct-2008 |
ahoka | Increase last_space only after we wrote the line, so we don't end up with a trailing space at the end of almost every line.
|
| 1.14 | 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.13 | 16-Oct-2003 |
itojun | branches: 1.13.34; safer use of realloc
|
| 1.12 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
| 1.11 | 08-Sep-2000 |
mjl | Un-__P and ANSIfy.
|
| 1.10 | 08-Sep-2000 |
mjl | Use errx(), add usage().
|
| 1.9 | 07-Feb-1999 |
frueauf | Fix fold not to break line too early in word boundary (-s) mode. Provided in pr 6956 by Wolfgang Helbig.
|
| 1.8 | 20-Oct-1997 |
mrg | fix compiler warnings on the sparc. minor KNF.
|
| 1.7 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
| 1.6 | 01-Sep-1995 |
jtc | Sync with 4.4lite2
|
| 1.5 | 13-Oct-1993 |
jtc | #include <unistd.h>, so getopt(), optarg, opterr, optind, and optopt declarations can be removed from <stdlib.h>.
|
| 1.4 | 28-Aug-1993 |
jtc | Document the fact that fold is POSIX.2 compliant. Update usage string.
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 | 19-Jul-1993 |
jtc | Make POSIX 1003.2 (D11.2) compliant by adding -s (split at blank) and -b (count bytes, not column positions) flags.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 01-Sep-1995 |
jtc | imported from 44lite2
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.13.34.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|