summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix.Jean Delvare2006-02-031-1/+1
|
* - bash_completion: Code refactoring, indentation fixes.Jean Delvare2006-02-031-0/+5
|
* - quilt/mail.in: Strip "Tr:" from subject lines like we do withJean Delvare2006-02-031-0/+6
| | | | "Re:" and "Fwd:".
* - quilt/mail.in: Disable broken patch header format check.Andreas Gruenbacher2006-02-031-0/+5
|
* Added configure.ac check for GNU diff and fixed GNU patch checkJohn Mark Vandenberg2006-02-031-0/+6
| | | | to use $GREP -q
* *** empty log message ***v0.43Andreas Gruenbacher2006-02-011-1/+1
|
* - Bump version to 0.43.Andreas Gruenbacher2006-02-011-0/+5
|
* - compat/date.in: Fix GetOptions problem with options startingAndreas Gruenbacher2006-02-011-0/+9
| | | | | | | with `+'. - test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.
* - quilt/mail.in: Documentation fix.Andreas Gruenbacher2006-02-011-0/+5
|
* - configure.ac: Remove uniq -D test; we no longer use it.Andreas Gruenbacher2006-02-011-0/+13
| | | | | | | - compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher). - configure.ac: Add test for date --rfc-822.
* - bin/guards: Update to latest version (supports --with-guardsAndreas Gruenbacher2006-02-011-5/+10
| | | | | | | | option). - doc/README.in: Update the description of the helper scripts. Add Typical Usages section from Randy Dunlap <rdunlap@xenotime.net>. - contrib/import.diff: Remove obsolete file.
* - po/fr.po: Add missing translation of quilt mail's --senderJean Delvare2006-02-011-0/+6
| | | | option help. Thanks to Andreas Gruenbacher for pointing out.
* - Clean up quoting in more messages. Add some spaces to the JapaneseAndreas Gruenbacher2006-02-011-1/+7
| | | | translation for good measure.
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-011-0/+5
|
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-011-0/+5
|
* - Japanese translation update from Yasushi Shoji.Andreas Gruenbacher2006-02-011-0/+5
|
* - Check for GNU uniq, and test if uniq -D is supported (from GaryAndreas Gruenbacher2006-01-311-0/+6
| | | | V. Vaughan).
* - Make sure that the %changes section in the spec file willAndreas Gruenbacher2006-01-311-0/+6
| | | | contain POSIX dates (#15591).
* - quilt/mail.in: Don't use sed's Q command, old versions ofJean Delvare2006-01-301-0/+6
| | | | sed don't know about it.
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-301-6/+6
| | | | platforms on which $(hostname -f) doesn't work.
* - Properly handle spaces in arguments to getopt.Andreas Gruenbacher2006-01-301-0/+5
|
* - Allow backup-files to build on windows using the MinGW compiler.Andreas Gruenbacher2006-01-301-0/+5
|
* - Makefile.in: The trailing slash in `find compat/' is causing OSXAndreas Gruenbacher2006-01-301-0/+8
| | | | | | /usr/bin/find to print 'compat//sed', etc. As a result, they are appearing in compat_leftover, being removed in the middle of the build, causing errors during the construction of $(DOC).
* - test/mail.test: Use --sender option to avoid callingAndreas Gruenbacher2006-01-301-0/+6
| | | | hostname -f on platforms that don't support -f.
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-301-0/+5
|
* - lib/backup-files.c: Tru64 does not have snprintf. (Reported byAndreas Gruenbacher2006-01-301-0/+6
| | | | John Vandenberg).
* - bash_completion: Update import and mail commands options.Jean Delvare2006-01-301-0/+5
|
* - po/fr.po: Update French translation.Jean Delvare2006-01-301-0/+5
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-291-2/+3
| | | | subject headers.
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-0/+5
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-0/+14
| | | | | | | | | | | | + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.
* - Makefile.in: Add a missing dependency.Andreas Gruenbacher2006-01-291-0/+5
|
* - quilt/files.in, bash_completion: Command files only works on appliedJean Delvare2006-01-291-0/+6
| | | | patches.
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-291-0/+6
| | | | - bash_completion: Resync with quilt commands options.
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-291-0/+5
|
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-291-0/+8
| | | | | | find_patch_file. - quilt/import.in: Add a missing print_patch call. - quilt/import.in: Fix several temporary file leaks.
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-01-271-0/+5
|
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-271-0/+8
| | | | | | on some platforms. - In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-271-0/+7
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - po/fr.po: Update French translation.Jean Delvare2006-01-261-0/+5
|
* - lib/backup-files.c: Fix usage line and help text.Jean Delvare2006-01-261-0/+7
| | | | | - lib/backup-files.c: Improve recursive processing by avoiding repeated realloc and strlen calls. Hardly measurable though.
* - Makefile.in: Have Makefile depend on configure, so that theJean Delvare2006-01-261-0/+7
| | | | | user runs ./configure only once if both Makefile.in and configure.ac have changed.
* - quilt/import.in: Add missing quoting, stop using diff -U forAndreas Gruenbacher2006-01-261-0/+6
| | | | portability.
* - aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compatAndreas Gruenbacher2006-01-261-0/+7
| | | | | symlinks for binaries that have a different basename than what quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.
* - Stop using find's -printf option: some versions of find don'tAndreas Gruenbacher2006-01-261-0/+6
| | | | have it.
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-261-0/+5
|
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-261-0/+7
| | | | | 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-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.