Skip to content
Snippets Groups Projects
  1. Nov 19, 2024
  2. Nov 08, 2024
  3. Sep 07, 2024
  4. Jan 16, 2024
  5. Jan 15, 2024
  6. Dec 07, 2023
  7. Dec 02, 2023
  8. Dec 01, 2023
  9. Nov 02, 2023
  10. Oct 10, 2023
  11. Oct 09, 2023
    • Gergo Koteles's avatar
      gtk: disable setlocale() · 00520662
      Gergo Koteles authored
      gtk_init_check calls setlocale(LC_ALL, "");
      The setlocale call modifies the locale of the program according to the
      environment variables. This leads to unexpected behavior in printf
      or locale-aware functions in decorated programs.
      gtk_disable_setlocale() prevents GTK from calling setlocale().
      00520662
  12. Sep 27, 2023
  13. Sep 26, 2023
  14. Sep 25, 2023
Loading