📄 quilt.changes
字号:
-------------------------------------------------------------------Wed Sep 21 22:44:26 CEST 2005 - khali@linux-fr.org- configure.ac, Makefile.in: Make the cp, date and tr binaries user-selectable.- configure.ac: Test grep and tr features.-------------------------------------------------------------------Wed Sep 21 22:41:08 CEST 2005 - khali@linux-fr.org- aclocal.m4: Fix typo causing binaries with alternative names not to be properly handled.-------------------------------------------------------------------Wed Sep 21 21:33:39 CEST 2005 - khali@linux-fr.org- quilt/files.in: Compute file status only when needed (that is, when -v is used and -l isn't). This divides the execution time by 5 in all other cases.-------------------------------------------------------------------Wed Sep 21 21:13:19 CEST 2005 - khali@linux-fr.org- test/subdir.test: Test quilt files -v.-------------------------------------------------------------------Wed Sep 21 20:20:47 CEST 2005 - khali@linux-fr.org- test/sort.test: Quote grep arguments, as some grep implementations seem to otherwise choke on them. Original patch from John Vandenberg.-------------------------------------------------------------------Wed Sep 21 20:11:06 CEST 2005 - khali@linux-fr.org- quilt/diff.in: Add missing call to print_patch.-------------------------------------------------------------------Tue Sep 20 19:57:43 CEST 2005 - khali@linux-fr.org- Makefile.in: Fix compat/tail symlink creation. Fix variable exporting bashism.- configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it.- test/Makefile: Fix varible exporting and script sourcing bashisms.-------------------------------------------------------------------Mon Sep 19 21:02:53 CEST 2005 - agruen@suse.de- Makefile.in: Fix when COMPAT_PROGRAMS is empty.- Avoid spurious rebuilds because of unnecessary chmod.-------------------------------------------------------------------Mon Sep 19 20:26:47 CEST 2005 - khali@linux-fr.org- Makefile.in: Fix harmless error message in reference rule.-------------------------------------------------------------------Mon Sep 19 19:48:50 CEST 2005 - khali@linux-fr.org- aclocal.m4: Fix a bug causing user-selected binary names not to be displayed properly.-------------------------------------------------------------------Mon Sep 19 16:05:14 CEST 2005 - agruen@suse.de- Use compatibility m4 for diffstat. Correctly diagnose older diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update configure warning message to reflect reality that quilt diff does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).-------------------------------------------------------------------Mon Sep 19 15:54:01 CEST 2005 - agruen@suse.de- quilt/mail.in: add a --sender option for specifying the envelope sender address (defaults to ${LOGNAME:-`whoami`}@`hostname -f`).-------------------------------------------------------------------Mon Sep 19 15:23:54 CEST 2005 - agruen@suse.de- Rename MTA program to SENDMAIL, and improve configure.ac (from John Vandenberg again, as several other recent things -- thanks!)- Must build the compatibility programs before creating the command reference (which extracts the help texts).-------------------------------------------------------------------Mon Sep 19 12:25:15 CEST 2005 - agruen@suse.de- Fix mta check when sendmail is found.- Fix --disable-nls.- configure.ac: Don't run tests when using internal compatibility programs.-------------------------------------------------------------------Sun Sep 18 18:39:56 CEST 2005 - agruen@suse.de- Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.-------------------------------------------------------------------Sun Sep 18 18:28:56 CEST 2005 - khali@linux-fr.org- configure.ac: Test for tail -n.-------------------------------------------------------------------Sun Sep 18 17:59:03 CEST 2005 - agruen@suse.de- Makefile.in: Add a dependency of all to COMPAT_PROGRAMS which was lost somewhere. Fix internal "mta" program.- Get rid of ``grep -E''.-------------------------------------------------------------------Sun Sep 18 17:41:56 CEST 2005 - agruen@suse.de- Fix a few things in po/quilt.pot generation.- Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH.- quilt/main.in: Add a User-Agent header.- Update the German translation.-------------------------------------------------------------------Sun Sep 18 16:28:14 CEST 2005 - agruen@suse.de- Makefile.in: remove obsolete substitutions.-------------------------------------------------------------------Sun Sep 18 15:17:54 CEST 2005 - agruen@suse.de- Get rid of ``grep -e''.-------------------------------------------------------------------Sun Sep 18 15:05:43 CEST 2005 - agruen@suse.de- Remove config.h, and use @DEFS@ in Makefile.in instead (Gary V. Vaughan <gary@gnu.org>).-------------------------------------------------------------------Sun Sep 18 14:30:53 CEST 2005 - khali@linux-fr.org- configure.ac: Drop useless -e to grep.-------------------------------------------------------------------Sun Sep 18 14:15:13 CEST 2005 - agruen@suse.de- Merge po/Makefile into Makefile.in. Add a lost @false to Makefile.in.-------------------------------------------------------------------Sun Sep 18 12:55:17 CEST 2005 - agruen@suse.de- lib/backup-files.c: add missing dependency on config.h. Check for chmod and fchmod support. Remove two unnecessary chmod calls.- Makefile.in: fix cyclic dependency on Makefile.-------------------------------------------------------------------Sun Sep 18 12:32:41 CEST 2005 - agruen@suse.de- lib/backup-files.c: use mktemp if mkstemp is not available (Gary V. Vaughan <gary@gnu.org>). Add a config.h.-------------------------------------------------------------------Sun Sep 18 12:12:47 CEST 2005 - agruen@suse.de- lib/backup-files.c: switch from alloca to malloc for portability.-------------------------------------------------------------------Sun Sep 18 11:21:08 CEST 2005 - khali@linux-fr.org- configure.ac: Make the tail executable user-selectable.-------------------------------------------------------------------Sun Sep 18 10:13:26 CEST 2005 - agruen@suse.de- Forgot to add new files to the repository.-------------------------------------------------------------------Sun Sep 18 02:49:43 CEST 2005 - agruen@suse.de- Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.- Only add compat/ directory to PATH if it exists. Only create it when necessary.- configure.ac: fail if getopt does not support --long.- Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) in Makefile.in.- Replace @FOO@ macros in scripts with foo command where possible.- Remove compatibility shell functions and convert them to standalone scripts.-------------------------------------------------------------------Fri Sep 16 20:57:32 CEST 2005 - khali@linux-fr.org- configure.ac: Fix a copy-n-paste bug which was causing perl to be checked twice and awk not to be checked properly.-------------------------------------------------------------------Fri Sep 16 18:49:05 CEST 2005 - khali@linux-fr.org- Make it possible to pass arbitrary options to diffstat, by defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc.- Update documentation and sample configuration file accordingly.-------------------------------------------------------------------Thu Sep 15 23:35:44 CEST 2005 - agruen@suse.de- Fix off-by-one error: it's not a good idea to edit $x instead of $x.in.-------------------------------------------------------------------Thu Sep 15 22:19:55 CEST 2005 - khali@linux-fr.org- Makefile.in: Add missing dependency of doc/README on quilt/*.- Makefile.in: Rewrite non-portable sed command in "reference" rule.-------------------------------------------------------------------Thu Sep 15 19:51:06 CEST 2005 - khali@linux-fr.org- Omitting the search directory in "find" is not portable; add an explicit "." (Gary V. Vaughan, John Vandenberg).-------------------------------------------------------------------Thu Sep 15 15:20:27 CEST 2005 - agruen@suse.de- Fix quilt.spec generation after the Sep 14 change.-------------------------------------------------------------------Thu Sep 15 12:33:32 CEST 2005 - agruen@suse.de- quilt/pop.in: get rid of tac.-------------------------------------------------------------------Thu Sep 15 01:51:20 CEST 2005 - agruen@suse.de- quilt/mail.in: Remove stray getopt line. If --subject is given, actually fill in the subject in the message template.-------------------------------------------------------------------Wed Sep 14 22:52:23 CEST 2005 - khali@linux-fr.org- Makefile.in: Use @BASH@ instead of bash (John Vandenberg).- Makefile.in: Use `foo` instead of $$(foo) for compatibility.- Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).-------------------------------------------------------------------Tue Sep 13 23:01:04 CEST 2005 - khali@linux-fr.org- quilt/annotate.in: Rework the annotation algorithm (Andreas Gruenbacher). The new code is shorter and faster.- quilt/annotate.in: New option "-p patch" to stop checking for changes at the specified rather than the topmost patch.- bash_completion: Support the new -p option.- test/annotation.test: Test the new -p option.-------------------------------------------------------------------Sun Sep 11 10:32:28 CEST 2005 - khali@linux-fr.org- quilt/annotate.in: Update help text to mention that only applied patches will show (Andreas Gruenbacher). Optimize by using applied_patches() instead of cat_series().-------------------------------------------------------------------Fri Sep 9 20:19:39 CEST 2005 - khali@linux-fr.org- test/*.test: Fix sed compatibility issues: do not use inplace (-i); do not filter out tabs in patches, it's no more needed now that --no-timestamps is used; do not use the "a" command. Based on a patch by John Vandenberg.-------------------------------------------------------------------Fri Sep 9 18:09:42 CEST 2005 - khali@linux-fr.org- scripts/patchfns.in: New quilt_command function for running another quilt command. Patch from Joe Green.- quilt/delete.in, quilt/edit.in: Use the new quilt_command function. Patch from Joe Green.-------------------------------------------------------------------Wed Sep 7 18:22:29 CEST 2005 - khali@linux-fr.org- quilt/delete.in: Fix the quilt pop invocation when attempting to delete the top patch (default). Patch by Joe Green.-------------------------------------------------------------------Tue Sep 6 20:22:04 CEST 2005 - khali@linux-fr.org- Japanese translation update contributed by Satoru Takeuchi and Yasushi Shoji.-------------------------------------------------------------------Tue Sep 6 20:15:54 CEST 2005 - khali@linux-fr.org- It is now possible to set EDITOR in ~/.quiltrc in order to use a different editor for quilt and for the other tasks.-------------------------------------------------------------------Tue Sep 6 19:57:38 CEST 2005 - khali@linux-fr.org- doc/README needs the same $EDITOR filtering quirk we just added for doc/quilt.1.-------------------------------------------------------------------Tue Sep 6 19:34:03 CEST 2005 - khali@linux-fr.org- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to not require the awk asort function, which is not available on all versions of awk.- test/sort.test: Add more files to better test the ordering and sorting issues. Original patch by John Vandenberg.-------------------------------------------------------------------Tue Sep 6 18:57:16 CEST 2005 - khali@linux-fr.org- Merge doc/sample.quiltrc into quilt.quiltrc, and delete it. It will be easier to maintain a single configuration file.-------------------------------------------------------------------Tue Sep 6 18:35:18 CEST 2005 - khali@linux-fr.org- Makefile.in: Filter out expanded $EDITOR in quilt.1. This value being set at installation time may be irrelevant at execution time.-------------------------------------------------------------------Tue Sep 6 11:17:10 CEST 2005 - agruen@suse.de- Fix test/perms.test for LANG=POSIX (from John Vandenberg <jayvdb@gmail.com>), and always run the test cases with LANG set to POSIX.-------------------------------------------------------------------Sun Sep 4 14:09:10 CEST 2005 - khali@linux-fr.org- quilt/diff.in: Fix incorrect error message when incompatible options are used. Fix direct call to awk.-------------------------------------------------------------------Fri Sep 2 19:31:51 CEST 2005 - khali@linux-fr.org- scripts/patchfns.in: Fix permissions of .pc/applied-patches being lost in remove_from_db() and rename_in_db().-------------------------------------------------------------------Fri Sep 2 18:57:54 CEST 2005 - khali@linux-fr.org- quilt/refresh.in: Drop a useless line in the awk script replacing the diffstat section in patch headers. Improve the regular expression matching diffstat lines. Original patch from John Vandenberg.-------------------------------------------------------------------Sun Aug 28 20:48:12 CEST 2005 - khali@linux-fr.org
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -