1. 19 Jul, 2012 7 commits
  2. 18 Jul, 2012 5 commits
  3. 17 Jul, 2012 5 commits
  4. 15 Jul, 2012 2 commits
  5. 16 Jul, 2012 1 commit
  6. 15 Jul, 2012 7 commits
  7. 14 Jul, 2012 9 commits
  8. 13 Jul, 2012 1 commit
  9. 12 Jul, 2012 3 commits
    • Rémi Denis-Courmont's avatar
      Mark --language as obsolete · 76c72672
      Rémi Denis-Courmont authored
      76c72672
    • Rémi Denis-Courmont's avatar
      Remove the nine years old --language hack · e64f3930
      Rémi Denis-Courmont authored
      This was apparently put in place to work around the lack of language
      setting in BeOS. Then it was extended to Windows and MacOS since
      gettext failed to retrieve the user language configuration.
      BeOS is no longer supported and Windows support and MacOS support were
      fixed in gettext 0.18.
      
      Also calling setlocale() from a library can crash.
      e64f3930
    • Rémi Denis-Courmont's avatar
      Win32: do not override LC_ALL · 94d79d31
      Rémi Denis-Courmont authored
      This code might have had some effects on some other OS (BeOS?), but
      it should not be required on Windows. Also good-mannered and
      thread-safe libraries do not modify the environment.
      94d79d31