Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - get the spacing right for -e, -i, -n, and -s | 2014-04-15 | 1 | -4/+4 | |
| | | | | | | - macro cleanup ok millert sobrado | ||||
* | unsigned char casts for ctype | 2013-11-26 | 1 | -7/+7 | |
| | | | | ok krw | ||||
* | Correct format string mismatches turned up by -Wformat=2 | 2013-08-22 | 1 | -2/+5 | |
| | | | | suggestions and ok millert@ | ||||
* | struct timezone is so 1980 | 2013-04-18 | 1 | -5/+4 | |
| | |||||
* | fix potential use of uninitialized variable. | 2010-08-25 | 1 | -2/+2 | |
| | | | | | | reported by gcc. ok jasper@ | ||||
* | several fixes from netbsd: | 2010-08-17 | 1 | -102/+135 | |
| | | | | | | | | Coverity CID 1660: Plug memory leaks. Coverity CID 2989: Use the error path to return. Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens. ok otto@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -12/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | malloc(n * m) -> calloc(n, m); | 2009-02-07 | 1 | -3/+3 | |
| | | | | ok ray@ moritz@ | ||||
* | If memory allocation fails during error message buffering, print all hold | 2008-04-18 | 1 | -4/+9 | |
| | | | | | | back messages and exit. ok millert | ||||
* | last commit broke the tree because of missing parentheses. | 2007-09-03 | 1 | -3/+3 | |
| | | | | ok henning@ | ||||
* | sizeof char is 1; ok djm | 2007-09-03 | 1 | -16/+16 | |
| | |||||
* | - make synopsis and usage() match the order of the options list | 2007-03-03 | 1 | -5/+5 | |
| | | | | | | - kill a raft of unneeded .Bk/.Ek mostly from Igor Sobrado | ||||
* | Some cleanup including: | 2007-02-20 | 1 | -25/+35 | |
| | | | | | | | | | - use sig_atomic_t signal handler flag - atoi() -> strtonum() conversion - remove vararg without matching fmt string - some more lint/gcc silencing ok millert@ ray@ | ||||
* | dont compare int with NULL, compare to 0 instead, otto@ ok | 2004-06-21 | 1 | -3/+3 | |
| | |||||
* | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | 2003-11-09 | 1 | -11/+11 | |
| | |||||
* | protos | 2003-08-04 | 1 | -3/+3 | |
| | |||||
* | de-register and ansification; millert ok | 2003-06-12 | 1 | -58/+19 | |
| | |||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -5/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | arguement -> argument | 2002-04-30 | 1 | -3/+3 | |
| | |||||
* | make sure that va_start() has matching va_end() | 2001-11-29 | 1 | -2/+3 | |
| | | | | millert@ help&ok | ||||
* | kill more registers | 2001-11-19 | 1 | -47/+47 | |
| | | | | millert@ ok | ||||
* | guess what! more signal race fixes... | 2001-11-19 | 1 | -82/+89 | |
| | |||||
* | use _exit() in signal handler | 2001-11-02 | 1 | -4/+4 | |
| | |||||
* | Don't convert a single space before a tab stop into a tab when the -i | 2001-05-24 | 1 | -2/+17 | |
| | | | | | | option is passed, as stated in the manual page. From NetBSD PR 5797 fix. millert@ ok | ||||
* | please binutils in the absence of perfect weak symbols | 2001-02-05 | 1 | -37/+37 | |
| | |||||
* | seperate -> separate, okay aaron@ | 2000-11-10 | 1 | -3/+3 | |
| | |||||
* | the -s option was broken; spotted by tstromberg@rtci.com on freebsd-audit, but i have not seen them fix any of the bugs | 1999-12-03 | 1 | -7/+8 | |
| | |||||
* | make private version of getopt() return -1, not EOF | 1999-05-23 | 1 | -4/+4 | |
| | |||||
* | revised to handle form feeds, bugs fixed etc | 1997-04-23 | 1 | -1452/+1622 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -3/+3 | |
| | |||||
* | pr -F would sometimes fail to properly use formfeeds. | 1996-08-10 | 1 | -6/+14 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1809 | |