summaryrefslogtreecommitdiffstats
path: root/lib/backup-files.c
Commit message (Expand)AuthorAgeFilesLines
* - No longer create backup files of new files with file mode 0.Andreas Gruenbacher2009-11-221-2/+3
* Concurrent readdir() + unlink() compatibility fixAndreas Gruenbacher2009-06-151-15/+35
* - Stop using cp -l: it doesn't fall back to doing a regular copyAndreas Gruenbacher2008-05-201-7/+17
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-161-10/+16
* - lib/backup-files.c: Close files before rename; Windows won'tAndreas Gruenbacher2006-02-121-2/+8
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-5/+7
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-301-0/+11
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-301-5/+3
* - Change the default PATH_MAX from 4095 to 4096.Andreas Gruenbacher2006-01-261-2/+2
* - lib/backup-files.c: Fix usage line and help text.Jean Delvare2006-01-261-10/+14
* - Use perror(progname) instead of perror(NULL).Andreas Gruenbacher2006-01-261-1/+1
* - Also check for access(path, R_OK|X_OK) before visiting all theAndreas Gruenbacher2006-01-261-1/+1
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-261-17/+68
* - lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).Andreas Gruenbacher2006-01-251-3/+4
* - lib/backup-files.c: Don't fail when link(1) returns ENOSYS, andAndreas Gruenbacher2006-01-251-1/+2
* - lib/backup-files.c: Fix another missed optimization.Andreas Gruenbacher2006-01-251-2/+4
* - lib/backup-files.c: Several fixes from Markus as well.Andreas Gruenbacher2006-01-251-11/+37
* - lib/backup-files.c: Cleanups by Markus F.X.J. OberhumerAndreas Gruenbacher2006-01-251-19/+24
* - Use ftw instead of nftw (some platforms don't have nftw).Andreas Gruenbacher2006-01-211-2/+2
* - lib/backup-files.c: Only create and remove parents that areAndreas Gruenbacher2006-01-211-23/+34
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-7/+10
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-8/+9
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-181-0/+5
* - lib/backup-files.c: switch from alloca to malloc for portability.Andreas Gruenbacher2005-09-181-29/+46
* - Fix a syntax error.Andreas Gruenbacher2005-01-271-1/+1
* - lib/backup-files.c: Remove unused command line option andAndreas Gruenbacher2005-01-271-9/+7
* - When applying a patch with -q and without -f no (individual)Andreas Gruenbacher2004-10-171-2/+11
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-21/+70
* - Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file modeAndreas Gruenbacher2004-06-021-0/+2
* - Fix a bug in backup-files.c (introduced just before).Andreas Gruenbacher2004-03-141-1/+1
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-131-19/+89
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-12/+25
* - Backup files were not reliably removed after restoring (this did notAndreas Gruenbacher2003-10-261-6/+4
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-18/+66
* Version 0.21 from Andreas GruenbacherMartin Quinson2003-01-291-93/+135
* Version 0.11, from Andreas GruenbacherMartin Quinson2003-01-211-0/+212