aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* MFC version 1.30Diomidis Spinellis2003-08-011-2/+6
* MFC version 1.3Diomidis Spinellis2003-08-011-11/+19
* Sync with -CURRENT: s///g and s///N fixes and warning reduction.Tony Finch2003-06-131-9/+9
* MFC: Sync up with current to fix various mdoc(7) issues which include:Tom Rhodes2003-02-241-6/+3
* MFC: Correct boundary condition error in `D' and `P' commands when last lineTim J. Robbins2002-08-172-12/+15
* MFC 1.27 (in-place fixes).Tony Finch2002-08-061-28/+26
* MFC: Avoid checking whether each line is the last line of the file when weTim J. Robbins2002-07-176-54/+56
* MFC: Revision 1.24; don't allow the hold space to become null.Tim J. Robbins2002-07-071-0/+2
* Follow the trend of doing a sync of sed(1) between RELENG_4 and HEAD!Juli Mallett2002-06-271-6/+6
* MFC 1.23 - fix off-by-one in sed transliterate cmdMatthew Dillon2002-06-271-1/+1
* MFC: `sed -i'.David E. O'Brien2002-06-266-119/+231
* MFC compile.c::Juli Mallett2002-06-251-4/+24
* MFC: rev.1.20 bugfix.Maxim Sobolev2002-04-261-1/+1
* MFC: 1.20 - Remove duplicated text.Giorgos Keramidas2002-04-241-2/+1
* Initialise a pointer to NULL at the beginning of the function to quiet gcc.Juli Mallett2002-04-201-0/+2
* MFC 1.15, fixes nil pattern space resulting in incorrect behaviour, seeJuli Mallett2002-04-121-3/+5
* MFC 1.14: fixed behaviour for 'G' when given null holdspace.Juli Mallett2002-04-061-0/+2
* MFC:Mike Heffner2001-11-295-59/+59
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-15/+5
* MFC: 1.15 (fixed memory leak in compile_text()).Ruslan Ermilov2001-05-181-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-2/+2
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-42/+39
* MFC: sed -E (extended regular expressions, i.e. standard)Brian Feldman2000-09-204-10/+26
* Correct typo in variable name.Kris Kennaway2000-05-121-1/+1
* MFC: v1.12Nick Sayer2000-05-111-1/+5
* PR: 10850Bill Swingle2000-02-151-6/+10
* Escape the ':' so that is actually makes it into the double quotes.Steve Price1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Fix a new bug introduced by the previous bug fixArchie Cobbs1998-12-083-10/+23
* Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.Archie Cobbs1998-12-071-3/+6
* Compile -WallArchie Cobbs1998-12-072-2/+3
* Terminate our output string correctly if we've gotBrian Somers1998-09-221-1/+2
* Make 'y' command 8bit cleanAndrey A. Chernov1998-04-291-2/+2
* Remove local redefinition for err(). Add usage().Philippe Charnier1997-08-117-155/+135
* Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Add a missing '\' to some text.Mike Pritchard1997-03-121-1/+1
* fix C programmer's bug number 12.2Wolfram Schneider1996-11-171-3/+8
* Fix the C programmer's bug #1: EOF is of type `int', not `char'.Joerg Wunsch1996-11-171-6/+2
* Make it at least semi-workedAndrey A. Chernov1996-08-111-2/+2
* Localize itAndrey A. Chernov1996-08-113-5/+7
* Yet^2 another fix for the line continuation bug.Bruce Evans1996-07-171-5/+5
* Yet another fix for the line continuation bug in sed. Keith's patchDavid Greenman1996-06-261-7/+5
* Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing withDavid Greenman1996-06-191-5/+7
* Merge various fixes from NetBSD. This will allow the WordPerfect forJordan K. Hubbard1995-08-163-47/+87
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-8/+8