mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
baf8599e6f
* 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.
63 lines
2.0 KiB
Plaintext
63 lines
2.0 KiB
Plaintext
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
|