automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Various typofixes in the ChangeLog file


From: Stefano Lattarini
Subject: [FYI] Various typofixes in the ChangeLog file
Date: Wed, 4 May 2011 23:14:10 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

I've applied the attached patch 'maint.patch' to maint, merged to all
relevant branched (yacc-work, java-work, master), and pushed.

Then I've applied attached patch 'master.patch' to master, merged to
testsuite-work, and pushed.

Regards,
  Stefano
From 9644ebc6bc45171d97dbbe4477055acbd91a44a0 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Wed, 4 May 2011 23:06:16 +0200
Subject: [PATCH] ChangeLog: some typofixes

---
 ChangeLog |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6c751c0..a6a0745 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1181,7 +1181,7 @@
        redundant checks on `--help' and `--version' option (already
        performed in the test `help*.test').
 
-2011-01-11   Stefano Lattarini  <address@hidden>
+2011-01-11  Stefano Lattarini  <address@hidden>
 
        tests: enable 'errexit' shell flag by default.
        * tests/defs: Enable `errexit' shell flag (near the end).
@@ -1269,14 +1269,14 @@
        * tests/vtexi4.test: Likewise.
        * tests/Makefile.am (TESTS): Updated.
 
-2011-01-11   Stefano Lattarini  <address@hidden>
+2011-01-11  Stefano Lattarini  <address@hidden>
 
        tests: fix spurious failure in 'tests/yflags-conditional.test'
        * tests/yflags-conditional.test: Filter out message "warnings are
        treated as errors" from automake stderr, to avoid a false positive
        when grepping for extraneous warning messages.
 
-2011-01-10   Stefano Lattarini  <address@hidden>
+2011-01-10  Stefano Lattarini  <address@hidden>
 
        yacc: warn about conditional content in *YFLAGS variables
        This change fixes automake bug#7804.
@@ -1288,7 +1288,7 @@
        * tests/yflags-conditional-force.test: New test.
        * tests/Makefile.am (TESTS): Updated.
 
-2011-01-08   Stefano Lattarini  <address@hidden>
+2011-01-08  Stefano Lattarini  <address@hidden>
 
        yacc: support variable expansions in *YFLAGS definition.
        This change fixes automake bug#7800.
@@ -1300,7 +1300,7 @@
        * tests/yacc-clean.test: Remove workaround for now-fixed bug.
        * NEWS: Update.
 
-2011-01-08   Stefano Lattarini  <address@hidden>
+2011-01-08  Stefano Lattarini  <address@hidden>
 
        yacc: more tests on *YFLAGS support
        * tests/yflags-var-expand.test: New test, still xfailing.  It
@@ -1320,7 +1320,7 @@
        warns on conditionally-defined *YFLAGS variables.
        * tests/Makefile.am (TESTS, XFAIL_TESTS): Update.
 
-2011-01-08   Stefano Lattarini  <address@hidden>
+2011-01-08  Stefano Lattarini  <address@hidden>
 
        yacc: extend and improve tests
        * tests/yacc-basic.test: Also check that the intermediate C file
@@ -1426,7 +1426,7 @@
        manual for how to convert directory values into macros.
        (Optional): Fix grammar nit.
 
-2011-01-07   Stefano Lattarini  <address@hidden>
+2011-01-07  Stefano Lattarini  <address@hidden>
 
        yacc: "make clean" removes .c and .h files from non-distributed .y
        Previously, while automake did *not* distribute C source and header
@@ -2059,7 +2059,7 @@
        * tests/discorver.test: Enable `errexit' shell flag.  Prefer
        trailing `:' over trailing `Exit 0'.
        * tests/instdat.test: Enable `errexit' shell flag, and related
-       changes.  Use proper m4 quoting.  Avoid usless subshell.  Prefer
+       changes.  Use proper m4 quoting.  Avoid useless subshell.  Prefer
        cat + here-doc over echo to append to configure.in.
        * tests/libtool2.test: Enable `errexit' shell flag, and related
        changes.  Add trailing `:' command.  Use the configure.in
@@ -2134,7 +2134,7 @@
        trailing `:' over trailing `Exit 0'.  Remove extra empty lines,
        and cosmetic changes to whitespaces.
        * tests/obsolete.test: Enable `errexit' shell flag, with related
-       changes.  Improve verbosity.  Other miscellanous changes.
+       changes.  Improve verbosity.  Other miscellaneous changes.
 
 2010-11-30  Stefano Lattarini  <address@hidden>
 
@@ -3219,7 +3219,7 @@
        changes.  Cosmetic changes to spacing, add trailing `:' command,
        and add a "FIXME" comment.
        * tests/pr266.test: Likewise, and add explicit command line switch
-       `--enable-dependecy-tracking' to the ./configure call.
+       `--enable-dependency-tracking' to the ./configure call.
        * tests/pr279.test: Avoid obsolescent constructs in the generated
        `configure.in'; also, use the `configure.in' stub created by
        ./defs, rather than writing it from scratch.  Enable `errexit'
@@ -3342,7 +3342,7 @@
        Minor improvements and fixes in tests `depcomp*.test'.
        * tests/depcomp.test: Do not create useless dummy source files.
        Add a trailing `:' command.
-       * tests/depcomp2.test: Use `unset' on the CFLAG variable to ensure
+       * tests/depcomp2.test: Use `unset' on the CFLAGS variable to ensure
        it's not in in the environment, rather than exporting it with an
        empty value.  Do not pass CC=gcc to configure, as that's already
        done in ./defs since we have gcc in $required.  Ensure verbose
@@ -4023,7 +4023,7 @@
        Fix distcheck failure with distributed generated parallel tests.
        * tests/Makefile.am ($(parallel_tests)): Cope with $(srcdir)
        being different from the value at developer `make dist' time.
-       * tests/defs.in: Protect against mutiple inclusion, by using ...
+       * tests/defs.in: Protect against multiple inclusion, by using ...
        ($am_defs_included): ... this new variable.
        ($srcdir): Do not compute, but simply define to address@hidden@'
        as substituted by configure.
-- 
1.7.2.3

From 293b93fcbe264c701ebb88bee5eee0dcf685ac38 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Wed, 4 May 2011 22:42:19 +0200
Subject: [PATCH] ChangeLog: various typofixes (and related reformatting)

---
 ChangeLog |   56 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3d87b6b..62c5493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,10 +19,10 @@
 2011-04-24  Stefano Lattarini  <address@hidden>
 
        tests: fix spurious failure in a test on TESTS (VPATH-related)
-       * check-tests-in-builddir.test: When not using the parallel-tests
-       option, do not check that VPATH components are not present in the
-       displayed test name, since the simple-tests driver do not try to
-       strip them.
+       * tests/check-tests-in-builddir.test: When not using the
+       parallel-tests option, do not check that VPATH components are
+       not present in the displayed test name, since the simple-tests
+       driver do not try to strip them.
 
 2011-04-23  Stefano Lattarini  <address@hidden>
 
@@ -89,7 +89,7 @@
        * tests/depcomp8b.test: Add the `--enable-dependency-tracking'
        option to `configure' invocations, so that slower dependency
        extractors are not rejected.
-       * tests/depcomp8b.test: Likewise.  Also ...
+       * tests/depcomp8a.test: Likewise.  Also ...
        (foo.c): ... since we are at it, fix spacing to be consistent
        with GNU coding standards.
 
@@ -348,11 +348,11 @@
        suggest the use of this latter macro instead.
        * lib/Automake/Variable.pm (%_am_macro_for_var): Pair 'LIBTOOL'
        with 'LT_INIT', not with 'AC_PROG_LIBTOOL'.
-       * libtool4.test: Adjust and extend.  Also, add a call to macro
-       AC_PROG_CC in configure.in, to help ensuring that automake does
-       not fail for the wrong reasons.
-       * ltinit.test: New test, ensure that automake's libtool support
-       works with LT_INIT-based interface.
+       * tests/libtool4.test: Adjust and extend.  Also, add a call to
+       macro AC_PROG_CC in configure.in, to help ensuring that automake
+       does not fail for the wrong reasons.
+       * tests/ltinit.test: New test, ensure that automake's libtool
+       support works with LT_INIT-based interface.
        Thanks to Jack Kelly for the suggestion.
 
 2011-02-20  Stefano Lattarini  <address@hidden>
@@ -576,7 +576,7 @@
        * tests/flibs.test: Likewise.
        * tests/fort4.test: Use $AUTOMAKE -a for installing files.
 
-2011-01-12   Stefano Lattarini  <address@hidden>
+2011-01-12  Stefano Lattarini  <address@hidden>
 
        docs: clustered '-d' not recognized in YFLAGS
        This change fixes automake bug#7828.
@@ -585,7 +585,7 @@
        other options.
        From a report by Юрий Пухальский.
 
-2011-01-10   Stefano Lattarini  <address@hidden>
+2011-01-10  Stefano Lattarini  <address@hidden>
 
        tests: add checks on automatically-distributed files
        Related to automake bug#7819.
@@ -673,7 +673,7 @@
        Fix another typo in Rule.pm comment.
        * lib/Automake/Rule.pm: Fix typo.
 
-2011-01-09   Stefano Lattarini  <address@hidden>
+2011-01-09  Stefano Lattarini  <address@hidden>
 
        cosmetics: remove trailing whitespaces
        * doc/automake.texi: Remove trailing whitespaces.
@@ -713,12 +713,12 @@
        manual for how to convert directory values into macros.
        (Optional): Fix grammar nit.
 
-2011-01-02   Stefano Lattarini  <address@hidden>
+2011-01-02  Stefano Lattarini  <address@hidden>
 
        * NEWS: Fix typo (forgotten word).
 
-2011-01-02   Stefano Lattarini  <address@hidden>
-            Ralf Wildenhues  <address@hidden>
+2011-01-02  Stefano Lattarini  <address@hidden>
+           Ralf Wildenhues  <address@hidden>
 
        docs: how to work around checks on invalid primary/directory couples
        * doc/automake.texi (Uniform): Document the blessed idiom which can
@@ -841,18 +841,18 @@
        compilers were used.  So we are now careful to require GCC in
        tests that force gcc depmode.
        From reports by Ralf Wildenhues.
-       * silent5.test: Test removed, its content split into ...
-       * silent-many-generic.test, silent-many-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
-       * silentlex.test: Test removed, its content split into ...
-       * silent-lex-generic.test, silent-lex-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
-       * silentyacc.test: Test removed, its content split into ...
-       * silent-yacc-generic.test, silent-yacc-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
+       * tests/silent5.test: Test removed, its content split into ...
+       * tests/silent-many-generic.test, tests/silent-many-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode
+       and lists "gcc" in $required.
+       * tests/silentlex.test: Test removed, its content split into ...
+       * tests/silent-lex-generic.test, tests/silent-lex-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode
+       and lists "gcc" in $required.
+       * tests/silentyacc.test: Test removed, its content split into ...
+       * tests/silent-yacc-generic.test, tests/silent-yacc-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode and
+       lists "gcc" in $required.
        * tests/Makefile.am (TESTS): Updated.
 
 2010-11-21  Stefano Lattarini  <address@hidden>
-- 
1.7.2.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]