comparison ChangeLog @ 17330:6f8d1926ece8

extern-inline: avoid compilation error with HP-UX cc Reported by Richard Lloyd in <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>. * m4/extern-inline.m4 (_GL_INLINE, _GL_EXTERN_INLINE): Suppress extern inline with HP-UX cc. This should be safe, though it may hurt performance. Perhaps someone with some HP-UX experience can come up with a higher-performance fix.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 18 Feb 2013 17:16:30 -0800
parents a72ac603a92f
children e6a6fd004283
comparison
equal deleted inserted replaced
17329:a72ac603a92f 17330:6f8d1926ece8
1 2013-02-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 extern-inline: avoid compilation error with HP-UX cc
4 Reported by Richard Lloyd in
5 <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
6 * m4/extern-inline.m4 (_GL_INLINE, _GL_EXTERN_INLINE):
7 Suppress extern inline with HP-UX cc. This should be safe,
8 though it may hurt performance. Perhaps someone with some HP-UX
9 experience can come up with a higher-performance fix.
10
1 2013-02-14 Paul Eggert <eggert@cs.ucla.edu> 11 2013-02-14 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 putenv: fix heap corruption with mixed putenv/_putenv 13 putenv: fix heap corruption with mixed putenv/_putenv
4 Problem reported by Michael Goffioul in 14 Problem reported by Michael Goffioul in
5 <http://lists.gnu.org/archive/html/bug-gnulib/2013-02/msg00061.html>. 15 <http://lists.gnu.org/archive/html/bug-gnulib/2013-02/msg00061.html>.