Skip to content
Snippets Groups Projects
  1. Feb 07, 2011
  2. Dec 01, 2010
  3. Sep 27, 2010
  4. Apr 17, 2010
  5. Mar 24, 2010
  6. Oct 18, 2009
  7. Sep 03, 2009
  8. Oct 23, 2008
  9. Oct 22, 2008
  10. Oct 16, 2008
  11. Oct 15, 2008
    • Daniel Stenberg's avatar
      - Pascal Terjan filed bug #2154627 · a579d670
      Daniel Stenberg authored
        (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl
        uses strcasecmp() in multiple places where it causes failures when the
        Turkish locale is used. This is because 'i' and 'I' isn't the same letter so
        strcasecmp() on those letters are different in Turkish than in English (or
        just about all other languages). I thus introduced a totally new internal
        function in libcurl (called Curl_ascii_equal) for doing case insentive
        comparisons for english-(ascii?) style strings that thus will make "file"
        and "FILE" match even if the Turkish locale is selected.
      a579d670
  12. Oct 09, 2008
  13. Sep 29, 2008
  14. Sep 23, 2008
  15. Sep 18, 2008
  16. Jun 22, 2008
  17. Jan 06, 2008
  18. Dec 08, 2007
  19. Nov 07, 2007
  20. Nov 06, 2007
  21. Dec 05, 2006
  22. Oct 17, 2006
  23. Dec 30, 2005
  24. Oct 04, 2005
  25. Aug 09, 2005
  26. Jul 05, 2005
  27. Apr 26, 2005
  28. Mar 31, 2005
  29. Mar 08, 2005
  30. Feb 11, 2005
  31. Dec 20, 2004
  32. Nov 29, 2004
  33. Nov 11, 2004
  34. Sep 20, 2004
  35. Sep 15, 2004
  36. Sep 13, 2004
Loading