Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allocate a zero byte segment. | mikeh | 2001-11-08 | 1 | -1/+4 |
| | | | | | PR: bin/11900 MFC after: 2 weeks | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -12/+4 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its | obrien | 2001-07-24 | 5 | -59/+56 |
| | | | | implementation. | ||||
* | Don't leak memory when compiling text following the `a', `c' or `i' command. | ru | 2001-05-18 | 1 | -1/+1 |
| | | | | | | | | | Testcase: echo FOO | sed "/FOO/c\\ `jot -b 'aaaa\' 500`" Submitted by: Max Khon <fjoe@newst.net> | ||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -36/+33 |
| | |||||
* | Small style fix '=' -> ' = ' | nsayer | 2000-05-11 | 1 | -1/+1 |
| | |||||
* | Fix compatibility issue in sed. Do so by explicitely adding a | nsayer | 2000-05-11 | 1 | -1/+5 |
| | | | | | | newline to the end of any -e argument. PR: bin/18474 | ||||
* | Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -3/+3 |
| | |||||
* | Uncorrupt the SCCS id (s/ From: / /). | green | 2000-03-20 | 1 | -2/+2 |
| | | | | | | Put a tab before the comment for "rflags". Submitted by: bde | ||||
* | Fix a couple hard sentence breaks I inadvertently introduced. Also, | green | 2000-03-20 | 1 | -7/+9 |
| | | | | | | update a bit of English into something easier to read. Prompted by: sheldonh (thanks!) | ||||
* | Add a new flag: -E enables "extended" regular expressions. | green | 2000-03-19 | 4 | -8/+21 |
| | |||||
* | Add $FreeBSD$. | green | 2000-03-19 | 1 | -1/+2 |
| | |||||
* | PR: 10850 | unfurl | 2000-02-15 | 1 | -6/+10 |
| | | | | Submitted by: Scott Hazen Mueller <scott@zorch.sf-bay.org> | ||||
* | Escape the ':' so that is actually makes it into the double quotes. | steve | 1999-12-29 | 1 | -1/+1 |
| | | | | | PR: 15775 Submitted by: Martin Kammerhofer <mkamm@gmx.net> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
| | |||||
* | 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/+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 | ||||
* | Fix a new bug introduced by the previous bug fix | archie | 1998-12-08 | 3 | -10/+23 |
| | |||||
* | Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars. | archie | 1998-12-07 | 1 | -3/+6 |
| | | | | PR: bin/7939 | ||||
* | Compile -Wall | archie | 1998-12-07 | 2 | -2/+3 |
| | |||||
* | Terminate our output string correctly if we've got | brian | 1998-09-22 | 1 | -1/+2 |
| | | | | | | | an ``a'' command that has an escaped newline on the last line of the last script that we're processing. This fixes exmh2/scripts/build when /etc/malloc.conf -> AJ | ||||
* | 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 | 7 | -155/+135 |
| | |||||
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -1/+1 |
| | | | | manpage is being viewed. | ||||
* | 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. | ||||
* | Add a missing '\' to some text. | mpp | 1997-03-12 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD-bugs mailing list PR# 3321 | ||||
* | fix C programmer's bug number 12.2 | wosch | 1996-11-17 | 1 | -3/+8 |
| | | | | submitted by: bruce | ||||
* | Fix the C programmer's bug #1: EOF is of type `int', not `char'. | joerg | 1996-11-17 | 1 | -6/+2 |
| | | | | | | Strong 2.2 candidate. Submitted by: wosch | ||||
* | Make it at least semi-worked | ache | 1996-08-11 | 1 | -2/+2 |
| | |||||
* | Localize it | ache | 1996-08-11 | 3 | -5/+7 |
| | | | | 8bit cleanup | ||||
* | Yet^2 another fix for the line continuation bug. | bde | 1996-07-17 | 1 | -5/+5 |
| | | | | | | | | | | | | The fundamental problem with the original code is that it accesses p[-2] which is one before the beginning of the input buffer for empty lines. rev.1.6 just moved the problem from failures when p[-2] happens to be '\\' to failures when it happens to be '\0'. rev.1.5 was confused about the trailing newline and other things. I went back to rev.1.5 and fixed it. The result is the same as Keith Bostic's final version in PR 1356 except it loses more gracefully for excessively long input lines. | ||||
* | Yet another fix for the line continuation bug in sed. Keith's patch | dg | 1996-06-26 | 1 | -7/+5 |
| | | | | | | introduced a new bug. This fix appears to work correctly. Fixes PR#1350. Submitted by: mark@linus.demon.co.uk (Mark Valentine) | ||||
* | Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing with | dg | 1996-06-19 | 1 | -5/+7 |
| | | | | | | continuation lines. Submitted by: Keith Bostic via Kirk McKusick | ||||
* | Merge various fixes from NetBSD. This will allow the WordPerfect for | jkh | 1995-08-16 | 3 | -47/+87 |
| | | | | SCO installation to run all the way through (some POSIX fixes). | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -8/+8 |
| | |||||
* | Sed dumps core when linked with some coalescing malloc because it | joerg | 1995-04-05 | 1 | -0/+2 |
| | | | | | | doesn't initialize malloced structure. Submitted by: vode@hut.fi | ||||
* | Fix spelling error (scipt -> script). | rgrimes | 1995-02-23 | 1 | -1/+1 |
| | | | | | Submitted by: <jhawk@MIT.EDU> Obtained from: NetBSD-bugs mailling list | ||||
* | 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!) | ||||
* | Submitted by: Philippe Charnier | ats | 1994-12-01 | 1 | -1/+1 |
| | | | | Fixed a little typo: lable -> label. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 12 | -0/+3631 |