summaryrefslogtreecommitdiff
path: root/sed
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint: syntax-check: prohibit-form-feedAssaf Gordon2018-08-045-22/+0
* maint: syntax-check: space-before-open-parenAssaf Gordon2018-08-045-589/+592
* maint: syntax-check: fix tab indentationAssaf Gordon2018-08-041-1/+1
* sed: replace myname with gnulib's prognameAssaf Gordon2018-08-035-14/+12
* sed: replace ck_realloc with gnulib's xrealloc/xnreallocAssaf Gordon2018-08-031-23/+4
* sed: replace MALLOC/ck_malloc with gnulib's XCALLOCAssaf Gordon2018-08-035-30/+23
* sed: replace ck_strdup with gnulib's xstrdupAssaf Gordon2018-08-035-17/+10
* sed: replace ck_memdup with gnulib's xmemdupAssaf Gordon2018-08-032-9/+0
* sed: fix heap buffer overflow from multiline EOL regex optimizationAssaf Gordon2018-08-031-1/+2
* sed: fix extraneous NUL in s///n commandAssaf Gordon2018-08-031-1/+4
* sed: do not flush output stream unless in unbuffered modeAssaf Gordon2018-07-261-1/+1
* sed: fix heap buffer overflow from invalid referencesAssaf Gordon2018-07-081-1/+1
* maint: remove old definition of UNUSED: use _GL_UNUSED insteadJim Meyering2018-03-231-11/+1
* sed: reject RE searches on buffers larger than INT_MAXAssaf Gordon2018-03-231-0/+5