2009-05-06 04:51:03 +08:00
|
|
|
2009-05-05 Rainer Emrich <r.emrich@de.tecosim.com> (tiny change)
|
|
|
|
Peter Rosin <peda@lysator.liu.se>
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Fix cross compilation for HPPA/64 with a BSD file command.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD)
|
|
|
|
[hpux10.20*, hpux11*, !ia64] <lt_cv_deplibs_check_method>:
|
|
|
|
Match the dot in `PA-RISC 2.0' literally. Adjust hppa*64*
|
|
|
|
pattern to also match BSD `file' output, used in cross
|
|
|
|
compilation setups.
|
|
|
|
* THANKS: Update.
|
|
|
|
Report and initial patch by Rainer Emrich, refined by Peter
|
|
|
|
Rosin.
|
|
|
|
|
2009-05-05 13:39:16 +08:00
|
|
|
2009-05-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
libtoolize: ignore trailing junk on scriptversion line.
|
|
|
|
* libtoolize.m4sh (func_install_update): Ignore semi-colon or
|
|
|
|
comment-sign and all following characters when parsing a
|
|
|
|
`scriptversion' line in one of the auxiliary scripts; recent
|
|
|
|
Automake-provided script have a stylized comment to induce
|
|
|
|
Emacs to use UTC.
|
|
|
|
Exposed by the `libtoolize config files serial update' test.
|
|
|
|
|
2009-05-02 16:55:23 +08:00
|
|
|
2009-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Skip localization test when setlocale is not functional.
|
|
|
|
* tests/localization.at (localized compiler messages): Skip
|
|
|
|
test when there is a warning about `LC_ALL'.
|
|
|
|
* THANKS: Update.
|
|
|
|
Report by Maciej Helminiak.
|
|
|
|
|
2009-05-02 16:42:39 +08:00
|
|
|
2009-05-02 Alan Hourihane <alanh@fairlite.co.uk> (tiny change)
|
|
|
|
|
|
|
|
Improved support for FreeMiNT.
|
|
|
|
* libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN) [mint]: Hard-code
|
|
|
|
command line length limit to 8192, to avoid long test.
|
|
|
|
* NEWS, THANKS: Update.
|
|
|
|
|
2009-05-02 15:57:47 +08:00
|
|
|
2009-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2009-05-02 16:36:17 +08:00
|
|
|
Initial port for BlueGene BG/L.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
|
|
|
|
(_LT_LANG_CXX_CONFIG) [linux]: Detect bgxl*, bgf*, mpixl*
|
|
|
|
compilers.
|
|
|
|
* NEWS, THANKS: Update.
|
|
|
|
Report, feedback and testing by John R. Cary and Christian
|
|
|
|
Rössel.
|
|
|
|
|
2009-05-02 16:31:18 +08:00
|
|
|
manual: fix grammaros.
|
|
|
|
* doc/libtool.texi (Dlpreopening): Fix grammaro.
|
|
|
|
(C header files): Remove duplicate word.
|
|
|
|
|
2009-05-02 16:24:28 +08:00
|
|
|
Allow through -tp=* at link time, for pgcc.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): Portlant Group
|
|
|
|
pgcc uses `-tp=PROCESSOR' for target processor selection; allow
|
|
|
|
the flag through at link time.
|
|
|
|
Report by Ethan Mallove.
|
|
|
|
|
2009-05-02 15:57:47 +08:00
|
|
|
Fix quoting of eval'ed variable.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Double-quote
|
|
|
|
$lt_cv_sys_global_symbol_pipe for eval, like we do in ltmain,
|
|
|
|
in order to preserve TABs and multiple adjacent whitespace.
|
|
|
|
Report by Bruno Haible.
|
|
|
|
|
2009-04-23 02:46:45 +08:00
|
|
|
2009-04-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Cope better with missing `makeinfo' in `bootstrap'.
|
|
|
|
* bootstrap: Update `./doc/notes.txt' last so missing `makeinfo'
|
|
|
|
does not cause a broken tree.
|
|
|
|
* THANKS: Update.
|
|
|
|
Report by Christian Rössel.
|
|
|
|
|
2009-03-30 07:45:18 +08:00
|
|
|
2009-03-29 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> (tiny change)
|
|
|
|
Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
[cygwin] Improve operation with gcc4
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [cygwin*]:
|
|
|
|
Add w32api to sys_lib_search_path_spec without overriding gcc's
|
|
|
|
own search path.
|
|
|
|
|
2009-03-30 07:38:58 +08:00
|
|
|
2009-03-29 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> (tiny change)
|
|
|
|
Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
Use correct export_dynamic_flag_spec for PE-COFF $hosts
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
|
|
|
|
[cygwin*|mingw*|pw32*|cegcc*]: Define export_dynamic_flag_spec
|
|
|
|
as -Wl,--export-all-symbols, as required by GNU ld for PE-COFF.
|
|
|
|
|
2009-03-30 07:25:35 +08:00
|
|
|
2009-03-29 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
Improve compatibility with older automake
|
|
|
|
* libltdl/m4/lt~obsolete.m4: Add AC_DEFUNs for
|
|
|
|
_LT_PREPARE_SED_QUOTE_VARS and _LT_PROG_ECHO_BACKSLASH.
|
|
|
|
Report by Yaakov Selkowitz.
|
|
|
|
|
2009-03-20 23:42:25 +08:00
|
|
|
2009-03-20 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
LT_OUTPUT should always create the libtool script.
|
|
|
|
* libltdl/m4/libtool.m4 (LT_OUTPUT): Make LT_OUTPUT ignore the
|
|
|
|
--no-create configure option, and assume that the user wants
|
|
|
|
to use an up-to-date libtool script if the LT_OUTPUT macro is
|
|
|
|
present.
|
|
|
|
* tests/early-libtool.at: Make sure we do not regress.
|
|
|
|
|
2009-03-19 02:52:27 +08:00
|
|
|
2009-01-26 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
Don't settle for any dumpbin/link program as name lister.
|
|
|
|
* libltdl/m4/libtool.m4 (LT_PATH_NM): When locating dumpbin or
|
|
|
|
link -dump, check if they appear to really be capable of name
|
|
|
|
listing, in order to eliminate e.g. link from coreutils. This
|
|
|
|
makes the name lister decision fall back on nm as the default if
|
|
|
|
no acceptable candidate is found, which mainly happens on
|
|
|
|
(arguably broken) cross compiles.
|
|
|
|
* NEWS: Update
|
|
|
|
* THANKS: Update
|
|
|
|
Reports by Rudolf Leitgeb and Peter Kjellerstedt.
|
|
|
|
|
2009-03-01 00:13:27 +08:00
|
|
|
2009-03-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Document INNER_TESTSUITEFLAGS, drop leading space.
|
|
|
|
* README: Document INNER_TESTSUITEFLAGS.
|
|
|
|
* tests/cmdline_wrap.at (Run tests with low max_cmd_len):
|
|
|
|
When using INNER_TESTSUITEFLAGS on the testsuite invocation,
|
|
|
|
drop leading space after "-k libtool", so that the user may
|
|
|
|
further limit the set of tests to be run.
|
|
|
|
|
Fix low max_cmd_len template test on UnixWare.
* libltdl/config/ltmain.m4sh (func_mode_link): When expanding
$reload_cmds, always put objects in $reload_objs rather than
adding them to the command line, to allow more general command
lines in reload_cmds. Ensure $reload_objs contains a leading
space.
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [sysv5*,
sco3.2v5*, sco5v6*] <reload_cmds>: For CC, invoke prelinker
before creating reloadable object.
(_LT_CMD_RELOAD) <reload_cmds, reload_flag>: Declare as
_LT_TAGDECL, not _LC_DECL.
(_LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG, _LT_LANG_FC_CONFIG)
(_LT_LANG_GCJ_CONFIG) <reload_cmds, reload_flag>: Initialize
from default (C tag) value.
* THANKS: Update.
Report and analysis by Tim Rice and John Wolfe.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-03-02 14:25:31 +08:00
|
|
|
2009-03-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Fix low max_cmd_len template test on UnixWare.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): When expanding
|
|
|
|
$reload_cmds, always put objects in $reload_objs rather than
|
|
|
|
adding them to the command line, to allow more general command
|
|
|
|
lines in reload_cmds. Ensure $reload_objs contains a leading
|
|
|
|
space.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [sysv5*,
|
|
|
|
sco3.2v5*, sco5v6*] <reload_cmds>: For CC, invoke prelinker
|
|
|
|
before creating reloadable object.
|
|
|
|
(_LT_CMD_RELOAD) <reload_cmds, reload_flag>: Declare as
|
|
|
|
_LT_TAGDECL, not _LC_DECL.
|
|
|
|
(_LT_LANG_CXX_CONFIG, _LT_LANG_F77_CONFIG, _LT_LANG_FC_CONFIG)
|
|
|
|
(_LT_LANG_GCJ_CONFIG) <reload_cmds, reload_flag>: Initialize
|
|
|
|
from default (C tag) value.
|
|
|
|
* THANKS: Update.
|
|
|
|
Report and analysis by Tim Rice and John Wolfe.
|
|
|
|
|
2009-03-01 05:37:34 +08:00
|
|
|
2009-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* doc/libtool.texi (Distributing libltdl, Test descriptions):
|
|
|
|
Add missing parentheses.
|
|
|
|
|
2009-02-28 21:12:03 +08:00
|
|
|
2009-02-28 Tim Rice <tim@multitalents.net>
|
|
|
|
|
|
|
|
Fix C++ template handling for old archives on UnixWare 7.1.4.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [sysv5*,
|
|
|
|
sco3.2v5*, sco5v6*] <old_archive_cmds>: For CC, add template
|
|
|
|
prelink step before archiving. Fixes template.at test failures.
|
|
|
|
|
2009-02-28 20:26:59 +08:00
|
|
|
2009-02-28 Török Edwin <edwintorok@gmail.com> (tiny change)
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Do not add bogus directory arguments to link command lines.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_link): Ensure $path is
|
|
|
|
always initialized before it is used. Reported for zsh, for
|
|
|
|
which $path contains $PATH entries even after "emulate sh", see
|
|
|
|
<http://bugs.debian.org/517501>.
|
|
|
|
|
2009-02-19 05:47:41 +08:00
|
|
|
2009-02-28 Andreas Schwab <schwab@suse.de>
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Remove remaining references to CVS.
|
|
|
|
* bootstrap: Remove references to CVS.
|
|
|
|
* README.alpha: Likewise.
|
|
|
|
* clcommit.m4sh: Likewise.
|
|
|
|
* doc/libtool.texi: Bump copyright years.
|
|
|
|
(libtool script contents): Describe macro_revision as revision
|
|
|
|
without reference to CVS.
|
|
|
|
|
2009-02-17 04:59:34 +08:00
|
|
|
2009-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Do not pass $INSTALL via TESTS_ENVIRONMENT.
|
|
|
|
* Makefile.am (TESTS_ENVIRONMENT): Set lt_INSTALL, not INSTALL,
|
|
|
|
so that a bogus relative path to the install-sh script in the
|
|
|
|
source tree is not propagated to the configure scripts of the
|
|
|
|
old test suite.
|
|
|
|
* tests/testsuite.at: Adjust.
|
|
|
|
* tests/install.at (Install tests): Likewise.
|
|
|
|
|
2009-02-03 14:58:52 +08:00
|
|
|
2009-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
Kurt Roeckx <kurt@roeckx.be>
|
|
|
|
|
|
|
|
New test for lt_dlopenext error message.
|
|
|
|
* tests/lt_dlopenext.at (lt_dlopenext error messages): New file,
|
|
|
|
with new test, with sources taken from the Autobook example.
|
|
|
|
* Makefile.am: Update.
|
|
|
|
|
2009-02-03 14:54:33 +08:00
|
|
|
2009-02-03 Kurt Roeckx <kurt@roeckx.be>
|
|
|
|
|
|
|
|
lt_dlopenext sets error upon successful library load.
|
|
|
|
* libltdl/ltdl.c (lt_dlopenadvise): Fix bogus error on
|
|
|
|
successful loading of library with lt_dlopenext.
|
|
|
|
Report by Kaiwang Chen in <http://bugs.debian.org/510006>.
|
|
|
|
|
2009-02-01 22:24:00 +08:00
|
|
|
2009-02-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2009-02-01 22:05:37 +08:00
|
|
|
Fix sed script in install.at.
|
|
|
|
* tests/install.at (Install tests): Fix typo in sed script,
|
|
|
|
fixes test failure on HP-UX.
|
|
|
|
|
2009-02-01 22:06:03 +08:00
|
|
|
Fix $INSTALL in testsuite with relative path to install-sh.
|
|
|
|
* tests/testsuite.at: If `$INSTALL' points to in-tree
|
|
|
|
install-sh, override a possibly-relative path to it with an
|
|
|
|
absolute one.
|
|
|
|
|
2009-02-01 22:06:19 +08:00
|
|
|
install mode: do not pass `-m $install_override_mode' to cp.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_install): New variable
|
|
|
|
$install_cp, factor test when `cp' is used for installation.
|
|
|
|
Do not pass mode override to cp. Fixes `libtool --mode=install
|
|
|
|
cp ...' on HP-UX; cp should not be used for libraries that might
|
|
|
|
be needed by programs invoked during the installation process.
|
|
|
|
|
2009-02-01 22:24:00 +08:00
|
|
|
Fix sed script portability issue in func_version.
|
|
|
|
* libltdl/config/getopt.m4sh (func_version): Remove space in
|
|
|
|
`/\./! {' sed command, to please HP-UX sed.
|
|
|
|
|
2009-01-31 23:04:07 +08:00
|
|
|
2009-01-31 Jeff Squyres <jsquyres@cisco.com>
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
New test for bogus lt_dlopen error message.
|
|
|
|
* tests/lt_dlopen.at (lt_dlopen error messages): New file, new
|
|
|
|
test, marked as XFAIL for now.
|
|
|
|
* Makefile.am: Adjust.
|
|
|
|
Report and reproducible test case by Jeff Squyres.
|
|
|
|
|
2009-01-31 18:27:11 +08:00
|
|
|
2009-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2009-01-31 22:00:10 +08:00
|
|
|
execute mode: do not transform *.lo or *.la arguments.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_execute): Do not check
|
|
|
|
arguments matching *.lo or *.la for script wrappers.
|
|
|
|
* tests/execute-mode.at (execute mode): Add tests.
|
|
|
|
* NEWS, THANKS: Update.
|
|
|
|
Report by Paul Biggar.
|
|
|
|
|
2009-01-31 18:34:06 +08:00
|
|
|
Nonexistent `main' does not guarantee link failure.
|
|
|
|
* tests/fail.at (Failure tests): Use an unresolved symbol,
|
|
|
|
rather than non-presence of `main', to provoke a link failure
|
|
|
|
also on QNX. Only check for failure of the libtool script if
|
|
|
|
the link without libtool would have failed, too.
|
|
|
|
Report by Mike Gorchak.
|
|
|
|
|
2009-01-31 18:27:11 +08:00
|
|
|
Use AT_CHECK more liberally in duplicate members test.
|
|
|
|
* tests/duplicate_members.at (duplicate members in archive
|
|
|
|
tests): Wrap link commands in AT_CHECK, they might fail, as seen
|
|
|
|
on QNX.
|
|
|
|
* THANKS: Update.
|
|
|
|
Report by Mike Gorchak.
|
|
|
|
|
2009-01-30 15:52:17 +08:00
|
|
|
2009-01-30 Akim Demaille <demaille@gostai.com>
|
|
|
|
|
|
|
|
Fix cwrapper warnings from MSVC 2005.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
|
|
|
|
[file scope]: define _CRT_SECURE_NO_DEPRECATE.
|
|
|
|
|
2009-01-05 18:56:24 +08:00
|
|
|
2009-01-29 Akim Demaille <demaille@gostai.com>
|
|
|
|
|
2009-01-30 06:43:25 +08:00
|
|
|
Fix bootstrap with older libtool.m4 in reach of aclocal.
|
|
|
|
* libltdl/m4/lt~obsolete.m4: Add stub definitions for
|
|
|
|
_LT_REQUIRED_DARWIN_CHECKS and _LT_AC_PROG_CXXCPP.
|
|
|
|
|
2009-01-05 18:56:24 +08:00
|
|
|
Fix func_exec_init.
|
|
|
|
* tests/defs.m4sh (func_exec_init): Instead of using the undefined
|
|
|
|
my_dir, call func_dirname_and_basename and use its result.
|
|
|
|
(func_make): For consistency, don't use the useless local variable
|
|
|
|
my_dir.
|
|
|
|
|
2009-01-30 01:53:13 +08:00
|
|
|
2009-01-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2009-01-30 02:54:31 +08:00
|
|
|
Document --mode short-hands better, and test them.
|
|
|
|
* doc/libtool.texi (Invoking libtool): Give examples for using
|
|
|
|
the `--mode=MODE' short-hand `MODE', or abbreviations thereof.
|
|
|
|
* libltdl/config/ltmain.m4sh: Mention the short-hand for MODE
|
|
|
|
in the --help output.
|
|
|
|
* tests/help.at (mode short-hands): New test group.
|
|
|
|
Suggestion by Bruno Haible.
|
|
|
|
|
2009-01-30 01:53:13 +08:00
|
|
|
func_version copes with multi-line copyright headers.
|
|
|
|
* libltdl/config/getopt.m4sh (func_version): Slurp in copyright
|
|
|
|
lines until a period is found.
|
|
|
|
* libltdl/config/ltmain.m4sh: Multi-line copyright is ok to use
|
|
|
|
now.
|
|
|
|
* tests/help.at (standard command line options): New file, new
|
|
|
|
tests. Make this test group the first one for libtool tests,
|
|
|
|
moving the banner ...
|
|
|
|
* tests/duplicate_members.at: ... from here.
|
|
|
|
* Makefile.am (TESTSUITE_AT): Add tests/help.at.
|
|
|
|
|
2009-01-30 01:39:58 +08:00
|
|
|
2009-01-29 Akim Demaille <demaille@gostai.com>
|
|
|
|
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Normalize compiler output due to compiler wrappers.
|
|
|
|
* tests/testsuite.at (LT_AT_NORMALIZE_COMPILER_OUTPUT): New
|
|
|
|
macro, to normalize ccache and distcc output.
|
|
|
|
* tests/localization.at (localized compiler messages): Use it.
|
|
|
|
|
2009-01-29 15:55:08 +08:00
|
|
|
2009-01-29 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
Make modified libtool script in cwrapper test executable
|
|
|
|
* tests/cwrapper.at: Make modified libtool script executable.
|
|
|
|
Report by Roumen Petrov.
|
|
|
|
|
2009-01-19 16:05:31 +08:00
|
|
|
2009-01-28 Akim Demaille <demaille@gostai.com>
|
|
|
|
|
|
|
|
Clean space uses.
|
|
|
|
* libtoolize.m4sh: Remove trailing spaces.
|
|
|
|
Use <tab><sp>, as some editors remove "useless" spaces in
|
|
|
|
<sp><tab>.
|
|
|
|
|
2009-01-27 05:37:35 +08:00
|
|
|
2009-01-26 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
AWK is required, make sure it is set.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS: Make sure
|
|
|
|
AWK is set (automake brings it in, but is not always used).
|
|
|
|
Fixes old-m4-iface.at on MSYS/MSVC.
|
|
|
|
|
2009-01-26 12:29:15 +08:00
|
|
|
2009-01-25 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
Fix typo in libtool install mode documentation.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_mode_help): Change -inst-prefix
|
|
|
|
to -inst-prefix-dir.
|
|
|
|
* doc/libtool.texi (Install mode): Likewise.
|
|
|
|
|
2009-01-25 01:04:45 +08:00
|
|
|
2009-01-24 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
Add -Wall to cwrapper tests.
|
|
|
|
* tests/cwrapper.at: Add -Wall existing tests. Add additional
|
|
|
|
round of tests with -Wall alone.
|
|
|
|
|
2009-01-23 21:45:38 +08:00
|
|
|
2009-01-24 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
[cygwin|mingw] cwrapper cleanups.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src)
|
|
|
|
[file scope]: re-organized includes and portability
|
|
|
|
macros. Avoid oldnames on MINGW32 and MSVC for
|
|
|
|
setmode/stat/chmod/getcwd/putenv. Declare _putenv on
|
|
|
|
MINGW32 when -ansi. Use namespaced macro LT_DEBUGWRAPPER.
|
|
|
|
|
2009-01-24 18:18:15 +08:00
|
|
|
2009-01-24 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
Expand exit status test in LT_AT_NOINST_EXEC_CHECK correctly
|
|
|
|
* tests/testsuite.at (LT_AT_NOINST_EXEC_CHECK): STATUS is
|
|
|
|
argument $3, not $2.
|
|
|
|
|
2009-01-23 07:36:57 +08:00
|
|
|
2009-01-23 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
Add tests for cwrapper with -std=c89 and -std=c99
|
|
|
|
* tests/cwrapper.at: New file.
|
|
|
|
* Makefile.am: Add tests/cwrapper.at.
|
|
|
|
|
2009-01-23 06:41:06 +08:00
|
|
|
2009-01-22 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
Unify line endings in localization test.
|
|
|
|
* tests/testsuite.at: Update copyright year.
|
|
|
|
(LT_AT_UNIFY_NL): Add macro that unifies line endings on
|
|
|
|
platforms that suffer from such confusion.
|
|
|
|
* tests/localization.at: Use it. Update copyright year. Fixes
|
|
|
|
the test on MSYS/MSVC.
|
|
|
|
|
2009-01-03 14:56:54 +08:00
|
|
|
2009-01-21 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
[cygwin|mingw] Fix compile warnings when -std=c89.
|
|
|
|
* libltdl/config/ltmain.m4sh (func_emit_wrapper_part1):
|
|
|
|
move contents to...
|
|
|
|
(func_emit_wrapper_part2): move contents to...
|
|
|
|
(func_emit_wrapper): here.
|
|
|
|
(func_emit_cwrapperexe_src) [file scope]: Remove
|
|
|
|
variables script_text_part1 and script_text_part2.
|
|
|
|
(func_emit_cwrapperexe_src) [lt_dump_script]: New function.
|
|
|
|
(func_emit_cwrapperexe_src) [main]: Call it.
|
|
|
|
|
2009-01-21 06:31:43 +08:00
|
|
|
2009-01-21 Charles Wilson <libtool@cwilson.fastmail.fm>
|
|
|
|
|
|
|
|
Minor cygwin cleanup
|
|
|
|
* libltdl/config/ltmain.m4sh (func_generate_dlsyms): Correct
|
|
|
|
case pattern for cygwin.
|
|
|
|
|
2009-01-20 06:55:07 +08:00
|
|
|
2009-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Avoid failure due to Cygwin path detection bug.
|
|
|
|
* tests/execute-mode.at (execute mode): Ignore noise on stderr;
|
|
|
|
Cygwin might consider `d\"e' to be a DOS-style path and warn.
|
|
|
|
Report by Charles Wilson.
|
|
|
|
|
2009-01-20 06:19:30 +08:00
|
|
|
2009-01-19 Robert Millan <rmh@aybabtu.com>
|
|
|
|
|
|
|
|
Support GNU/kOpenSolaris.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
|
|
|
|
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
|
|
|
|
(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
|
|
|
|
GNU/kOpenSolaris.
|
|
|
|
* libltdl/m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS): Likewise.
|
|
|
|
* NEWS, THANKS: Update.
|
|
|
|
|
2009-01-20 04:54:52 +08:00
|
|
|
2009-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Another LT_AT_EXEC_CHECK fixup.
|
|
|
|
* tests/shlibpath.at (shlibpath_overrides_runpath): Use
|
|
|
|
LT_AT_EXEC_CHECK instead of AT_CHECK.
|
|
|
|
|
2009-01-20 04:49:58 +08:00
|
|
|
2009-01-19 Roumen Petrov <bugtrack@roumenpetrov.info> (tiny change)
|
|
|
|
|
|
|
|
Add missing $EXEEXT to java test.
|
|
|
|
* tests/convenience.at (Java convenience archives): Add $EXEEXT.
|
|
|
|
|
2009-01-20 04:31:43 +08:00
|
|
|
2009-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
Bump copyright years.
|
|
|
|
* ChangeLog.2008: New, rotated from ...
|
|
|
|
* ChangeLog: ... here.
|
|
|
|
* Makefile.am (EXTRA_DIST): Add ChangeLog.2008.
|
|
|
|
* NEWS, libltdl/config/ltmain.m4sh: Bump copyright years.
|
|
|
|
* libltdl/m4/libtool.m4 (_LT_COPYING, LT_OUTPUT): Likewise.
|
|
|
|
* libtoolize.m4sh: Likewise.
|
|
|
|
|
2009-01-14 16:04:40 +08:00
|
|
|
2009-01-14 Peter Rosin <peda@lysator.liu.se>
|
|
|
|
|
|
|
|
Fix flakey mdemo-dryrun test on MSYS (again!)
|
|
|
|
* tests/mdemo-dryrun.test: ls -l in MSYS sometimes shows year,
|
|
|
|
not time, for really fresh files. Add sleep 1 call at yet another
|
|
|
|
strategic position. Makes the test pass reliably for MSYS/MinGW.
|
|
|
|
|
2009-01-20 04:31:43 +08:00
|
|
|
Continued in ChangeLog.2008
|
2006-01-31 04:09:41 +08:00
|
|
|
|
|
|
|
vim:tw=72
|