Age | Commit message (Expand) | Author |
2024-08-28 | Fix the case where the pattern space is empty but does not start | Todd C. Miller |
2024-07-17 | sed: use warn()/err() where appropriate | Todd C. Miller |
2024-07-17 | Display an error message for "sed -i" if the file is unwritable | Todd C. Miller |
2024-06-18 | Rename mf_fgets() and cu_fgets() to mf_getline() and cu_getline(). | Todd C. Miller |
2023-02-08 | sed: add missing void to avoid -Wstrict-prototype with clang 15 | Theo Buehler |
2022-12-28 | the S in CSRC is Science not Sciences | Jonathan Gray |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-09-14 | clarify behaviour when the second address in a range is smaller than | Jason McIntyre |
2022-08-03 | sed(1) first appeared outside of Bell Labs in PWB/UNIX 1.0 | Jonathan Gray |
2022-01-12 | Make lputs use psl instead of expecting it to be null-terminated. | Martijn van Duren |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-01-31 | replace fgetln(3) with getline(3) in sed | Christian Weisgerber |
2020-10-16 | double word fixes; from varik valefor | Jason McIntyre |
2020-10-13 | Un-const what we pass to dirname(3). | Martijn van Duren |
2018-12-10 | correct inaccurate and misplaced information in CAVEATS | Ingo Schwarze |
2018-12-08 | revert previous, it breaks regress and the llvm, gtk+2, and gtk+3 ports | Ingo Schwarze |
2018-12-07 | As an extension to POSIX, for consistency with our behaviour for | Ingo Schwarze |
2018-12-06 | Add support for "-" as an input file for stdin as per POSIX. | Martijn van Duren |
2018-11-14 | Make sed's -i flag more compatible with what gsed does. | Martijn van Duren |
2018-08-14 | Improve consistency of the substitution command further. | Ingo Schwarze |
2018-07-11 | Make the output of the list command more sensible for the output device. | Martijn van Duren |
2018-07-11 | Rephrase the wording on the replacement string of the substitute command. | Martijn van Duren |
2018-07-10 | Disentangle the "SED ADDRESSES", "SED REGULAR EXPRESSIONS", | Ingo Schwarze |
2018-07-09 | When using '[' as the delimiter in sed(1) s/// (don't do that, of course) | Ingo Schwarze |
2017-12-19 | Remove EXAMPLES section. | Martijn van Duren |
2017-12-13 | Fix array index by signed char; from martijn@ | Todd C. Miller |
2017-12-13 | Fix sign compare warnings; OK martijn@ | Todd C. Miller |
2017-12-13 | Enable compiler warnings; OK martijn@ | Todd C. Miller |
2017-12-12 | Fix 2 bugs introduced by previous. | Martijn van Duren |
2017-12-11 | Fix and change y command in the following ways: | Martijn van Duren |
2017-12-08 | Make the r command filename obligatory, similar to what FreeBSD and NetBSD | Martijn van Duren |
2017-12-07 | Make the command formatting more consistent. | Martijn van Duren |
2017-08-01 | Apply stricter pledge rules if possible. These are based on the usage of | Martijn van Duren |
2017-07-19 | remove some spacing; ok schwarze | Jason McIntyre |
2017-02-22 | Remove unused-with-dead-store variable oldpsanl. | Tom Cosgrove |
2017-01-21 | Nuke more whitespace caught in the headlights of "warning:" | Kenneth R Westerback |
2017-01-20 | Split error() into error() and warning() so error() can be marked __dead to | Kenneth R Westerback |
2016-10-26 | make it clear that the s/// numeric flag can contain | Ingo Schwarze |
2016-10-11 | Fix an off by one error when no matches were found in a substitute. | Martijn van Duren |
2016-07-14 | make several program to use "chown" promise. | Sebastien Marie |
2016-05-30 | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin | Martijn van Duren |
2016-03-17 | Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. | Anthony J. Bentley |
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 |