Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add incorrect multibyte character handling to the already long list | tjr | 2004-07-15 | 1 | -1/+3 |
| | | | | of bugs. | ||||
* | Use freopen() instead of a nasty hack. | tjr | 2004-07-15 | 1 | -2/+1 |
| | |||||
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
| | | | | PR: docs/37176 | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -13/+8 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -2/+3 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 1 | -5/+5 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Fix a trivial warning and clamp down with WARNS=2 | kris | 2001-05-26 | 2 | -5/+7 |
| | | | | MFC after: 1 week | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Start enumerate option with `The following options are available' like | charnier | 2000-07-24 | 2 | -21/+19 |
| | | | | | | | most of the utilities. .Nm prog -> .Nm Remove unused include Make use of getopt() instead of parsing params by hand. | ||||
* | Don't call err() with no format string. | kris | 2000-07-10 | 1 | -1/+5 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 | ||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+2 |
| | | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr | ||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |
| | |||||
* | -Wall cleanup. | alex | 1997-12-29 | 1 | -2/+12 |
| | |||||
* | Remove use of progname. Add usage(). | charnier | 1997-06-26 | 1 | -7/+13 |
| | |||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+364 |