1. 19 Oct, 2008 6 commits
  2. 18 Oct, 2008 2 commits
  3. 17 Oct, 2008 16 commits
  4. 16 Oct, 2008 13 commits
  5. 15 Oct, 2008 3 commits
    • Daniel Stenberg's avatar
      fix warning · 51756641
      Daniel Stenberg authored
      51756641
    • 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
    • Yang Tse's avatar
      Ensure that shell variable contents which have active meaning · be760bed
      Yang Tse authored
      to the shell echo command are not interpreted when trying to
      remove extra whitespace from shell variable content.
      be760bed