summaryrefslogtreecommitdiff
path: root/src/patch.c
Commit message (Expand)AuthorAgeFilesLines
* maint: enable the useless_cpp_parens syntax-check ruleJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-091-3/+9
* don't call fdopen with a negative FD upon dup failureJim Meyering2011-05-251-2/+5
* maint: use gnulib's progname moduleJim Meyering2011-03-271-1/+1
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-271-2/+2
* build: avoid three gcc warningsJim Meyering2011-03-271-1/+1
* maint: remove unnecessary tests before freeJim Meyering2011-02-211-2/+1
* Fix use of uninitialized outstAndreas Gruenbacher2011-02-151-3/+4
* Preserve extended attributes of patched files when possibleAndreas Gruenbacher2010-10-271-4/+5
* Remove obsolete commentAndreas Gruenbacher2010-10-261-1/+0
* Fix the "patching file" message for renames and copiesAndreas Gruenbacher2010-09-171-1/+18
* Stop using mktemp() for TMPOUTNAMEAndreas Gruenbacher2010-09-171-48/+20
* Stop using mktemp() for TMPREJNAMEAndreas Gruenbacher2010-09-171-15/+26
* Replace unnecessary local variableAndreas Gruenbacher2010-09-171-13/+12
* Stop using mktemp() for TMPPATNAMEAndreas Gruenbacher2010-09-171-1/+0
* Stop using mktemp() for TMPINNAMEAndreas Gruenbacher2010-09-171-1/+0
* do_ed_script(): Pass in the filenames to useAndreas Gruenbacher2010-09-171-1/+2
* Split up init_output()Andreas Gruenbacher2010-09-171-16/+28
* Stop "patch --get 1" from segfaultingTim Waugh2010-07-271-1/+1
* Fix read-only file check for ed scriptsAndreas Gruenbacher2010-05-111-13/+14
* Fix backup file detection for deleted filesAndreas Gruenbacher2010-05-041-2/+2
* Refuse to patch read-only filesAndreas Gruenbacher2010-05-021-2/+13
* git diffs: Support file copies and renamesAndreas Gruenbacher2010-05-021-2/+17
* Do not modify the string arguments of makedirs and removedirsAndreas Gruenbacher2010-05-021-1/+1
* git diffs: Support file mode changesAndreas Gruenbacher2010-05-021-4/+9
* git diffs: Support symlinksAndreas Gruenbacher2010-05-021-5/+11
* Pass up the file type and check for consistent typesAndreas Gruenbacher2010-05-021-1/+12
* Add support for writing symlinksAndreas Gruenbacher2010-05-021-3/+4
* Add support for reading symlinksAndreas Gruenbacher2010-05-021-2/+2
* Set file attributes only in a single placeAndreas Gruenbacher2010-04-291-17/+5
* Include backupfile.h in util.hAndreas Gruenbacher2010-04-271-1/+0
* Portability fixesDaniel Richard G2010-04-271-1/+3
* Refuse to patch symlinksAndreas Gruenbacher2010-04-271-1/+1
* If an input file is not a regular file, only skip the patchAndreas Gruenbacher2010-04-271-1/+5
* Do not declare variables as "volatile" unnecessarilyAndreas Gruenbacher2010-04-271-4/+4
* Do no declare local variables as "register" unnecessarilyAndreas Gruenbacher2010-04-271-25/+24
* Complain when fed git binary patchesAndreas Gruenbacher2010-04-231-0/+7
* Support for nanosecond timestampsAndreas Gruenbacher2010-04-221-11/+8
* Replace timestamp parsing code with gnulib getdateAndreas Gruenbacher2010-04-221-0/+4
* Use struct timespec instead of time_t internallyAndreas Gruenbacher2010-04-221-2/+4
* Globally rename type LINENUM to lin (as in diffutils)Andreas Gruenbacher2010-04-191-53/+52
* Fix two compiler warningsAndreas Gruenbacher2010-04-191-1/+1
* * src/patch.c (main): Compare the input file's group ID with theAndreas Gruenbacher2010-01-021-1/+1
* * src/bestmatch.h, src/common.h, src/diffseq.h, src/inp.c, src/inp.h,Andreas Gruenbacher2010-01-021-7/+5
* * src/patch.c (longopts, get_some_switches): Add an optional argumentAndreas Gruenbacher2009-12-291-2/+13
* Try to preserve the owning group of patched filesAndreas Gruenbacher2009-09-041-3/+12
* The -m option hasn't been officially allocated yet; use only the long form fo...Andreas Gruenbacher2009-07-191-1/+1
* To redirect messages, instead of assigning stderr to stdout, use dup2Andreas Gruenbacher2009-06-051-2/+6
* When the file to patch is specified on the command line, apply all patches to...Andreas Gruenbacher2009-05-121-1/+3