summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed (follow)
Commit message (Expand)AuthorAgeFilesLines
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-3/+3
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* sed only works on files, so the obvious goal is to remove it's networkderaadt2015-10-031-1/+9
* fix eyesore whitespacejasper2015-07-201-6/+6
* figure out the linewidth at initialization, rather than latederaadt2015-07-192-20/+17
* Print strerror, not just the filename, if opening the inplace file fails.sthen2015-07-191-2/+3
* various fixes; ok jasperjmc2015-07-182-16/+11
* add missing prototypejasper2015-07-171-1/+2
* 7 space indents??deraadt2015-07-171-24/+22
* add -i flag to sed to do in-place editing; mostly based on freebsdjasper2015-07-175-108/+276
* POSIX specifies that that multiple '!' characters preceding amillert2015-06-231-2/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-4/+6
* correct multiplication idiom during xreallocarray, and expand appendnumderaadt2015-04-132-9/+11
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-192-2/+2
* Bounds check the file path used in the 'w' command. Modified versionjsg2014-12-121-2/+5
* Rework the pointer swap in the 'P' command to make the intentjsg2014-12-121-4/+5
* sed has a xreallocarray(), but two n*s cases were not replacedderaadt2014-12-011-7/+7
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* make the description of the syntax of function lists agreeschwarze2014-10-221-10/+5
* add a xreallocarray() like the existing fatal xmalloc(), and use it toderaadt2014-10-083-5/+16
* paste in an EXAMPLES section, from posix spec;jmc2014-05-271-1/+29
* there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7)jmc2014-05-271-4/+2
* tweak the text for -a and function lists;jmc2014-05-261-8/+8
* rework the SED FUNCTIONS text;jmc2014-05-261-19/+27
* the `P' function was crying out for a comma;jmc2014-05-261-3/+3
* posix does not count `!' as a separate function, and neither should we;jmc2014-05-261-5/+6
* remove the ugly hack that saw two It macros used to render one item; replacejmc2014-05-261-102/+86
* unsigned char for ctypederaadt2013-11-282-7/+9
* Rewrite the main loop of the "sed s/..." command, to fix multipleschwarze2011-09-171-49/+44
* Backout previous, naddy@ found the following regression:schwarze2011-07-261-43/+49
* Rewrite the main loop of the "sed s/..." command, shortening it by tenschwarze2011-07-241-49/+43
* NUL-terminate buffer in compiler_text() after realloc, not before.millert2010-11-151-2/+3
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationnaddy2010-07-011-7/+10
* Allow [ to be used as a delimiter.naddy2010-07-011-2/+2
* remove references to docs we no longer install;jmc2010-01-101-5/+2
* Stop installing many of the incredibly dated and un-authoritative share/docderaadt2010-01-041-6/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-27/+4
* When adding text due to an a, c, or i command, don't eat the space(s) atreyk2009-10-231-3/+2
* tweak previous;jmc2009-08-071-11/+14
* add -E flag to compile regular expressions using the extended POSIXdjm2009-08-074-16/+29
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* Move memory allocation closer to where it is needed. Also makemillert2008-10-163-46/+46
* Now that len is set later in compile_subst() we need to move themillert2008-10-091-5/+5
* In compile_subst(), adjust for the fact that the initial buffermillert2008-10-091-3/+6
* Don't strip newline when reading lines; matches the original behavior.millert2008-10-091-4/+2
* Allow sed to handle arbitrarily long lines. Also plug a memorymillert2008-10-084-47/+84
* The 'l' command should not encode newlines. Also document thatmillert2008-10-072-9/+9
* There is no /usr/old/bin/sed so compare test results against /usr/bin/sedmillert2008-10-071-3/+3
* note that the opening delimiter of a context address should be precededjmc2008-09-011-3/+5