Merge branch 'msvc'
authorPeter Rosin <peda@lysator.liu.se>
Tue, 31 Aug 2010 19:58:29 +0000 (21:58 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Tue, 31 Aug 2010 19:58:29 +0000 (21:58 +0200)
1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,43 -1,10 +1,50 @@@
+ 2010-08-31  Peter Rosin  <peda@lysator.liu.se>
+       Do file name conversion for object files in the compile wrapper.
+       * lib/compile (func_cl_wrapper): Do file name conversion for object
+       files (i.e. extensions .obj, .OBJ, .o and .O) if needed.
+       * lib/compile4.test: Test the above.
 +2010-08-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Speed up removal of auxiliary linker output files for ltlibraries.
 +      * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Rewrite using just
 +      one `rm' invocation.
 +      Report by Bob Friesenhahn.
 +
 +      Improve robustness of mdate-sh script.
 +      * lib/mdate-sh: Sanitize zsh behavior on startup, to ensure
 +      $ls_command is word-split properly upon invocation.
 +      (error): New function.
 +      (main): Use it.  Improve error checking to avoid endless loop
 +      in case $ls_command gave bogus output.  Fix eval quotation.
 +      * tests/mdate6.test: New test, to expose eval quotation error.
 +      * tests/Makefile.am: Update.
 +
 +2010-08-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Fix potential regressions in depcomp{3,5}.test.
 +      * tests/depcomp3.test: Do not uselessly escape the character `$'
 +      in makefile rules, when it's used to expand a make macro.
 +      * tests/depcomp5.test: Likewise.
 +
 +2010-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +          Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Docs: clarify how to avoid automatic dependencies tracking.
 +      * doc/automake.texi (Automatic dependency tracking): Mention that
 +      automatic dependencies tracking is enabled by default, but that
 +      the package developer can disable it altogether.  Add a reference
 +      to the proper section for a more in-depth explanation.
 +
 +      Fix typo in manual (`Makefile.in' instead of `Makefile.am').
 +      * doc/automake.texi (Automatic dependency tracking): Fix typo.
 +
 +2010-08-16  Bruno Haible  <bruno@clisp.org>
 +
 +      Don't hide the table of contents.
 +      * doc/automake.texi: Move the table of contents to the beginning.
 +
  2010-08-16  Peter Rosin  <peda@lysator.liu.se>
  
        Optimize compile script on MSYS.