summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * NEWS: Version 2.6.1 released.v2.6.1Andreas Gruenbacher2009-12-302-0/+4
* * patch.man: Clarify the description of the -F / --fuzz option.Andreas Gruenbacher2009-12-302-3/+8
* * patch.man: Try to improve the documentation of patch's CRLF handlingAndreas Gruenbacher2009-12-292-5/+8
* * Makefile.in: Make the test suite work for a VPATH build.Peter Breitenlohner2009-12-292-1/+5
* * src/patch.c (longopts, get_some_switches): Add an optional argumentAndreas Gruenbacher2009-12-297-25/+373
* * install-sh: Make executable.Andreas Gruenbacher2009-12-282-0/+2
* * Makefile.in (getopt.h, GETOPT_H): Generate getopt.h in the top-levelAndreas Gruenbacher2009-12-282-9/+14
* * configure.ac: It looks like the . command does not pass theBert Wesarg2009-12-282-1/+7
* * configure.ac (gl_FUNC_STRNDUP, gl_FUNC_STRNLEN): Add here.Andreas Gruenbacher2009-12-287-1/+82
* * src/pch.c: When the input files to diff have CRLF line endings, theAndreas Gruenbacher2009-12-283-2/+96
* * tests/create-delete: Clean up a syntactic glitch.Andreas Gruenbacher2009-12-282-1/+6
* * src/pch.c (intuit_diff_type): Fix regression introduced after patchAndreas Gruenbacher2009-12-234-21/+59
* * src/pch.c (intuit_diff_type): Add some clarifying comments.Andreas Gruenbacher2009-12-222-0/+4
* * src/version.c (copyright_string): Add year 2009.Andreas Gruenbacher2009-12-222-1/+5
* Platform compatibility fixes in update-version.shAndreas Gruenbacher2009-11-142-2/+6
* 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