summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-267-32/+40
|
* - Fix/update a few messages.Andreas Gruenbacher2006-01-266-77/+48
|
* - Also check for access(path, R_OK|X_OK) before visiting all theAndreas Gruenbacher2006-01-261-1/+1
| | | | | files in a directory: this avoids an error message for each file in a non-executable directory.
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-267-164/+85
| | | | | walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-257-67/+84
| | | | - Makefile.in: Make sure configure is up to date.
* - lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).Andreas Gruenbacher2006-01-252-3/+9
|
* - lib/backup-files.c: Don't fail when link(1) returns ENOSYS, andAndreas Gruenbacher2006-01-252-1/+8
| | | | try to copy in that case.
* - lib/backup-files.c: Fix another missed optimization.Andreas Gruenbacher2006-01-252-2/+9
|
* - lib/backup-files.c: Several fixes from Markus as well.Andreas Gruenbacher2006-01-252-12/+39
|
* - lib/backup-files.c: Cleanups by Markus F.X.J. OberhumerAndreas Gruenbacher2006-01-252-19/+30
| | | | <markus@oberhumer.com>.
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-246-13/+18
| | | | jayvdb@gmail.com.
* Typo fix.Jean Delvare2006-01-231-1/+1
|
* - configure.ac: Use $TR instead of tr.Andreas Gruenbacher2006-01-232-2/+7
|
* - Fix make check-all and make check-*.Andreas Gruenbacher2006-01-232-3/+8
|
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-236-30/+38
| | | | | | - quilt/import.in: Don't use diff -U-1. - Test suite: Recognize output of old versions of patch (from jayvdb@gmail.com).
* - Check if awk supports sub().Andreas Gruenbacher2006-01-233-4/+25
| | | | - Syntax changes in patchfns for Solaris /usr/xpg4/bin/awk.
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-237-55/+53
|
* - A better rule for test/.depend.Andreas Gruenbacher2006-01-232-26/+17
| | | | | | | - In order to run make check immediately after configure, a few minor dependencies need to be added. - The test suite depends on the compat layer and backup-files. - quilt/refresh depends on remove-trailing-ws.
* - Remove unnecessary uses of diff's -N option.Andreas Gruenbacher2006-01-235-5/+10
|
* - Don't include any object files in LIBOBJS that we don't have.Andreas Gruenbacher2006-01-222-1/+6
|
* - Remove obsolete @MTA@ substitution.Andreas Gruenbacher2006-01-221-1/+0
|
* - Call $(CMD) instead of cmd in Makefile.in.Andreas Gruenbacher2006-01-222-47/+65
|
* - Check for the new message in the test suite as well.Andreas Gruenbacher2006-01-221-2/+2
|
* - Use a more clear message for when patches apply with -R.Andreas Gruenbacher2006-01-225-38/+58
|
* - push command: when a patch doesn't apply, check if it reverseAndreas Gruenbacher2006-01-224-7/+81
| | | | applies, and inform the user.
* - When inserting new diffstat, put a "---" line above it.Andreas Gruenbacher2006-01-222-0/+6
|
* - USE_NLS fix.Andreas Gruenbacher2006-01-224-5/+5
| | | | - Replace egrep with grep.
* *** empty log message ***Andreas Gruenbacher2006-01-222-6/+44
|
* - po/de.po: Translation update.Andreas Gruenbacher2006-01-225-33/+20
|
* - Add fallback ftw implementation for systems that don't have it.Andreas Gruenbacher2006-01-215-5/+156
|
* - Use ftw instead of nftw (some platforms don't have nftw).Andreas Gruenbacher2006-01-212-2/+7
|
* - lib/backup-files.c: Only create and remove parents that areAndreas Gruenbacher2006-01-216-59/+77
| | | | | missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).
* - Don't use date -r for comparing file timestamps.Andreas Gruenbacher2006-01-212-6/+8
|
* - GNU patch 2.5 messages differ slightly from the messages of moreAndreas Gruenbacher2006-01-2110-20/+28
| | | | | | recent versions. Recognize the old version's output when fixing patch's output in the push command, and also accept the old version's output in the test suite.
* - test/run: Support regex matching in test scripts.Andreas Gruenbacher2006-01-212-9/+21
|
* - Check whether cp -l works.Andreas Gruenbacher2006-01-212-1/+18
|
* - Default to use NLS when NLS binaries are available (minorAndreas Gruenbacher2006-01-213-10/+35
| | | | changes by agruen@suse.de).
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-2110-74/+208
| | | | | - import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.
* - import command: catch several error conditions. Patches inAndreas Gruenbacher2006-01-218-83/+167
| | | | QUILT_PATCHES can now e imported. A minor fix in the output.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-219-92/+186
|
* - Add the .*.ok files to .cvsignore.Andreas Gruenbacher2006-01-201-0/+1
|
* - Tru64 /bin/sh complains when $(call ) is used without ; on eachAndreas Gruenbacher2006-01-202-4/+10
| | | | line of the define.
* - Clear up the internal make rules so make -d is not so verbose.Andreas Gruenbacher2006-01-202-0/+15
|
* - Check if arguments to --with-<prog> exist, warn if they do not,Andreas Gruenbacher2006-01-202-1/+17
| | | | | and fail if they do but are no executables. (Based on a patch from jayvdb@gmail.com).
* - configure.in: Document to use --without-foo instead ofAndreas Gruenbacher2006-01-203-4/+13
| | | | --with-foo=none.
* - German translation update.Andreas Gruenbacher2006-01-201-13/+4
|
* - Make sure quilt diff --snapshot visits files in a defined order.Andreas Gruenbacher2006-01-192-1/+6
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-1927-670/+494
| | | | | around all patch parameters, and reporting 'No patches in series' - quilt/annonate.in: Fix case where no patches have been applied.
* - test/three.test, test/import.test: Add various tests.Andreas Gruenbacher2006-01-163-0/+296
|
* - Always use full command names in the test suite.Andreas Gruenbacher2006-01-163-3/+8
|