summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* - 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).