mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
d1d4262854
modified `libtool' script and run the suite on this script. All tests with the keyword `libtool' are (by definition) suitable to be used here. * tests/cmdline_wrap.at: New test. * Makefile.am: Adjust. * tests/testsuite.at (LT_ESCAPE): New macro: clone of Autoconf AS_ESCAPE that does not escape `$'. (LT_AT_CHECK): New macro: print a command-to-be-run while expanding parameters but nothing else. * tests/stresstest.at: Use LT_AT_CHECK. Create some files to expose erroneous globbing errors with `-export-symbols-regex', similar to those reported by Charles Wilson. Use `eval' and adjusted quoting so the expansion doesn't already happen in the testsuite commands. * HACKING: Update.
83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
Introduce a new test keyword `recursive' for tests that create a
|
|
modified `libtool' script and run the suite on this script. All
|
|
tests with the keyword `libtool' are (by definition) suitable to
|
|
be used here.
|
|
|
|
* tests/cmdline_wrap.at: New test.
|
|
* Makefile.am: Adjust.
|
|
* tests/testsuite.at (LT_ESCAPE): New macro: clone of Autoconf
|
|
AS_ESCAPE that does not escape `$'.
|
|
(LT_AT_CHECK): New macro: print a command-to-be-run while
|
|
expanding parameters but nothing else.
|
|
* tests/stresstest.at: Use LT_AT_CHECK. Create some files to
|
|
expose erroneous globbing errors with `-export-symbols-regex',
|
|
similar to those reported by Charles Wilson. Use `eval' and
|
|
adjusted quoting so the expansion doesn't already happen in the
|
|
testsuite commands.
|
|
* HACKING: Update.
|
|
|
|
2007-01-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
Assume C89 for included headers, and throughout the testsuite.
|
|
|
|
* NEWS: Update.
|
|
* libltdl/argz.c: Do not include strings.h nor memory.h, include
|
|
string.h unconditionally.
|
|
Patch by Simon Josefsson <jas@extundo.com>.
|
|
* libltdl/libltdl/lt__private.h: Likewise.
|
|
* libltdl/m4/ltdl.m4 (LTDL_INIT): Do not check for string.h,
|
|
strings.h, memory.h.
|
|
* tests/cdemo/configure.ac: Assume presence of math.h.
|
|
* tests/cdemo/foo.c: Likewise.
|
|
* tests/demo/configure.ac: Likewise for math.h, string.h.
|
|
Assume 'const'. Drop obsolete AC_EXEEXT.
|
|
* tests/demo/dlmain.c: Likewise.
|
|
* tests/demo/foo.c: Likewise.
|
|
* tests/depdemo/configure.ac: Likewise.
|
|
* tests/depdemo/l4/l4.c: Likewise.
|
|
* tests/f77demo/configure.ac: Likewise. Also drop obsolete
|
|
AC_OBJEXT.
|
|
* tests/fcdemo/configure.ac: Likewise.
|
|
* tests/mdemo/configure.ac: Likewise.
|
|
* tests/mdemo/foo1.c: Likewise.
|
|
* tests/mdemo/foo2.c: Likewise.
|
|
* tests/mdemo2/configure.ac: Likewise.
|
|
* tests/pdemo/configure.ac: Likewise.
|
|
* tests/pdemo/longer_file_name_dlmain.c:
|
|
* tests/pdemo/longer_file_name_foo.c: Likewise.
|
|
* tests/pdemo/longer_file_name_foo2.c: Likewise.
|
|
* tests/tagdemo/configure.ac: Likewise.
|
|
* tests/tagdemo/foo.cpp: Likewise.
|
|
|
|
2007-01-24 Reuben Thomas <rrt@sc3d.org> (tiny change)
|
|
|
|
* doc/libtool.texi (Inter-library dependencies): Fix typo.
|
|
|
|
2007-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [cygwin, mingw]:
|
|
Use `lib -OUT' rather than `lib /OUT' to avoid MSYS path
|
|
translation mangling. Report by Christopher Hulbert.
|
|
* THANKS: Update.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_compile): Accept
|
|
suffixes matching `[fF][09].', for Fortran.
|
|
* tests/suffix.test: Also test F90, F95, f03, F03.
|
|
|
|
* Makefile.am (EXTRA_DIST): Add ChangeLog.2006.
|
|
* ChangeLog.2006: New, rotated, from...
|
|
* ChangeLog: ...here.
|
|
|
|
2007-01-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* doc/libtool.texi: Typo fixes.
|
|
* TODO: Likewise.
|
|
|
|
Continued in ChangeLog.2006
|
|
|
|
$Revision$ $Date$
|
|
|
|
vim:tw=72
|