summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.6 releasedv2.6Andreas Gruenbacher2009-11-132-0/+6
* Clarify the message when (part of) a hunk cannot be mergedAndreas Gruenbacher2009-10-273-17/+21
* Fix typo in patch.man (reported by Vytautas Ĺ altenis)Andreas Gruenbacher2009-10-272-1/+5
* Try to preserve the owning group of patched filesAndreas Gruenbacher2009-09-042-3/+15
* Add the gnulib which were imported on 2009-06-05 to the tarball as wellAndreas Gruenbacher2009-09-042-0/+10
* The -m option hasn't been officially allocated yet; use only the long form fo...Andreas Gruenbacher2009-07-195-4/+7
* When copying files, use full_write() from gnulib instead of write()Andreas Gruenbacher2009-07-1912-3/+318
* Don't fail when removing nonexistent files in move_fileAndreas Gruenbacher2009-06-152-1/+6
* Import gnulib's rename() for platforms like MingwAndreas Gruenbacher2009-06-053-0/+237
* To redirect messages, instead of assigning stderr to stdout, use dup2Andreas Gruenbacher2009-06-054-2/+83
* Include the subdirectory (gl/lib/) in GETOPT_H when using the gnulib versionAndreas Gruenbacher2009-06-052-1/+5
* Add some missing gnulib filesAndreas Gruenbacher2009-06-054-0/+225
* When the file to patch is specified on the command line, apply all patches to...Andreas Gruenbacher2009-05-125-3/+68
* When merging, make sure that hunks will not end up "out of order"Andreas Gruenbacher2009-05-121-0/+2
* Change the default value of PATCH_GET to 0Vincent Legoll2009-05-123-4/+5
* Portability improvements in update-version.shAndreas Gruenbacher2009-04-114-5/+11
* Don't forget to NUL terminate ptimestr in fetchname()Andreas Gruenbacher2009-04-082-2/+5
* Allow special characters in filenames read interactivelyAndreas Gruenbacher2009-04-082-2/+8
* Add support for sending output to standard outputAndreas Gruenbacher2009-04-083-6/+18
* Remove redundant check in main().Andreas Gruenbacher2009-04-082-1/+5
* Preserve timestamps in reject filesAndreas Gruenbacher2009-04-078-20/+97
* Improve the description of --binary in patch.manAndreas Gruenbacher2009-04-072-2/+4
* Suppress some unwanted outputAndreas Gruenbacher2009-04-071-2/+2
* Update NEWSAndreas Gruenbacher2009-04-072-10/+9
* Update .gitignoreAndreas Gruenbacher2009-04-071-0/+4
* Optionally also create bzip2 and xz tarballsAndreas Gruenbacher2009-04-072-1/+12
* Fix out-of-tree buildsAndreas Gruenbacher2009-04-072-0/+2
* Adapt file_id_hasher() to Gnulib type changeAndreas Gruenbacher2009-04-072-3/+7
* patch -Z not working if timestamp contains seconds > 59.5Christian Franke2009-04-062-1/+3
* Phrase things a little betterAndreas Gruenbacher2009-04-061-2/+2
* Add config.guess and config.sub to the dist tarballAndreas Gruenbacher2009-04-062-0/+4
* Fix the "patch would create" fix from 2009-03-28Andreas Gruenbacher2009-04-065-36/+96
* Document that merging can be slowAndreas Gruenbacher2009-04-053-2/+9
* Copyright notice updatesAndreas Gruenbacher2009-04-0518-28/+34
* Add a similar asymmetric hunk check to locate_merge()Andreas Gruenbacher2009-04-052-0/+8
* Revert (almost) to the original asymmetric hunk behavior and document thatAndreas Gruenbacher2009-04-055-23/+30
* Remove dir_name() and base_name() in create_backup(): too many problemsAndreas Gruenbacher2009-04-053-8/+74
* Don't assume the target directory exists when making a backup copyAndreas Gruenbacher2009-04-057-24/+51
* Update to the latest version of GnulibAndreas Gruenbacher2009-04-0575-2618/+8905
* Remove m4/st_mtim.m4 (obsolete since 2009-03-28)Andreas Gruenbacher2009-04-053-33/+1
* Move all Gnulib files into gl/Andreas Gruenbacher2009-04-0557-72/+77
* Move all source and header files into src/Andreas Gruenbacher2009-04-0556-59/+65
* Add missing outstate->zero_output = false in merge_hunk()Andreas Gruenbacher2009-04-052-3/+8
* Fix the check when we can skip creating parent directoriesAndreas Gruenbacher2009-04-052-4/+9
* util.c: The read() return type is ssize_tAndreas Gruenbacher2009-04-042-3/+4
* Fix two backup file creation bugsAndreas Gruenbacher2009-04-045-69/+128
* Add a note about locate_merge()'s requirementsAndreas Gruenbacher2009-04-042-0/+7
* Add line number ranges to the --debug=2 outputAndreas Gruenbacher2009-04-043-2/+25
* If an asymmmetric hunk starts at a line > 1, it is not from the start of the ...Andreas Gruenbacher2009-04-034-19/+63
* Add missing parentheses in merge.cAndreas Gruenbacher2009-04-031-1/+1