summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Skip reversed patches check when file types are inconsistentAndreas Gruenbacher2010-05-022-2/+23
* git diffs: Parse file modesAndreas Gruenbacher2010-05-023-7/+94
* Add support for writing symlinksAndreas Gruenbacher2010-05-025-45/+109
* Add support for reading symlinksAndreas Gruenbacher2010-05-025-39/+76
* Set file attributes only in a single placeAndreas Gruenbacher2010-04-295-32/+89
* Remove test which is always trueAndreas Gruenbacher2010-04-292-2/+5
* Update bootstrap scriptAndreas Gruenbacher2010-04-272-2/+4
* TESTS_ENVIRONMENT portability fixAndreas Gruenbacher2010-04-272-1/+4
* Fix an off-by-one error causing an out-of-bounds array accessAndreas Gruenbacher2010-04-272-1/+4
* Remove leftovers from when patch was still using utimbuf()Andreas Gruenbacher2010-04-273-41/+3
* Include backupfile.h in util.hAndreas Gruenbacher2010-04-276-4/+4
* Do not redefine __attribute__ when it is already definedAndreas Gruenbacher2010-04-272-2/+13
* Do not use grep -qAndreas Gruenbacher2010-04-272-1/+5
* Portability fixesDaniel Richard G2010-04-273-2/+8
* Portability: do not use variable-length arraysDaniel Richard G2010-04-272-1/+9
* Refuse to patch symlinksAndreas Gruenbacher2010-04-278-6/+95
* Only check for reversed patches when the input file is patchableAndreas Gruenbacher2010-04-272-1/+6
* If an input file is not a regular file, only skip the patchAndreas Gruenbacher2010-04-274-4/+18
* Use the gnulib fcntl-h and sys_stat modulesAndreas Gruenbacher2010-04-275-63/+11
* Do not declare variables as "volatile" unnecessarilyAndreas Gruenbacher2010-04-275-12/+15
* Do no declare local variables as "register" unnecessarilyAndreas Gruenbacher2010-04-275-84/+90
* Document the recent changesAndreas Gruenbacher2010-04-233-9/+28
* Complain when fed git binary patchesAndreas Gruenbacher2010-04-236-1/+54
* Parse filenames in "diff --git" linesAndreas Gruenbacher2010-04-234-0/+65
* Fix minor potential memory leaksAndreas Gruenbacher2010-04-232-0/+7
* Add support for quoted filenamesAndreas Gruenbacher2010-04-234-13/+133
* Untangle the name and timestamp parsingAndreas Gruenbacher2010-04-223-59/+55
* Strip leading slashes in a separate functionAndreas Gruenbacher2010-04-222-12/+37
* Support for nanosecond timestampsAndreas Gruenbacher2010-04-225-29/+25
* Replace timestamp parsing code with gnulib getdateAndreas Gruenbacher2010-04-2212-1466/+50
* Use struct timespec instead of time_t internallyAndreas Gruenbacher2010-04-227-32/+54
* Replace quote_system_arg() with quoteargAndreas Gruenbacher2010-04-215-135/+16
* Cosmetic fixAndreas Gruenbacher2010-04-212-1/+5
* Fix "make dist"Ludovic Courtès2010-04-192-1/+5
* Globally rename type LINENUM to lin (as in diffutils)Andreas Gruenbacher2010-04-1910-194/+191
* Fix two compiler warningsAndreas Gruenbacher2010-04-193-2/+6
* diffseq: Use the gnulib version instead of a private copyAndreas Gruenbacher2010-04-195-499/+4
* Update to latest gnulibAndreas Gruenbacher2010-04-182-0/+4
* Portability fixes in the test suiteAndreas Gruenbacher2010-04-155-47/+65
* Add rules for generating .version and for including .tarball-version in dist ...Andreas Gruenbacher2010-04-153-0/+12
* Minimum versions required: automake-1.11.1, autoconf-2.65Andreas Gruenbacher2010-04-122-2/+5
* Portability fixesAndreas Gruenbacher2010-04-122-1/+32
* Convert to automake and use a git submodule for gnulibAndreas Gruenbacher2010-04-12103-14749/+1218
* Rename ed_PROGRAM to EDITOR_PROGRAMAndreas Gruenbacher2010-04-123-6/+6
* Fix the use of HAVE_UTIME_HAndreas Gruenbacher2010-04-122-0/+5
* Merge: detect already-applied inserts at the end of filesAndreas Gruenbacher2010-02-213-5/+45
* Clarify the description of the -N optionAndreas Gruenbacher2010-02-172-1/+6
* Fix HAVE_DECL_STRNLEN and HAVE_DECL_STRNDUP checksAndreas Gruenbacher2010-01-153-2/+6
* No longer use "continue" as the only instruction in a loop bodyAndreas Gruenbacher2010-01-159-23/+31
* Do not allow timestamps in Index linesAndreas Gruenbacher2010-01-112-1/+8