libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, gary/redo-test-operand-order, created. v2.4.2-


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, gary/redo-test-operand-order, created. v2.4.2-184-g8aec004
Date: Sat, 22 Sep 2012 03:15:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, gary/redo-test-operand-order has been created
        at  8aec0042b11b5e4f6c069260798fdaa4f0b715b5 (commit)

- Log -----------------------------------------------------------------
commit 8aec0042b11b5e4f6c069260798fdaa4f0b715b5
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 22:57:59 2012 +0700

    syntax-check: fix remaining violations of 
sc_prohibit_test_const_follows_var.
    
    * configure.ac, doc/libtool.texi: Swap operands and remove resulting
    spurious characters.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit e059dd2b01921311f72f7214e4d1644ce948b8bc
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 22:47:16 2012 +0700

    syntax-check: fix violations, in m4sh files, of 
sc_prohibit_test_const_follows_var.
    
    * build-aux/general.m4sh, build-aux/ltmain.m4sh, libtoolize.m4sh:
    Swap operands and remove resulting spurious characters.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit a89ab9eef6fd6bb1080e349e0b3a66624088c309
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 22:16:42 2012 +0700

    syntax-check: fix violations in m4 of sc_prohibit_test_const_follows_var.
    
    * m4/argz.m4, m4/libtool.m4, m4/ltdl.m4: Swap operands and remove
    resulting spurious characters.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit d7139f038b4b19fd42e2507b765fd04fe7c56b0d
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 21:08:41 2012 +0700

    syntax-check: fix violations in tests of sc_prohibit_test_const_follows_var.
    
    To safely use a non-literal first argument to 'test', you must always
    prepend a literal non-'-' character, but ofter the second operand is a
    constant that doesn't begin with a '-' already, so always use 'test a =
    "$b"' instead of noisy 'test "X$b" = Xa'.
    * tests/bindir.at, tests/defs.m4sh, tests/demo-relink.test,
    tests/demo/configure.ac, tests/depdemo-relink.test, tests/destdir.at,
    tests/duplicate_conv.at, tests/fail.at, tests/help.at,
    tests/libtoolize.at, tests/link-2.test, tests/link-order2.at,
    tests/lt_dlopenext.at, tests/mdemo/configure.ac,
    tests/mdemo2/configure.ac, tests/need_lib_prefix.at, tests/nocase.at,
    tests/pdemo/configure.ac, tests/pic_flag.at, tests/search-path.at,
    tests/shlibpath.at, tests/static.at, tests/sysroot.at,
    tests/tagtrace.test, tests/testsuite.at, tests/with-pic.at: Swap
    operands and remove resulting spurious characters.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit dc9e7b55fcb1f25d68aca4691c9eaca2a7438a51
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 21:02:39 2012 +0700

    maint: script to fix prohibit_test_const_follows_var syntax-check.
    
    Manually fixing these with 962aa91 caused several regressions, so
    write a program to redo it.
    * build-aux/fix_prohibit_test_const_follows_var: New (throwaway) awk
    script to programatically find and correct violations flagged by the
    prohibit_test_const_follows_var syntax-check.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit ec0db8383225e191e7902031dbec24dda5a97bfd
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 21:06:47 2012 +0700

    syntax-check: improve prohibit_test_const_follows_var.
    
    * cfg.mk (sc_prohibit_test_const_follows_var): Also flag errors
    when the variable reference on the var side use ${brace_notation}.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 85e8fa29b6d7ca87fce8d09b1bbdc4ef14c2cb11
Author: Gary V. Vaughan <address@hidden>
Date:   Fri Sep 21 15:59:06 2012 +0700

    syntax-check: revert most of 962aa91
    
    The huge hand-rolled 962aa91 introduces regressions on mingw; this
    changeset undoes most of it, save 'bootstrap',
    'build-aux/extract-trace' (which are maintained outside of libtool
    now) and the new syntax-check added to `cfg.mk'.
    * build-aux/general.m4sh, build-aux/ltmain.m4sh, configure.ac,
    doc/libtool.texi, libtoolize.m4sh, m4/argz.m4, m4/libtool.m4,
    m4/ltdl.m4, tests/bindir.at, tests/defs.m4sh, tests/demo-relink.test,
    tests/demo/configure.ac, tests/depdemo-relink.test, tests/destdir.at,
    tests/duplicate_conv.at, tests/fail.at, tests/help.at,
    tests/libtoolize.at, tests/link-2.test, tests/link-order2.at,
    tests/lt_dlopenext.at, tests/mdemo/configure.ac,
    tests/mdemo2/configure.ac, tests/need_lib_prefix.at, tests/nocase.at,
    tests/pdemo/configure.ac, tests/pic_flag.at, tests/search-path.at,
    tests/shlibpath.at, tests/static.at, tests/sysroot.at,
    tests/tagtrace.test, tests/testsuite.at, tests/with-pic.at: Reverted.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Libtool



reply via email to

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