aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed/process.c
Commit message (Expand)AuthorAgeFilesLines
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derivedDiomidis Spinellis2004-08-091-4/+0
* Make the 'y' (translate) command aware of multibyte characters.Tim J. Robbins2004-07-141-3/+59
* Overhaul lputs() to deal with multibyte characters, characters that takeTim J. Robbins2004-07-131-24/+53
* Reimplement in-place editing in a slightly less disgusting manner. Also,Dag-Erling Smørgrav2003-11-041-19/+21
* Whitespace cleanupDag-Erling Smørgrav2003-11-041-11/+11
* ANSIfyDag-Erling Smørgrav2003-11-041-23/+10
* Change the buffer length test in NEEDSP() so that it does notTim J. Robbins2003-11-021-1/+2
* Do not dribble zero bytes into the output, by replacing an obfuscated ifTony Finch2003-06-051-4/+1
* Fix substitution when the regex matches the zero-length string.Tony Finch2003-06-041-5/+6
* Initialize a variable in order to fix when faced with picky compilers.Eric Melville2002-09-201-0/+2
* Correct boundary condition error in `D' and `P' commands when the lastTim J. Robbins2002-08-111-6/+3
* s/inline/__inline/Mark Murray2002-07-191-4/+4
* Make cspace()'s second argument const. Make `escapes' in lputs() const.Tim J. Robbins2002-07-081-2/+3
* Avoid checking whether each line is the last line of the file when we don'tTim J. Robbins2002-07-031-1/+1
* Don't let the pattern space become null if the `x' command is used when theTim J. Robbins2002-07-031-0/+2
* Fix off by one in `y' (transliterate) command which caused the last characterTim J. Robbins2002-06-241-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'Tim J. Robbins2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,Tim J. Robbins2002-06-221-11/+10
* Don't write escape newlines with `l' command (SUSv3)Tim J. Robbins2002-06-101-3/+3
* Correctly handle global substitutions where the pattern is only "$", theTim J. Robbins2002-06-101-0/+3
* Wrap lines correctly for the `l' command.Tim J. Robbins2002-06-041-1/+1
* Ignore COLUMNS environment variable if it is empty (SUSv3)Tim J. Robbins2002-06-041-1/+1
* More consistancy. file system > filesystemTom Rhodes2002-05-161-1/+1
* Fix sed(1) in the case where a last line is specified and hold space is notJuli Mallett2002-04-071-3/+5
* Fix sed(1) behaviour for 'G' when given null holdspace by making sure itJuli Mallett2002-04-051-0/+2
* remove __PWarner Losh2002-03-221-6/+6
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.Mark Murray2001-12-121-11/+10
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsDavid E. O'Brien2001-07-241-6/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Compile -WallArchie Cobbs1998-12-071-2/+2
* Make 'y' command 8bit cleanAndrey A. Chernov1998-04-291-2/+2
* Remove local redefinition for err(). Add usage().Philippe Charnier1997-08-111-18/+20
* Localize itAndrey A. Chernov1996-08-111-2/+2
* Merge various fixes from NetBSD. This will allow the WordPerfect forJordan K. Hubbard1995-08-161-16/+18
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Correct a bug in the P function: according to 7th edition UNIX (tm), theJean-Marc Zucconi1995-02-061-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+629