summaryrefslogtreecommitdiff
path: root/sed
Commit message (Expand)AuthorAgeFilesLines
* maint: update Gnulib library listPaul Eggert2023-01-301-2/+2
* sed: fix int width in declPaul Eggert2023-01-301-1/+1
* maint: quote 'like this' not `like this'Paul Eggert2023-01-306-75/+75
* build: accommodate ACL change in updated gnulibBruno Haible2023-01-291-1/+1
* maint: reword to avoid a too-long-line warningJim Meyering2023-01-011-3/+3
* maint: expand a few TABs to placate make syntax-checkJim Meyering2023-01-011-2/+2
* maint: update copyright datesJim Meyering2023-01-0110-10/+10
* sed: improve integer overflow checkingPaul Eggert2022-12-198-222/+200
* sed: simplify by aborting rather than assertingPaul Eggert2022-12-191-7/+6
* sed: fix unlikely mkostemp-related overflowPaul Eggert2022-12-191-2/+7
* sed: do octal escapes ourselvesPaul Eggert2022-12-191-7/+6
* sed: simplify how diagnostics are translatedPaul Eggert2022-12-193-173/+79
* maint: fix list of libraries to link toPaul Eggert2022-12-181-1/+4
* sed: fix symlink bufsize readlink checkPaul Eggert2022-12-171-1/+1
* sed: handle the unspecified "n as delimiter alias" case more sensiblyOğuz2022-10-231-2/+0
* sed: fix infloop with symlink cyclesPaul Eggert2022-07-032-57/+71
* sed: fix temp file cleanupPaul Eggert2022-07-025-123/+72
* maint: make update-copyrightJim Meyering2022-01-0110-10/+10
* sed: allow '0rFILE' (insert FILE before the first line)Assaf Gordon2021-08-164-7/+34
* sed: extract print_file functionAssaf Gordon2021-08-111-17/+21
* sed: avoid potential double-fcloseJim Meyering2021-08-011-2/+26
* maint: avoid new warning about deprecated security_context_tJim Meyering2021-08-011-2/+2
* sed: silence -Wformat-nonoliteral warningAssaf Gordon2021-01-051-0/+3
* maint: update all copyright year number rangesAssaf Gordon2021-01-0510-11/+12
* sed: handle very long input lines with R (tiny change)Tobias Stoeckmann2020-01-181-1/+1
* sed: handle very long execution lines (tiny change)Tobias Stoeckmann2020-01-181-2/+2
* sed: avoid MSVC build failureJim Meyering2020-01-111-1/+0
* maint: space-before-open-paren: avoid syntax-check errorJim Meyering2020-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2020-01-0110-10/+10
* sed: set correct umask on temporary filesAssaf Gordon2019-09-051-1/+1
* sed: report SELinux status in --version outputAssaf Gordon2019-06-021-0/+18
* maint: update copyright dates for 2019Assaf Gordon2019-01-0110-10/+10
* sed: fix -b/--binary mode under windows/mingwAssaf Gordon2018-12-052-2/+29
* sed: fix memory leakage under lintJannick2018-11-221-0/+2
* build: rename stdin local variableAssaf Gordon2018-11-011-2/+2
* maint: fix a syntax-check nitJim Meyering2018-10-281-2/+2
* sed: avoid UMR in --debug code pathJim Meyering2018-10-271-3/+6
* sed: add --debug featureAssaf Gordon2018-10-246-21/+611
* sed: change internal storage for 'R' commandAssaf Gordon2018-10-193-7/+8
* sed: reject r/R/w/W commands without a filenameAssaf Gordon2018-10-181-1/+9
* sed: update authorsAssaf Gordon2018-10-121-1/+3
* maint: remove REG_PERL codeAssaf Gordon2018-08-234-180/+0
* maint: remove EXPERIMENTAL_DASH_N_OPTIMIZATION codeAssaf Gordon2018-08-231-103/+0
* maint: replace street address with URL in license textAssaf Gordon2018-08-238-16/+8
* sed: mark function as attribute(malloc)Assaf Gordon2018-08-081-1/+1
* sed: fix memory leakAssaf Gordon2018-08-081-1/+13
* sed: free allocated memory under lint, remove DEBUG_LEAKSAssaf Gordon2018-08-086-10/+59
* sed: do not close stderr on exitAssaf Gordon2018-08-081-4/+1
* maint: syntax-check: prohibit-operator-at-eolAssaf Gordon2018-08-041-4/+5
* maint: syntax-check: add sc_prohibit_strncmpAssaf Gordon2018-08-041-1/+1