summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass the correct stat to backup filesHEADmasterTakashi Iwai2022-05-101-3/+10
* maint: modernize README-{hacking,prereq}Paul Eggert2021-10-302-38/+87
* Fix test for presence of BASH_LINENO[0]Kerin Millar2021-01-081-1/+1
* gnulib: update to latestAndreas Gruenbacher2020-05-146-141/+190
* Add missing-section tests to context-format test caseAndreas Gruenbacher2019-12-241-2/+84
* Fix failed assertion 'outstate->after_newline'Andreas Gruenbacher2019-07-161-0/+7
* Avoid invalid memory access in context format diffsAndreas Gruenbacher2019-07-151-0/+1
* Don't follow symlinks unless --follow-symlinks is givenAndreas Gruenbacher2019-07-152-5/+21
* Don't crash when RLIMIT_NOFILE is set to RLIM_INFINITYAndreas Gruenbacher2019-06-281-13/+23
* Abort when cleaning up failsAndreas Gruenbacher2019-06-281-2/+6
* Skip "ed" test when the ed utility is not installedAndreas Gruenbacher2019-06-271-0/+1
* Improve support for memory leak detectionAndreas Gruenbacher2019-06-271-1/+15
* Fix swapping fake lines in pch_swapAndreas Gruenbacher2018-08-171-1/+1
* Make the (debug & 2) output more usefulAndreas Gruenbacher2018-08-171-3/+9
* Don't leak temporary file on failed multi-file ed-style patchJean Delvare2018-05-072-0/+32
* Don't leak temporary file on failed ed-style patchJean Delvare2018-05-033-6/+8
* Request 'alloca' module from gnulib.Bruno Haible2018-04-071-1/+2
* Fix 'ed-style' test failure.Bruno Haible2018-04-071-2/+1
* Fix check of return value of fwrite().Bruno Haible2018-04-072-7/+11
* maint: avoid warnings from GCC8Jim Meyering2018-04-073-5/+12
* Minor cleanups in do_ed_scriptAndreas Gruenbacher2018-04-061-30/+27
* Use gnulib execute moduleAndreas Gruenbacher2018-04-063-19/+35
* Invoke ed directly instead of using the shellAndreas Gruenbacher2018-04-061-4/+2
* Fix arbitrary command execution in ed-style patches (CVE-2018-1000156)Andreas Gruenbacher2018-04-063-25/+108
* Allow input files to be missing for ed-style patchesAndreas Gruenbacher2018-04-061-3/+5
* Fix segfault with mangled rename patchAndreas Gruenbacher2018-02-121-1/+2
* Test suite: fix Korn shell incompatibilityAndreas Gruenbacher2018-02-071-1/+1
* Test suite compatibility fixesAndreas Gruenbacher2018-02-074-27/+18
* Avoid set_file_attributes sign conversion warningsAndreas Gruenbacher2018-02-071-2/+2
* Version 2.7.6v2.7.6Andreas Gruenbacher2018-02-031-0/+7
* Fix typo in READMEAndreas Gruenbacher2018-02-031-1/+1
* Switch to gnupload moduleAndreas Gruenbacher2018-02-032-11/+3
* Remove stale reference to m4/utimbuf.m4Andreas Gruenbacher2018-02-031-1/+0
* maint: update bootstrap and gnulib submoduleAndreas Gruenbacher2018-02-032-100/+152
* Clarify the error messages for malformed normal diff patchesAndreas Gruenbacher2018-01-231-2/+2
* Create git diff files with indicated modeThomas Orgis2018-01-233-2/+58
* gnulib: update to latestAndreas Gruenbacher2018-01-231-0/+0
* Don't use an undocumented Autoconf macroBruno Haible2018-01-231-3/+3
* Don't allow hunks to overlapAndreas Gruenbacher2017-09-063-3/+59
* patch.man: Clarify --forward descriptionAndreas Gruenbacher2017-09-061-2/+2
* gnulib: update to latestAndreas Gruenbacher2017-09-044-3/+16
* Rename canonicalize global variableTim Waugh2017-02-224-6/+6
* Add a missing NULL check in parse_nameHanno Boeck2016-08-101-1/+5
* Fix out-of-bounds access to lines in a patchHanno Boeck2016-08-101-1/+1
* tests: use $PATCH rather than hard-coded pathJim Meyering2016-07-311-1/+1
* maint: placate a "make syntax-check" ruleJim Meyering2016-07-311-4/+4
* maint: avoid new warning-errors from gcc-6.1Jim Meyering2016-07-313-6/+7
* gnulib: update to latestJim Meyering2016-07-312-0/+1
* Fix broken git-style patch behaviorAndreas Gruenbacher2016-07-273-17/+77
* Fix inname test caseAndreas Gruenbacher2016-07-274-1/+51