Age | Commit message (Expand) | Author |
2016-01-01 | Improve error message for sed -i by appending strerror(errno). | tb |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-10-26 | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) | Jeremie Courreges-Anglas |
2015-10-26 | Use error(FATAL) instead of what was previously err(1,...) | Jeremie Courreges-Anglas |
2015-10-26 | Rename err() to error() to prevent confusion with the stdlib function. | mmcc |
2015-10-25 | Write error message instead of duplicated file name on error. | Tobias Stoeckmann |
2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | sed only works on files, so the obvious goal is to remove it's network | Theo de Raadt |
2015-07-20 | fix eyesore whitespace | Jasper Lievisse Adriaanse |
2015-07-19 | figure out the linewidth at initialization, rather than late | Theo de Raadt |
2015-07-19 | Print strerror, not just the filename, if opening the inplace file fails. | Stuart Henderson |
2015-07-18 | various fixes; ok jasper | Jason McIntyre |
2015-07-17 | add missing prototype | Jasper Lievisse Adriaanse |
2015-07-17 | 7 space indents?? | Theo de Raadt |
2015-07-17 | add -i flag to sed to do in-place editing; mostly based on freebsd | Jasper Lievisse Adriaanse |
2015-06-23 | POSIX specifies that that multiple '!' characters preceding a | Todd C. Miller |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-13 | correct multiplication idiom during xreallocarray, and expand appendnum | Theo de Raadt |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2014-12-12 | Bounds check the file path used in the 'w' command. Modified version | Jonathan Gray |
2014-12-12 | Rework the pointer swap in the 'P' command to make the intent | Jonathan Gray |
2014-12-01 | sed has a xreallocarray(), but two n*s cases were not replaced | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-10-22 | make the description of the syntax of function lists agree | Ingo Schwarze |
2014-10-08 | add a xreallocarray() like the existing fatal xmalloc(), and use it to | Theo de Raadt |
2014-05-27 | paste in an EXAMPLES section, from posix spec; | Jason McIntyre |
2014-05-27 | there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7) | Jason McIntyre |
2014-05-26 | tweak the text for -a and function lists; | Jason McIntyre |
2014-05-26 | rework the SED FUNCTIONS text; | Jason McIntyre |
2014-05-26 | the `P' function was crying out for a comma; | Jason McIntyre |
2014-05-26 | posix does not count `!' as a separate function, and neither should we; | Jason McIntyre |
2014-05-26 | remove the ugly hack that saw two It macros used to render one item; replace | Jason McIntyre |
2013-11-28 | unsigned char for ctype | Theo de Raadt |
2011-09-17 | Rewrite the main loop of the "sed s/..." command, to fix multiple | Ingo Schwarze |
2011-07-26 | Backout previous, naddy@ found the following regression: | Ingo Schwarze |
2011-07-24 | Rewrite the main loop of the "sed s/..." command, shortening it by ten | Ingo Schwarze |
2010-11-15 | NUL-terminate buffer in compiler_text() after realloc, not before. | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-01 | Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation | Christian Weisgerber |
2010-07-01 | Allow [ to be used as a delimiter. | Christian Weisgerber |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-23 | When adding text due to an a, c, or i command, don't eat the space(s) at | Reyk Floeter |
2009-08-07 | tweak previous; | Jason McIntyre |
2009-08-07 | add -E flag to compile regular expressions using the extended POSIX | Damien Miller |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-16 | Move memory allocation closer to where it is needed. Also make | Todd C. Miller |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |