summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* - Add fallback ftw implementation for systems that don't have it.Andreas Gruenbacher2006-01-212-0/+139
|
* - 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
| | | | | missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-7/+10
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-181-8/+9
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-181-0/+5
| | | | (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
* - 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
| | | | | | | | document the remaining options. - quilt/pop.in: Colorize this as well: "Patch attempted to create file *, which already exists." "can't find file to patch at input line *" "* out of * hunk ignored"
* - When applying a patch with -q and without -f no (individual)Andreas Gruenbacher2004-10-171-2/+11
| | | | | | | | | | | reject files are created, and the "patching file" comments are missing as well. In that case, we don't know wich files the "-- saving rejects to file /tmp/foo" comments belong to, and we can't fic them up. Remove them, instead. - Pop command: Touch files after they are restored so that tools like make don't get confused. - Update test cases. - Bump to version 0.37.
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-21/+70
| | | | | | | | | | Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
* - Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file modeAndreas Gruenbacher2004-06-021-0/+2
| | | | of original file when creating backup files.
* - 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
| | | | | | | | | | | | | | *topmost* patch, not the next unapplied patch. Adapt the test suite accordingly. - Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate. - Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too. - Update the documentation. Add example1.test from the documentation.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-12/+25
| | | | - Run test/one.test inside sub-directory.
* - Backup files were not reliably removed after restoring (this did notAndreas Gruenbacher2003-10-261-6/+4
| | | | matter with the .pc files).
* - lib/backup-files.c: Copy files if hard linking is not possible,Andreas Gruenbacher2003-07-191-18/+66
| | | | e.g., because the backups go to a ram disc, etc.
* Install binary backup-files into /usr/lib/quilt and the remaining scripts ↵Andreas Gruenbacher2003-01-315-1413/+0
| | | | under /usr/share/quilt/scripts.
* Add syntax highlighting tags for emacs and vimAndreas Gruenbacher2003-01-314-0/+16
|
* Change #\!@BASH@ to #\! @BASH@. It can look a bit stupid, but it's needed ↵Martin Quinson2003-01-313-3/+3
| | | | for maximal portability
* Fight lintian warning: Change #\!@BASH@ to a header explaining what it is ↵Martin Quinson2003-01-311-1/+2
| | | | and that it it should be sourced.
* Also substitute @MKTEMP@Andreas Gruenbacher2003-01-301-5/+5
|
* Quilt diff now accepts a list of files; add quilt.changes entry for previous ↵Andreas Gruenbacher2003-01-301-0/+11
| | | | file removal.
* Quilt refresh looses patch descriptionAndreas Gruenbacher2003-01-301-1/+1
|
* Add changelog and fix patch_description for "Index:" lines in patchesAndreas Gruenbacher2003-01-301-7/+7
|
* Clean upAndreas Gruenbacher2003-01-302-352/+0
|
* Another regex quoting mistake; add rpm makefile targetAndreas Gruenbacher2003-01-301-1/+1
|
* Prepare for more AutoconfAndreas Gruenbacher2003-01-303-8/+8
|
* Prepare for GNU Autoconf; Some cleanups in MakefileAndreas Gruenbacher2003-01-306-4/+356
|
* Fix some regex quotingAndreas Gruenbacher2003-01-301-8/+9
|
* Add --leave-rejects option to quilt push (and apatch)Andreas Gruenbacher2003-01-291-2/+8
|
* Add the cvsignore for the result of a debian package compilation. rpm may ↵v0.21Martin Quinson2003-01-291-0/+1
| | | | create other files, no idea
* Version 0.21 from Andreas GruenbacherMartin Quinson2003-01-297-379/+883
|
* - Catch up to akmp version 0.10 (only files in need-checking were modified)Martin Quinson2003-01-213-3/+21
| | | | | | - Use bash ; use a proper first line (ie "#! /bin/bash", the space is needed on some rare platforms) - Add a header stating that the code is GPL in all scripts
* Version 0.11, from Andreas GruenbacherMartin Quinson2003-01-216-0/+1110