1. 14 Feb, 2025 18 commits
  2. 13 Feb, 2025 1 commit
  3. 12 Feb, 2025 6 commits
  4. 11 Feb, 2025 4 commits
  5. 10 Feb, 2025 1 commit
    • Carlos Ramos Carreño's avatar
      Use libiconv in gettext · 35a7d395
      Carlos Ramos Carreño authored
      If libiconv is not linked to gettext, I get the following error during
      the compilation of gcc-10.5 (in a system with minimal requirements):
      
      ```
      INFO msgfmt -o de.mo ../../.././libstdc++-v3/po/de.po
      INFO msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv().
      ```
      
      See merge request !1732
      35a7d395
  6. 09 Feb, 2025 1 commit
  7. 08 Feb, 2025 3 commits
  8. 07 Feb, 2025 5 commits
  9. 06 Feb, 2025 1 commit
    • Carlos Ramos Carreño's avatar
      Fix texinfo 7 dependency on perl · d2d0d49e
      Carlos Ramos Carreño authored
      Texinfo 7 depends on perl.
      If one does not have perl installed, the following error is raised:
      
      ```
      INFO checking for perl... /usr/bin/perl
      INFO checking Perl version and modules... no
      INFO configure: error: perl >= 5.8.1 with Encode and Data::Dumper required by Texinfo.
      ```
      
      See merge request !1728
      d2d0d49e