| Age | Commit message (Expand) | Author |
| 2004-01-04 | Remove unused code left over from temporary printescaped functionality. | jschauma |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-09-14 | Following private discussion with kleink@ and hubertf@ and public discussion | jschauma |
| 2003-08-27 | Include "config.h" if building as a host program. | uwe |
| 2003-08-27 | Add missing "." | junyoung |
| 2003-08-25 | This is a host tool, so for the time being change SIZE_T_MAX to the | kleink |
| 2003-08-13 | use bounded string op | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-04 | As discusses a little while back on tech-userlevel: | jschauma |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2002-09-25 | New policy: New sentences start on a new line. | wiz |
| 2002-09-13 | Don't use MAX(); not all systems have it, and this is a host tool. | thorpej |
| 2002-07-03 | The el option is an extention. | enami |
| 2002-06-11 | Rather than (ab)using the standard error message for EFTYPE, print our own | bjh21 |
| 2002-06-11 | Only use __RCSID() and __COPYRIGHT() if they're defined. | bjh21 |
| 2002-06-10 | Add wrapper around bsd.prog.mk include in preparation for this becoming a | mason |
| 2002-06-10 | Add -l option to cat(1), as discussed on tech-userlevel. This option | mason |
| 2002-05-15 | Consistent wording: `regular' files, not `plain' ones; from Giorgos | kleink |
| 2002-05-09 | Simplify previous - sbuf.st_blksize is a uint32_t, so just use | simonb |
| 2002-05-09 | Fix oversight in last. | thorpej |
| 2002-05-09 | Skip a check that is always true if _LP64 is defined. | thorpej |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2001-12-20 | Sort sections, drop unnecessary .Pps. | wiz |
| 2001-12-20 | Whitespace nits. | wiz |
| 2001-11-03 | change from WARNS?=1 to WARNS?=2 for bin/ | lukem |
| 2001-09-16 | Some KNF, via patch by Petri Koistinen in private mail. | wiz |
| 2001-07-29 | Some style improvements. [Nearly] #13592 by Petri Koistinen. | wiz |
| 2001-01-03 | Un-__P and ANSIfy | mjl |
| 2001-01-03 | Sync usage w/ options, remove bogus cast. | mjl |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES as | kleink |
| 2000-08-28 | Add 'RETURN VALUE' section header. | hubertf |
| 2000-08-02 | Use .At v1 macro instead of spelling out AT&T Unix version 1. | jwise |
| 2000-07-31 | don't use the "f" flag to fopen when -f is not specified (from Chuck Cranor) | christos |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-01-15 | Add a -f fflag that makes sure that we only try to read from plain files | christos |
| 2000-01-09 | Slightly modified small fixes from Richard Rauch in PR bin/9150 | abs |
| 1999-07-08 | Make this compile with WARNS = 2 | christos |
| 1999-04-26 | Fix buffer allocation in function `raw_cat'. It was possible to get a | hannken |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-11 | Patch from PR#5156 to adjust buffer size to match filesystem block size | fair |
| 1998-07-28 | Delint. | mycroft |
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair |
| 1998-01-27 | Fix the EOL-indicators ('$') toggled by the `-e' option to be lined up | kleink |
| 1997-11-05 | lint | cgd |
| 1997-10-20 | Fix .Nm usage. | enami |
| 1997-07-20 | Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc | christos |
| 1997-07-20 | Add WARNS. | thorpej |
| 1997-07-20 | __COPYRIGHT()/__RCSID()/prototype police. | thorpej |
| 1997-06-26 | When allocating a buffer failed, don't fail silently. | kleink |
| 1997-04-27 | Indicate file handling failures by exit codes >0; fixes PR/3538 from | kleink |