]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
bool_set: Use UTF-8 for accented characters.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 29 May 2014 14:31:22 +0000 (15:31 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 29 May 2014 14:31:22 +0000 (15:31 +0100)
* include/tr2/bool_set: Use UTF-8 for accented characters.
* scripts/run_doxygen: Handle Doxygen 1.8.x change.

From-SVN: r211055

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr2/bool_set
libstdc++-v3/scripts/run_doxygen

index 3147708a68376b995dcfe01f2679dd2a3b19a6ea..0c11cf26f38a7e99ad6f54bd85594389748bd2af 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/tr2/bool_set: Use UTF-8 for accented characters.
+       * scripts/run_doxygen: Handle Doxygen 1.8.x change.
+
 2014-05-22  Release Manager
 
        * GCC 4.8.3 released.
index 56a56e0e769392b0da83df613ff39b59e005b050..b3e33eac6c8f81316224ebcc825b2e4a7299d968 100644 (file)
@@ -44,7 +44,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    *  bool_set
    *
    *  See N2136, Bool_set: multi-valued logic
-   *  by Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion.
+   *  by Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion.
    *
    *  The implicit conversion to bool is slippery!  I may use the new
    *  explicit conversion.  This has been specialized in the language
index 75b2f4f9758994a0b57be08e4f676bbb8f7ea140..54a5acc851b9561cb6c860824f1d6dc223f786f8 100644 (file)
@@ -193,8 +193,15 @@ fi
 if $do_latex; then
     cd ${outdir}/${mode}
 
-    # Also drop in the header file and style sheet
-    doxygen -w latex header.tex doxygen.sty
+    # Grrr, Doxygen 1.8.x changed the -w latex options.
+    need_footer=`doxygen -h | sed -n -e '/-w latex/s=.*footer.*=true=p'`
+
+    # Also drop in the header file (maybe footer file) and style sheet
+    if $need_footer; then
+      doxygen -w latex header.tex footer.tex doxygen.sty
+    else
+      doxygen -w latex header.tex doxygen.sty
+    fi
     
     echo ::
     echo :: LaTeX pages begin with