Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | obrien | 2001-07-24 | 1 | -6/+12 |
| | | | | implementation. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | More egcs warning fixes: | imp | 1999-04-25 | 1 | -2/+3 |
| | | | | | | | | | | 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 | ||||
* | Compile -Wall | archie | 1998-12-07 | 1 | -2/+2 |
| | |||||
* | Make 'y' command 8bit clean | ache | 1998-04-29 | 1 | -2/+2 |
| | | | | PR: 6458 | ||||
* | Remove local redefinition for err(). Add usage(). | charnier | 1997-08-11 | 1 | -18/+20 |
| | |||||
* | Localize it | ache | 1996-08-11 | 1 | -2/+2 |
| | | | | 8bit cleanup | ||||
* | Merge various fixes from NetBSD. This will allow the WordPerfect for | jkh | 1995-08-16 | 1 | -16/+18 |
| | | | | SCO installation to run all the way through (some POSIX fixes). | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -5/+5 |
| | |||||
* | Correct a bug in the P function: according to 7th edition UNIX (tm), the | jmz | 1995-02-06 | 1 | -1/+1 |
| | | | | | | | | | newline must be part of the pattern space i.e. `echo a|sed -e P' must print a a and not aa This is consistent with gnu sed, SunOS, Ultrix (and probably others!) | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+629 |