summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix the test suite so that directories leftover from a previouslyJean Delvare2005-09-2328-0/+33
* - Drop test/reorder.test, it duplicates test/sort.test but is lessJean Delvare2005-09-232-60/+6
* - test/run: Do not depend on Term::ReadKey.Jean Delvare2005-09-232-2/+6
* - Fix the test suite so that it doesn't fail if any higher-levelAndreas Gruenbacher2005-09-2326-32/+33
* - Makefile.in: Fix extra spaces in foreach command which were causingJean Delvare2005-09-222-1/+7
* - configure.ac: Test sed support for (foo|bar) constructs.Jean Delvare2005-09-222-1/+20
* - test/sort.test: Quote grep arguments, as some grep implementations seemJean Delvare2005-09-211-4/+4
* Hide generated scripts from CVS commands.Jean Delvare2005-09-211-0/+5
* - configure.ac, Makefile.in: Make the cp, date and tr binariesJean Delvare2005-09-213-2/+42
* - aclocal.m4: Fix typo causing binaries with alternative names not to beJean Delvare2005-09-212-2/+8
* - quilt/files.in: Compute file status only when needed (that is, when -vJean Delvare2005-09-212-13/+20
* - test/subdir.test: Test quilt files -v.Jean Delvare2005-09-212-4/+16
* - quilt/diff.in: Add missing call to print_patch.Jean Delvare2005-09-212-1/+7
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-204-12/+41
* - Avoid spurious rebuilds because of unnecessary chmod.Andreas Gruenbacher2005-09-196-10/+13
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-197-30/+77
* - Makefile.in: Fix harmless error message in reference rule.Jean Delvare2005-09-192-1/+6
* - aclocal.m4: Fix a bug causing user-selected binary names not to beJean Delvare2005-09-192-1/+7
* - Use compatibility m4 for diffstat. Correctly diagnose olderAndreas Gruenbacher2005-09-193-24/+22
* - quilt/mail.in: add a --sender option for specifying the envelopeAndreas Gruenbacher2005-09-192-8/+35
* - Rename MTA program to SENDMAIL, and improve configure.acAndreas Gruenbacher2005-09-196-23/+42
* - configure.ac: Don't run tests when using internal compatibilityAndreas Gruenbacher2005-09-193-4/+7
* - Fix --disable-nls.Andreas Gruenbacher2005-09-192-2/+3
* - Fix mta check when sendmail is found.Andreas Gruenbacher2005-09-192-3/+12
* - Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.Andreas Gruenbacher2005-09-182-5/+10
* - configure.ac: Test for tail -n.Jean Delvare2005-09-182-1/+21
* - Add missing file.Andreas Gruenbacher2005-09-181-0/+4
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-186-8/+15
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-189-47/+149
* - Makefile.in: remove obsolete substitutions.Andreas Gruenbacher2005-09-182-9/+6
* - Get rid of `grep -e''.Andreas Gruenbacher2005-09-182-1/+6
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-187-106/+30
* - configure.ac: Drop useless -e to grep.Jean Delvare2005-09-182-2/+7
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-183-66/+51
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-189-43/+55
* - Need to add -I. to CPPFLAGS.Andreas Gruenbacher2005-09-181-1/+1
* - lib/backup-files.c: use mktemp if mkstemp is not availableAndreas Gruenbacher2005-09-185-2/+93
* - lib/backup-files.c: switch from alloca to malloc for portability.Andreas Gruenbacher2005-09-182-29/+51
* - configure.ac: Make the tail executable user-selectable.Jean Delvare2005-09-182-1/+7
* - Forgot to add new files to the repository.Andreas Gruenbacher2005-09-185-0/+164
* - Remove compatibility shell functions and convert them toAndreas Gruenbacher2005-09-185-35/+5
* - Replace @FOO@ macros in scripts with foo command where possible.Andreas Gruenbacher2005-09-1817-89/+89
* - Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) inAndreas Gruenbacher2005-09-182-25/+27
* - Remove compat/compatfns when no compatibility functions areAndreas Gruenbacher2005-09-182-7/+13
* - configure.ac: fail if getopt does not support --long.Andreas Gruenbacher2005-09-172-6/+10
* - Only add compat/ directory to PATH if it exists. Only create itAndreas Gruenbacher2005-09-174-16/+16
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-179-152/+134
* - configure.ac: Fix a copy-n-paste bug which was causing perl to beJean Delvare2005-09-162-3/+9
* - Make it possible to pass arbitrary options to diffstat, byJean Delvare2005-09-164-1/+17
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-156-45/+51