summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-111-5/+3
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-098-32/+0
* Document the limitation that multibyte characters cannot be used astjr2004-07-171-1/+6
* Document the -E and -a options as being extensions.tjr2004-07-141-2/+5
* Update BUGS section to reflect current state of multibyte character support.tjr2004-07-141-4/+11
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-145-17/+145
* Overhaul lputs() to deal with multibyte characters, characters that taketjr2004-07-131-24/+53
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+14
* Removed trailing whitespace.ru2004-07-021-1/+1
* Plug a file descriptor leak.brian2004-06-031-7/+13
* A new version that does exponents and lots of other neat things. Updatesmkelly2004-05-011-59/+335
* Avoid using .Nm at the start of the sentence.charnier2004-01-041-3/+2
* Fix the case where the file is not in the current directory.des2003-11-041-1/+2
* Reimplement in-place editing in a slightly less disgusting manner. Also,des2003-11-043-91/+84
* Whitespace cleanupdes2003-11-042-21/+21
* ANSIfydes2003-11-044-78/+33
* Correct style bugs in the in-place editing code.des2003-11-041-2/+2
* Change the buffer length test in NEEDSP() so that it does nottjr2003-11-021-1/+2
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.dds2003-07-221-2/+6
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-221-11/+19
* Do not dribble zero bytes into the output, by replacing an obfuscated iffanf2003-06-051-4/+1
* Fix substitution when the regex matches the zero-length string.fanf2003-06-041-5/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* mdoc(7) police: markup polishing.ru2002-11-261-6/+3
* Initialize a variable in order to fix when faced with picky compilers.eric2002-09-201-0/+2
* Correct boundary condition error in `D' and `P' commands when the lasttjr2002-08-111-6/+3
* Fix some bugs in in-place editing:fanf2002-07-301-28/+26
* Ignore leading semicolons on commands; required by SUSv3.tjr2002-07-301-2/+8
* s/inline/__inline/markm2002-07-191-4/+4
* Make cspace()'s second argument const. Make `escapes' in lputs() const.tjr2002-07-082-3/+4
* Silence WARNS=4 by passing a non-const buffer to regerror(). Since ittjr2002-07-081-1/+1
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)tjr2002-07-041-1/+1
* Note that two carriage returns aren't required after entering thetjr2002-07-031-2/+3
* Avoid checking whether each line is the last line of the file when we don'ttjr2002-07-033-25/+29
* Don't let the pattern space become null if the `x' command is used when thetjr2002-07-031-0/+2
* Sort sections, and refer to sed as a utility, not a function.tjr2002-06-251-6/+6
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'tjr2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-222-11/+12
* Kill superfluous blank line.sobomax2002-06-171-1/+0
* Correct the handling of (for example) the N command by only zeroing thetjr2002-06-161-1/+2
* Exit with non-zero status if an input file can not be opened. This wastjr2002-06-141-0/+1
* Fix one serious bug and one potential problem with in-place editing code:sobomax2002-06-141-70/+60
* Refer to environ(7) for description of COLUMNS instead of describing ittjr2002-06-101-10/+9
* The 10 occurrence limit for the `s' command documented here has not existedtjr2002-06-101-3/+4
* Newlines are not escaped anymore.tjr2002-06-101-2/+0
* Don't write escape newlines with `l' command (SUSv3)tjr2002-06-101-3/+3
* Correctly handle global substitutions where the pattern is only "$", thetjr2002-06-101-0/+3
OpenPOWER on IntegriCloud