summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-251-0/+6
| | | | - Makefile.in: Make sure configure is up to date.
* - lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).Andreas Gruenbacher2006-01-251-0/+5
|
* - lib/backup-files.c: Don't fail when link(1) returns ENOSYS, andAndreas Gruenbacher2006-01-251-0/+6
| | | | try to copy in that case.
* - lib/backup-files.c: Fix another missed optimization.Andreas Gruenbacher2006-01-251-0/+5
|
* - lib/backup-files.c: Several fixes from Markus as well.Andreas Gruenbacher2006-01-251-1/+2
|
* - lib/backup-files.c: Cleanups by Markus F.X.J. OberhumerAndreas Gruenbacher2006-01-251-0/+6
| | | | <markus@oberhumer.com>.
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-241-0/+6
| | | | jayvdb@gmail.com.
* Typo fix.Jean Delvare2006-01-231-1/+1
|
* - configure.ac: Use $TR instead of tr.Andreas Gruenbacher2006-01-231-0/+5
|
* - Fix make check-all and make check-*.Andreas Gruenbacher2006-01-231-0/+5
|
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-231-2/+11
| | | | | | - 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-231-0/+6
| | | | - Syntax changes in patchfns for Solaris /usr/xpg4/bin/awk.
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-231-0/+5
|
* - A better rule for test/.depend.Andreas Gruenbacher2006-01-231-0/+9
| | | | | | | - 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-231-0/+5
|
* - Don't include any object files in LIBOBJS that we don't have.Andreas Gruenbacher2006-01-221-0/+5
|
* - Call $(CMD) instead of cmd in Makefile.in.Andreas Gruenbacher2006-01-221-0/+5
|
* - push command: when a patch doesn't apply, check if it reverseAndreas Gruenbacher2006-01-221-0/+6
| | | | applies, and inform the user.
* - When inserting new diffstat, put a "---" line above it.Andreas Gruenbacher2006-01-221-0/+5
|
* - USE_NLS fix.Andreas Gruenbacher2006-01-221-1/+1
| | | | - Replace egrep with grep.
* - Add fallback ftw implementation for systems that don't have it.Andreas Gruenbacher2006-01-211-0/+5
|
* - Use ftw instead of nftw (some platforms don't have nftw).Andreas Gruenbacher2006-01-211-0/+5
|
* - lib/backup-files.c: Only create and remove parents that areAndreas Gruenbacher2006-01-211-0/+7
| | | | | 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-211-2/+7
|
* - GNU patch 2.5 messages differ slightly from the messages of moreAndreas Gruenbacher2006-01-211-0/+8
| | | | | | 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-211-0/+5
|
* - Check whether cp -l works.Andreas Gruenbacher2006-01-211-0/+5
|
* - Default to use NLS when NLS binaries are available (minorAndreas Gruenbacher2006-01-211-0/+6
| | | | changes by agruen@suse.de).
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-211-0/+7
| | | | | - 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-211-0/+6
| | | | QUILT_PATCHES can now e imported. A minor fix in the output.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-211-0/+5
|
* - Tru64 /bin/sh complains when $(call ) is used without ; on eachAndreas Gruenbacher2006-01-201-0/+6
| | | | line of the define.
* - Clear up the internal make rules so make -d is not so verbose.Andreas Gruenbacher2006-01-201-0/+5
|
* - Check if arguments to --with-<prog> exist, warn if they do not,Andreas Gruenbacher2006-01-201-0/+7
| | | | | 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-201-0/+6
| | | | --with-foo=none.
* - Make sure quilt diff --snapshot visits files in a defined order.Andreas Gruenbacher2006-01-191-0/+5
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-191-0/+7
| | | | | 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-161-0/+5
|
* - Always use full command names in the test suite.Andreas Gruenbacher2006-01-161-0/+5
|
* - doc/README and doc/quilt.1 depend on compat/getopt being builtAndreas Gruenbacher2006-01-161-0/+9
| | | | | | | prior to their generation. As the phony target 'compat' cant be used as a prereq, except to other phony targets, $(COMPAT) has been added to refer to all necessary compat/ objects. - bin/*.in should be regenerated after a change to Makefile.
* - Change the rules for splitting a patch into header and body soAndreas Gruenbacher2006-01-161-0/+6
| | | | that it will work for git extanded patches as well.
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-151-0/+12
| | | | | | | | | | programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check. - Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS. - configure.ac: use --without-$foo instead of --with-foo=none. - Fix processing of translations again, and update de.po.
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-141-0/+8
| | | | | | directly from the source tree. - test/Makefile: merge into Makefile.in (target check). - Makefile.in: clean up.
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-0/+6
| | | | installed version for running the test suite.
* - test/null-bug.test: Fix the original directory creation so thatJean Delvare2006-01-101-0/+9
| | | | | | | the test doesn't fail if any higher-level directory contains a patches/ sub-directory. - test/*.test: Fix the test suite after the December 8th, 2005 change to quilt diff. Contributed by Markus Oberhumer.
* Translation updates:Jean Delvare2006-01-041-0/+7
| | | | | | - po/quilt.pot, po/de.po: Resync with code. - po/ja.po: Update from Yasushi Shoji. - po/fr.po: Update from Jean Delvare.
* - scripts/inspect.in (setup command): add heuristic to check forAndreas Gruenbacher2005-12-081-0/+10
| | | | | | | input files specified on the command line in the tar/patch wrapper. - quilt/diff.in: Degrade the ``More recent patches modify files in patch'' message to a warning.
* Document last changesMartin Quinson2005-12-011-0/+7
|
* - Oops, the /dev/null "fix" broke create-delete.test. Back out this changeAndreas Gruenbacher2005-11-281-8/+5
| | | | and fix only the specific -p0 case.
* - quilt/diff.in, quilt/refresh.in: stop using /dev/null for addedAndreas Gruenbacher2005-11-281-0/+14
| | | | | | | | | | | | or removed files: GNU diff does not do that either, and for removed files this leads to headers that only reference $file.orig and /dev/null, so the actual file is not found. (This is only truly fixes -p0 style patches as -p1 style patches use dir.orig/file instead of dir/file.orig so the filename is not lost, but stopping to use /dev/null makes sense for -p style patches just the same. - files command: remove a redundant find_patch(). - Make top_patch() fail if there is no top patch.