summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Preserve extended attributes of patched files when possibleAndreas Gruenbacher2010-10-2710-11/+251
* A minor set_file_attributes() cleanupAndreas Gruenbacher2010-10-272-3/+7
* Remove obsolete checks for mktempAndreas Gruenbacher2010-10-262-2/+5
* Remove obsolete commentAndreas Gruenbacher2010-10-262-1/+4
* Fix the --binary option when used together with --silentAndreas Gruenbacher2010-10-142-3/+12
* Only recognize quited filename in the "diff --git" formatAndreas Gruenbacher2010-10-056-27/+39
* Add copy-after-modify test caseAndreas Gruenbacher2010-09-172-0/+45
* Document that "diff --git" criss-cross renames don't workAndreas Gruenbacher2010-09-174-2/+54
* Fix the "patching file" message for renames and copiesAndreas Gruenbacher2010-09-175-26/+32
* Remove double quotearg()Andreas Gruenbacher2010-09-172-2/+2
* Stop using mktemp() for TMPOUTNAMEAndreas Gruenbacher2010-09-172-48/+23
* Stop using mktemp() for TMPREJNAMEAndreas Gruenbacher2010-09-172-15/+31
* Replace unnecessary local variableAndreas Gruenbacher2010-09-172-13/+14
* Stop using mktemp() for TMPPATNAMEAndreas Gruenbacher2010-09-173-7/+6
* Stop using mktemp() for TMPINNAMEAndreas Gruenbacher2010-09-173-6/+14
* Add function make_tempfile()Andreas Gruenbacher2010-09-174-0/+62
* do_ed_script(): Pass in the filenames to useAndreas Gruenbacher2010-09-174-10/+18
* Split up init_output()Andreas Gruenbacher2010-09-172-16/+31
* A lot of years in the ChangeLog are wrong (2009 -> 2010)Andreas Gruenbacher2010-09-171-18/+18
* Stop "patch --get 1" from segfaultingTim Waugh2010-07-272-1/+5
* Fix read-only file check for ed scriptsAndreas Gruenbacher2010-05-112-13/+19
* test suite: Another Solaris portability fixAndreas Gruenbacher2010-05-063-12/+15
* test suite: Ignore error messages during cleanupAndreas Gruenbacher2010-05-062-4/+7
* test library: Only use GNU diff when availableAndreas Gruenbacher2010-05-053-8/+13
* More test suite fixesAndreas Gruenbacher2010-05-053-25/+54
* Use the gnulib unistd moduleAndreas Gruenbacher2010-05-053-19/+5
* Use the gnulib mkdir moduleAndreas Gruenbacher2010-05-055-46/+6
* tests/read-only-files: Replace the superuser testAndreas Gruenbacher2010-05-042-2/+11
* Create temporary test directories in builddirAndreas Gruenbacher2010-05-042-6/+5
* Remove $(TEST_SHELL) and use $(SHELL) instead.Andreas Gruenbacher2010-05-043-2/+4
* Additional minor fixes based on Eric Blake's suggestionsAndreas Gruenbacher2010-05-043-2/+11
* build: silence some cygwin warningsEric Blake2010-05-044-6/+16
* Fix backup file detection for deleted filesAndreas Gruenbacher2010-05-048-69/+124
* Some test suite fixes and improvementsAndreas Gruenbacher2010-05-0422-25/+45
* Remove left-over debugging codeAndreas Gruenbacher2010-05-042-7/+3
* Allow to create and delete empty filesAndreas Gruenbacher2010-05-043-8/+64
* Minor cosmetic changesAndreas Gruenbacher2010-05-032-2/+4
* Stick to the best name in the reversed-patch checkAndreas Gruenbacher2010-05-033-3/+38
* Do not try to set file permissions of symlinksAndreas Gruenbacher2010-05-033-1/+13
* Improve the symlink backup file testsAndreas Gruenbacher2010-05-032-2/+6
* Add two test cases which are currently brokenAndreas Gruenbacher2010-05-034-1/+133
* Fix the linker library orderAndreas Gruenbacher2010-05-022-2/+5
* * NEWS: Update.Andreas Gruenbacher2010-05-024-12/+22
* Refuse to patch read-only filesAndreas Gruenbacher2010-05-026-30/+73
* git diffs: Support file copies and renamesAndreas Gruenbacher2010-05-024-2/+157
* Do not modify the string arguments of makedirs and removedirsAndreas Gruenbacher2010-05-024-9/+20
* git diffs: Parse copy and rename headersAndreas Gruenbacher2010-05-025-26/+86
* git diffs: Support file mode changesAndreas Gruenbacher2010-05-026-9/+107
* git diffs: Support symlinksAndreas Gruenbacher2010-05-023-6/+117
* Pass up the file type and check for consistent typesAndreas Gruenbacher2010-05-024-6/+22