📄 quilt.changes
字号:
-------------------------------------------------------------------Wed Jan 25 19:49:08 CET 2006 - agruen@suse.de- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and try to copy in that case.-------------------------------------------------------------------Wed Jan 25 19:27:11 CET 2006 - agruen@suse.de- lib/backup-files.c: Fix another missed optimization.-------------------------------------------------------------------Wed Jan 25 18:43:38 CET 2006 - agruen@suse.de- lib/backup-files.c: Cleanups by Markus F.X.J. Oberhumer <markus@oberhumer.com>.- lib/backup-files.c: Several fixes from Markus as well.-------------------------------------------------------------------Tue Jan 24 03:28:12 CET 2006 - agruen@suse.de- quilt/scripts/parse-patch.in: files_in_patch improvement from jayvdb@gmail.com.-------------------------------------------------------------------Mon Jan 23 21:40:26 CET 2006 - agruen@suse.de- configure.ac: Use $TR instead of tr.-------------------------------------------------------------------Mon Jan 23 16:00:39 CET 2006 - jayvdb@gmail.com- Fix make check-all and make check-*.-------------------------------------------------------------------Mon Jan 23 13:51:29 CET 2006 - agruen@suse.de- configure.ac: Require GNU patch 2.4+.- quilt/import.in: Don't use diff -U-1.- Test suite: Recognize output of old versions of patch (from jayvdb@gmail.com).-------------------------------------------------------------------Mon Jan 23 13:05:48 CET 2006 - jayvdb@gmail.com- configure.ac: Check if awk supports sub().- quilt/scripts/patchfns.in: Syntax changes for Solaris /usr/xpg4/bin/awk.-------------------------------------------------------------------Mon Jan 23 11:58:20 CET 2006 - agruen@suse.de- Stop using GNU awk's gensub.-------------------------------------------------------------------Mon Jan 23 10:52:25 CET 2006 - jayvdb@gmail.com- A better rule for test/.depend.- 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.-------------------------------------------------------------------Mon Jan 23 01:08:16 CET 2006 - agruen@suse.de- Remove unnecessary uses of diff's -N option.-------------------------------------------------------------------Mon Jan 23 00:59:10 CET 2006 - agruen@suse.de- Don't include any object files in LIBOBJS that we don't have.-------------------------------------------------------------------Mon Jan 23 00:45:30 CET 2006 - agruen@suse.de- Call $(CMD) instead of cmd in Makefile.in.-------------------------------------------------------------------Sun Jan 22 05:08:12 CET 2006 - agruen@suse.de- push command: when a patch doesn't apply, check if it reverse applies, and inform the user.-------------------------------------------------------------------Sun Jan 22 03:30:09 CET 2006 - agruen@suse.de- When inserting new diffstat, put a "---" line above it.-------------------------------------------------------------------Sun Jan 22 00:44:27 CET 2006 - agruen@suse.de- Add fallback ftw implementation for systems that don't have it.-------------------------------------------------------------------Sat Jan 21 23:37:24 CET 2006 - agruen@suse.de- Use ftw instead of nftw (some platforms don't have nftw).-------------------------------------------------------------------Sat Jan 21 23:17:28 CET 2006 - jayvdb@gmail.com- lib/backup-files.c: Only create and remove parents that are missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).-------------------------------------------------------------------Sat Jan 21 22:46:23 CET 2006 - jayvdb@gmail.com- Don't use date -r for comparing file timestamps.-------------------------------------------------------------------Sat Jan 21 22:37:29 CET 2006 - jayvdb@gmail.com- GNU patch 2.5 messages differ slightly from the messages of more 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.-------------------------------------------------------------------Sat Jan 21 21:32:59 CET 2006 - jayvdb@gmail.com- test/run: Support regex matching in test scripts.-------------------------------------------------------------------Sat Jan 21 21:31:16 CET 2006 - jayvdb@gmail.com- Check whether cp -l works.-------------------------------------------------------------------Sat Jan 21 21:29:22 CET 2006 - jayvdb@gmail.com- Default to use NLS when NLS binaries are available (minor changes by agruen@suse.de).-------------------------------------------------------------------Sat Jan 21 21:03:30 CET 2006 - agruen@suse.de- Split off strip_diffstat from header command.- import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.-------------------------------------------------------------------Sat Jan 21 19:44:35 CET 2006 - jayvdb@gmail.com- import command: catch several error conditions. Patches in QUILT_PATCHES can now be imported. A minor fix in the output.-------------------------------------------------------------------Sat Jan 21 19:23:19 CET 2006 - agruen@suse.de- Fix delete -n when no patches are applied.-------------------------------------------------------------------Fri Jan 20 02:47:35 CET 2006 - jayvdb@gmail.com- Tru64 /bin/sh complains when $(call ) is used without ; on each line of the define.-------------------------------------------------------------------Fri Jan 20 01:30:52 CET 2006 - jayvdb@gmail.com- Clear up the internal make rules so make -d is not so verbose.-------------------------------------------------------------------Fri Jan 20 01:24:11 CET 2006 - agruen@suse.de- Check if arguments to --with-<prog> exist, warn if they do not, and fail if they do but are no executables. (Based on a patch from jayvdb@gmail.com).-------------------------------------------------------------------Fri Jan 20 01:11:00 CET 2006 - jayvdb@gmail.com- configure.in: Document to use --without-foo instead of --with-foo=none.-------------------------------------------------------------------Thu Jan 19 17:34:05 CET 2006 - agruen@suse.de- Make sure quilt diff --snapshot visits files in a defined order.-------------------------------------------------------------------Thu Jan 19 18:52:30 +1100 2006 - jayvdb@gmail.com- Move patch parameter checks into patchfns.in, adding quotes around all patch parameters, and reporting 'No patches in series'- quilt/annonate.in: Fix case where no patches have been applied.-------------------------------------------------------------------Mon Jan 16 23:27:27 CET 2006 - jayvdb@gmail.com- test/three.test, test/import.test: Add various tests.-------------------------------------------------------------------Mon Jan 16 23:08:36 CET 2006 - jayvdb@gmail.com- Always use full command names in the test suite.-------------------------------------------------------------------Mon Jan 16 21:51:40 CET 2006 - jayvdb@gmail.com- doc/README and doc/quilt.1 depend on compat/getopt being built 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.-------------------------------------------------------------------Mon Jan 16 21:45:53 CET 2006 - agruen@suse.de- Change the rules for splitting a patch into header and body so that it will work for git extanded patches as well.-------------------------------------------------------------------Sun Jan 15 16:00:17 CET 2006 - agruen@suse.de- John Vandenberg <jayvdb@gmail.com>: Make check depends on 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.-------------------------------------------------------------------Sat Jan 14 19:42:21 CET 2006 - agruen@suse.de- Move scripts directory to quilt/scripts to simplify running quilt directly from the source tree.- test/Makefile: merge into Makefile.in (target check).- Makefile.in: clean up.-------------------------------------------------------------------Sat Jan 14 05:10:01 CET 2006 - agruen@suse.de- Use the quilt version in the source tree instead of the installed version for running the test suite.-------------------------------------------------------------------Tue Jan 10 19:29:57 CET 2006 - khali@linux-fr.org- test/null-bug.test: Fix the original directory creation so that 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.-------------------------------------------------------------------Wed Jan 4 17:32:47 CET 2006 - khali@linux-fr.org- po/quilt.pot, po/de.po: Resync with code.- po/ja.po: Update from Yasushi Shoji.- po/fr.po: Update from me.-------------------------------------------------------------------Thu Dec 8 17:45:41 CET 2005 - agruen@suse.de- scripts/inspect.in (setup command): add heuristic to check for 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.-------------------------------------------------------------------Thu Dec 1 11:56:33 CET 2005 - mquinson@debian.org- bin/guards.in: s/ocnfiguration/configuration/ (fixes Bug#341518 in Debian)- doc/quilt.1.in: Document common options to all commands (fixes Bug#334408 in Debian)-------------------------------------------------------------------Mon Nov 28 01:34:05 CET 2005 - agruen@suse.de- quilt/diff.in, quilt/refresh.in: for -p0 style patches, when a file is being deleted, use the real filename in the +++ line instead of filename.orig: if we don't, the patch does not contain the real filename anymore, and patch will fail. See test/null-bug.test.- files command: remove a redundant find_patch().- Make top_patch() fail if there is no top patch.-------------------------------------------------------------------Fri Nov 4 16:21:58 CET 2005 - agruen@suse.de- Makefile.in: don't strip the backup-files binary in the install target.- quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on the RPM release number when building quilt.-------------------------------------------------------------------Wed Oct 12 15:33:53 CEST 2005 - agruen@suse.de- scripts/inspect.in: remove unnecessary path_search() function and let the shell search the path internally.-------------------------------------------------------------------Tue Oct 4 18:43:42 CEST 2005 - khali@linux-fr.org- scripts/patchfns.in: Prevent patch_header and patch_body from mistakenly considering "---" alone on its header line as the beginning of the patch body.-------------------------------------------------------------------Fri Sep 23 22:24:29 CEST 2005 - khali@linux-fr.org- configure.ac: Let the user select the find binary. Test that find supports -path.-------------------------------------------------------------------Fri Sep 23 22:19:30 CEST 2005 - khali@linux-fr.org- quilt/files.in: Sort the file names rather than respecting the original order of the files in patches. This is slightly faster, and we don't much care about the original order.-------------------------------------------------------------------Fri Sep 23 20:32:38 CEST 2005 - khali@linux-fr.org- Fix the test suite so that directories leftover from a previously interrupted test won't cause a test to fail.-------------------------------------------------------------------Fri Sep 23 20:27:08 CEST 2005 - khali@linux-fr.org- Drop test/reorder.test, it duplicates test/sort.test but is less complete.-------------------------------------------------------------------Fri Sep 23 20:06:50 CEST 2005 - khali@linux-fr.org- test/run: Do not depend on Term::ReadKey.-------------------------------------------------------------------Fri Sep 23 14:47:05 CEST 2005 - agruen@suse.de- Fix the test suite so that it doesn't fail if any higher-level directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt).-------------------------------------------------------------------Thu Sep 22 20:38:56 CEST 2005 - khali@linux-fr.org- Makefile.in: Fix extra spaces in foreach command which were causing "missing separator" errors. Patch from Gary V. Vaughan.-------------------------------------------------------------------Thu Sep 22 20:26:09 CEST 2005 - khali@linux-fr.org- configure.ac: Test sed support for (foo|bar) constructs.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -