summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Andreas Gruenbacher2006-01-291-2/+2
|
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-298-21/+30
|
* *** empty log message ***Andreas Gruenbacher2006-01-291-1/+1
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-2910-107/+475
| | | | | | | | | | | | + 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-292-1/+8
|
* - quilt/files.in, bash_completion: Command files only works on appliedJean Delvare2006-01-293-2/+8
| | | | patches.
* - Don't pad right-hand side of ==, !=, =~, !~ with spaces.Andreas Gruenbacher2006-01-291-3/+2
|
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-298-40/+78
| | | | - bash_completion: Resync with quilt commands options.
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-296-16/+24
|
* Coding style.Jean Delvare2006-01-293-3/+3
|
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-297-44/+68
| | | | | | find_patch_file. - quilt/import.in: Add a missing print_patch call. - quilt/import.in: Fix several temporary file leaks.
* Add bash.Jean Delvare2006-01-281-0/+1
|
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-01-272-19/+17
|
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-279-76/+83
| | | | | | 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-2714-113/+120
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - Trailing whitespace cleanup.Andreas Gruenbacher2006-01-2714-25/+26
|
* - Change the default PATH_MAX from 4095 to 4096.Andreas Gruenbacher2006-01-261-2/+2
| | | | - sizeof(char) == 1.
* - po/fr.po: Update French translation.Jean Delvare2006-01-262-129/+18
|
* - lib/backup-files.c: Fix usage line and help text.Jean Delvare2006-01-262-10/+21
| | | | | - lib/backup-files.c: Improve recursive processing by avoiding repeated realloc and strlen calls. Hardly measurable though.
* Add awk.Jean Delvare2006-01-261-0/+1
|
* - Makefile.in: Have Makefile depend on configure, so that theJean Delvare2006-01-262-1/+8
| | | | | user runs ./configure only once if both Makefile.in and configure.ac have changed.
* - Oops, that was too much.Andreas Gruenbacher2006-01-261-2/+2
|
* - quilt/import.in: Add missing quoting, stop using diff -U forAndreas Gruenbacher2006-01-262-5/+11
| | | | portability.
* - Use perror(progname) instead of perror(NULL).Andreas Gruenbacher2006-01-261-1/+1
|
* - aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compatAndreas Gruenbacher2006-01-262-0/+10
| | | | | 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-266-11/+19
| | | | have it.
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-267-32/+40
|
* - Fix/update a few messages.Andreas Gruenbacher2006-01-266-77/+48
|
* - Also check for access(path, R_OK|X_OK) before visiting all theAndreas Gruenbacher2006-01-261-1/+1
| | | | | files in a directory: this avoids an error message for each file in a non-executable directory.
* - lib/backup-files.c: Stop using ftw and implement our own dirAndreas Gruenbacher2006-01-267-164/+85
| | | | | 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-257-67/+84
| | | | - Makefile.in: Make sure configure is up to date.
* - lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).Andreas Gruenbacher2006-01-252-3/+9
|
* - lib/backup-files.c: Don't fail when link(1) returns ENOSYS, andAndreas Gruenbacher2006-01-252-1/+8
| | | | try to copy in that case.
* - lib/backup-files.c: Fix another missed optimization.Andreas Gruenbacher2006-01-252-2/+9
|
* - lib/backup-files.c: Several fixes from Markus as well.Andreas Gruenbacher2006-01-252-12/+39
|
* - lib/backup-files.c: Cleanups by Markus F.X.J. OberhumerAndreas Gruenbacher2006-01-252-19/+30
| | | | <markus@oberhumer.com>.
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-246-13/+18
| | | | jayvdb@gmail.com.
* Typo fix.Jean Delvare2006-01-231-1/+1
|
* - configure.ac: Use $TR instead of tr.Andreas Gruenbacher2006-01-232-2/+7
|
* - Fix make check-all and make check-*.Andreas Gruenbacher2006-01-232-3/+8
|
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-236-30/+38
| | | | | | - 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-233-4/+25
| | | | - Syntax changes in patchfns for Solaris /usr/xpg4/bin/awk.
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-237-55/+53
|
* - A better rule for test/.depend.Andreas Gruenbacher2006-01-232-26/+17
| | | | | | | - 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-235-5/+10
|
* - Don't include any object files in LIBOBJS that we don't have.Andreas Gruenbacher2006-01-222-1/+6
|
* - Remove obsolete @MTA@ substitution.Andreas Gruenbacher2006-01-221-1/+0
|
* - Call $(CMD) instead of cmd in Makefile.in.Andreas Gruenbacher2006-01-222-47/+65
|
* - Check for the new message in the test suite as well.Andreas Gruenbacher2006-01-221-2/+2
|
* - Use a more clear message for when patches apply with -R.Andreas Gruenbacher2006-01-225-38/+58
|