Skip to content
Snippets Groups Projects
  1. Apr 14, 2009
  2. Oct 23, 2008
  3. Oct 16, 2008
  4. 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
  5. Sep 12, 2008
  6. Aug 01, 2008
  7. Nov 07, 2007
  8. Apr 25, 2007
  9. Feb 26, 2007
  10. May 02, 2005
  11. Apr 25, 2005
  12. Oct 06, 2004
  13. May 11, 2004
  14. Mar 23, 2004
  15. Feb 19, 2004
  16. Jan 29, 2004
  17. Jan 07, 2004
  18. Nov 24, 2003
  19. Nov 11, 2003
  20. Aug 20, 2003
  21. Jun 26, 2003
  22. Jan 29, 2003
  23. Jan 16, 2003
  24. Sep 03, 2002
  25. May 21, 2002
  26. Mar 19, 2002
  27. Jan 18, 2002
  28. Oct 11, 2001
  29. Sep 07, 2001
  30. Aug 06, 2001
  31. May 30, 2001
  32. May 29, 2001
  33. Mar 16, 2001
  34. Mar 14, 2001
  35. Feb 07, 2001
  36. Jan 05, 2001
  37. Jan 03, 2001
  38. Aug 24, 2000
  39. Jun 20, 2000
Loading