summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Clarify the message when (part of) a hunk cannot be mergedAndreas Gruenbacher2009-10-271-16/+16
* The -m option hasn't been officially allocated yet; use only the long form fo...Andreas Gruenbacher2009-07-191-1/+1
* When the file to patch is specified on the command line, apply all patches to...Andreas Gruenbacher2009-05-121-0/+39
* Preserve timestamps in reject filesAndreas Gruenbacher2009-04-072-5/+27
* Fix the "patch would create" fix from 2009-03-28Andreas Gruenbacher2009-04-061-0/+29
* Document that merging can be slowAndreas Gruenbacher2009-04-051-2/+2
* Revert (almost) to the original asymmetric hunk behavior and document thatAndreas Gruenbacher2009-04-051-9/+9
* Remove dir_name() and base_name() in create_backup(): too many problemsAndreas Gruenbacher2009-04-051-0/+59
* Don't assume the target directory exists when making a backup copyAndreas Gruenbacher2009-04-051-2/+2
* Move all source and header files into src/Andreas Gruenbacher2009-04-051-1/+1
* Fix two backup file creation bugsAndreas Gruenbacher2009-04-041-5/+5
* If an asymmmetric hunk starts at a line > 1, it is not from the start of the ...Andreas Gruenbacher2009-04-031-9/+49
* Make the ed utility optional in the test suiteAndreas Gruenbacher2009-04-034-55/+60
* Another minor merge message improvementAndreas Gruenbacher2009-04-031-2/+4
* Slightly improved merge result reportingAndreas Gruenbacher2009-04-031-25/+16
* Fix two failed assertions in merge_hunk()Andreas Gruenbacher2009-04-021-3/+29
* The maximum position for a merge was computed too lowAndreas Gruenbacher2009-04-021-0/+30
* Add better merge supportAndreas Gruenbacher2009-04-021-17/+8
* Locate hunks to merge more intelligentlyAndreas Gruenbacher2009-04-021-22/+14
* Add a simple form of merge supportAndreas Gruenbacher2009-04-021-0/+316
* Allow asymmetric hunks to apply anywhere in a file (2)Andreas Gruenbacher2009-04-021-0/+1
* Unset GDB in case it is set in the environmentAndreas Gruenbacher2009-04-021-1/+1
* Test suite: when $GDB is set, run patch in gdbserver for debuggingAndreas Gruenbacher2009-04-021-2/+8
* Fix line number counting and reportingAndreas Gruenbacher2009-03-311-0/+65
* "make check" failuresJim Meyering2009-03-302-6/+6
* Test suite and debug message fixesAndreas Gruenbacher2009-03-301-2/+9
* Prepare for second alpha releaseAndreas Gruenbacher2009-03-295-48/+48
* No more empty unreadable backup filesAndreas Gruenbacher2009-03-291-1/+7
* Allow asymmetric hunks to apply anywhere in a fileAndreas Gruenbacher2009-03-291-0/+41
* Fix failed `i0 != NONE' assertion and fix the create/delete/empty out checkingAndreas Gruenbacher2009-03-281-0/+80
* Add a test case for munged contex format diffsAndreas Gruenbacher2009-03-281-0/+37
* Enforce simple backup mode and compute the backup file name if -B, -Y, or -z ...Andreas Gruenbacher2009-03-281-0/+88
* When applying an empty patch to a file and -o is given, copy the input file t...Andreas Gruenbacher2009-03-281-0/+21
* Avoid replacing files when nothing has changedAndreas Gruenbacher2009-03-281-0/+39
* Omit superfluous "missing header" warningsAndreas Gruenbacher2009-03-281-2/+0
* Cross-platform compatibility improvementsAndreas Gruenbacher2009-03-2412-47/+50
* Preserve Index lines in reject files as wellAndreas Gruenbacher2009-03-241-2/+4
* Don't look for filename headers in ed and normal diffsAndreas Gruenbacher2009-03-231-0/+13
* Add test for "diff -p" context with a CRLF ine ending.Andreas Gruenbacher2009-03-221-0/+15
* Prepare for first alpha releaseAndreas Gruenbacher2009-03-221-0/+0
* Be more strict in recognizing normal format commandsAndreas Gruenbacher2009-03-221-0/+46
* Require filename in patch if none specified on the command lineAndreas Gruenbacher2009-03-221-0/+125
* Disable trailing CR stripping with --binaryAndreas Gruenbacher2009-03-221-0/+36
* Remember which reject files have been createdAndreas Gruenbacher2009-03-221-0/+67
* Make "patch -r rejfile" work even when there are several rejectsAndreas Gruenbacher2009-03-221-0/+90
* No longer preserve reject file modesAndreas Gruenbacher2009-03-221-0/+94
* Include patch headers in reject filesAndreas Gruenbacher2009-03-223-0/+12
* Add unified reject format and the --reject-format=FORMAT optionAndreas Gruenbacher2009-03-222-3/+129
* Off-by-one error when column two of context diffs is neither ' ' nor '\t'Jim Meyering2009-03-221-0/+69
* Wrong assertion in savebufAndreas Gruenbacher2009-03-221-0/+37