| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: enable the useless_cpp_parens syntax-check rule | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | Timestamp not set when creating files with --set-time or --set-utc | Andreas Gruenbacher | 2011-12-09 | 1 | -3/+9 |
* | don't call fdopen with a negative FD upon dup failure | Jim Meyering | 2011-05-25 | 1 | -2/+5 |
* | maint: use gnulib's progname module | Jim Meyering | 2011-03-27 | 1 | -1/+1 |
* | maint: update copyright date year ranges to include 2011 | Jim Meyering | 2011-03-27 | 1 | -2/+2 |
* | build: avoid three gcc warnings | Jim Meyering | 2011-03-27 | 1 | -1/+1 |
* | maint: remove unnecessary tests before free | Jim Meyering | 2011-02-21 | 1 | -2/+1 |
* | Fix use of uninitialized outst | Andreas Gruenbacher | 2011-02-15 | 1 | -3/+4 |
* | Preserve extended attributes of patched files when possible | Andreas Gruenbacher | 2010-10-27 | 1 | -4/+5 |
* | Remove obsolete comment | Andreas Gruenbacher | 2010-10-26 | 1 | -1/+0 |
* | Fix the "patching file" message for renames and copies | Andreas Gruenbacher | 2010-09-17 | 1 | -1/+18 |
* | Stop using mktemp() for TMPOUTNAME | Andreas Gruenbacher | 2010-09-17 | 1 | -48/+20 |
* | Stop using mktemp() for TMPREJNAME | Andreas Gruenbacher | 2010-09-17 | 1 | -15/+26 |
* | Replace unnecessary local variable | Andreas Gruenbacher | 2010-09-17 | 1 | -13/+12 |
* | Stop using mktemp() for TMPPATNAME | Andreas Gruenbacher | 2010-09-17 | 1 | -1/+0 |
* | Stop using mktemp() for TMPINNAME | Andreas Gruenbacher | 2010-09-17 | 1 | -1/+0 |
* | do_ed_script(): Pass in the filenames to use | Andreas Gruenbacher | 2010-09-17 | 1 | -1/+2 |
* | Split up init_output() | Andreas Gruenbacher | 2010-09-17 | 1 | -16/+28 |
* | Stop "patch --get 1" from segfaulting | Tim Waugh | 2010-07-27 | 1 | -1/+1 |
* | Fix read-only file check for ed scripts | Andreas Gruenbacher | 2010-05-11 | 1 | -13/+14 |
* | Fix backup file detection for deleted files | Andreas Gruenbacher | 2010-05-04 | 1 | -2/+2 |
* | Refuse to patch read-only files | Andreas Gruenbacher | 2010-05-02 | 1 | -2/+13 |
* | git diffs: Support file copies and renames | Andreas Gruenbacher | 2010-05-02 | 1 | -2/+17 |
* | Do not modify the string arguments of makedirs and removedirs | Andreas Gruenbacher | 2010-05-02 | 1 | -1/+1 |
* | git diffs: Support file mode changes | Andreas Gruenbacher | 2010-05-02 | 1 | -4/+9 |
* | git diffs: Support symlinks | Andreas Gruenbacher | 2010-05-02 | 1 | -5/+11 |
* | Pass up the file type and check for consistent types | Andreas Gruenbacher | 2010-05-02 | 1 | -1/+12 |
* | Add support for writing symlinks | Andreas Gruenbacher | 2010-05-02 | 1 | -3/+4 |
* | Add support for reading symlinks | Andreas Gruenbacher | 2010-05-02 | 1 | -2/+2 |
* | Set file attributes only in a single place | Andreas Gruenbacher | 2010-04-29 | 1 | -17/+5 |
* | Include backupfile.h in util.h | Andreas Gruenbacher | 2010-04-27 | 1 | -1/+0 |
* | Portability fixes | Daniel Richard G | 2010-04-27 | 1 | -1/+3 |
* | Refuse to patch symlinks | Andreas Gruenbacher | 2010-04-27 | 1 | -1/+1 |
* | If an input file is not a regular file, only skip the patch | Andreas Gruenbacher | 2010-04-27 | 1 | -1/+5 |
* | Do not declare variables as "volatile" unnecessarily | Andreas Gruenbacher | 2010-04-27 | 1 | -4/+4 |
* | Do no declare local variables as "register" unnecessarily | Andreas Gruenbacher | 2010-04-27 | 1 | -25/+24 |
* | Complain when fed git binary patches | Andreas Gruenbacher | 2010-04-23 | 1 | -0/+7 |
* | Support for nanosecond timestamps | Andreas Gruenbacher | 2010-04-22 | 1 | -11/+8 |
* | Replace timestamp parsing code with gnulib getdate | Andreas Gruenbacher | 2010-04-22 | 1 | -0/+4 |
* | Use struct timespec instead of time_t internally | Andreas Gruenbacher | 2010-04-22 | 1 | -2/+4 |
* | Globally rename type LINENUM to lin (as in diffutils) | Andreas Gruenbacher | 2010-04-19 | 1 | -53/+52 |
* | Fix two compiler warnings | Andreas Gruenbacher | 2010-04-19 | 1 | -1/+1 |
* | * src/patch.c (main): Compare the input file's group ID with the | Andreas Gruenbacher | 2010-01-02 | 1 | -1/+1 |
* | * src/bestmatch.h, src/common.h, src/diffseq.h, src/inp.c, src/inp.h, | Andreas Gruenbacher | 2010-01-02 | 1 | -7/+5 |
* | * src/patch.c (longopts, get_some_switches): Add an optional argument | Andreas Gruenbacher | 2009-12-29 | 1 | -2/+13 |
* | Try to preserve the owning group of patched files | Andreas Gruenbacher | 2009-09-04 | 1 | -3/+12 |
* | The -m option hasn't been officially allocated yet; use only the long form fo... | Andreas Gruenbacher | 2009-07-19 | 1 | -1/+1 |
* | To redirect messages, instead of assigning stderr to stdout, use dup2 | Andreas Gruenbacher | 2009-06-05 | 1 | -2/+6 |
* | When the file to patch is specified on the command line, apply all patches to... | Andreas Gruenbacher | 2009-05-12 | 1 | -1/+3 |