Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -14/+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 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -8/+8 |
| | |||||
* | 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 | -6/+6 |
| | |||||
* | Remove the misnamed `xmalloc' and replace its uses with the realloc (along | obrien | 2001-07-24 | 1 | -19/+11 |
| | | | | with error checking) that it actually was. | ||||
* | Add the -p flag to force unknown control sequences to be passed | mikeh | 2001-06-17 | 1 | -3/+8 |
| | | | | | | | | through unchanged. Reviewed by: silence on -audit Obtained from: NetBSD MFC after: 3 weeks | ||||
* | Use err(3) and style(9) cleanup. | mikeh | 2001-06-17 | 1 | -21/+13 |
| | | | | MFC after: 2 weeks | ||||
* | Fix a trivial warning and clamp down with WARNS=2 | kris | 2001-05-26 | 1 | -0/+1 |
| | | | | MFC after: 1 week | ||||
* | Document the -h option. | dd | 2001-05-11 | 1 | -1/+1 |
| | |||||
* | Use errx(). .Nm fixes | charnier | 2000-03-26 | 1 | -8/+8 |
| | |||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 1 | -2/+2 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Merge from Lite2 | peter | 1997-03-11 | 1 | -1/+5 |
| | |||||
* | Add setlocale LC_CTYPE | ache | 1995-10-24 | 1 | -0/+3 |
| | |||||
* | Obtained from: looked at the fix in 1.1.5 and rewrote it | bde | 1995-01-17 | 1 | -8/+18 |
| | | | | Fix entabbing. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+534 |