Skip to content
Snippets Groups Projects
  1. Aug 01, 2005
  2. Jul 30, 2005
  3. Jul 28, 2005
  4. Jul 27, 2005
  5. Jul 13, 2005
  6. Jul 08, 2005
  7. Jul 07, 2005
  8. Jun 28, 2005
  9. Jun 26, 2005
  10. Jun 23, 2005
  11. Jun 22, 2005
  12. Jun 20, 2005
  13. Jun 13, 2005
  14. Jun 11, 2005
  15. Jun 06, 2005
    • Daniel Stenberg's avatar
      Tupone Alfredo's fixes: · c4bbcc83
      Daniel Stenberg authored
      1) findtool does look per tool in PATH and think ./perl is the perl
      executable, while is just a local directory (I have . in the PATH)
      
      2) I got several warning for head -1 deprecated in favour of head -n 1
      
      3) ares directory is missing some file (missing is missing :-) ) because
      automake and friends is not run.
      
      (Let's hope number 2 doesn't break somewhere "out there", if so we can always
      search/replace that back.)
      c4bbcc83
  16. Jun 03, 2005
  17. May 18, 2005
  18. May 16, 2005
  19. May 13, 2005
  20. May 12, 2005
  21. May 11, 2005
  22. May 09, 2005
  23. May 07, 2005
  24. May 02, 2005
    • Daniel Stenberg's avatar
      Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At · 07e58aaa
      Daniel Stenberg authored
      least it should no longer cause a compiler error. However, it does not have
      AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we
      use that for FTP PORT/EPRT)! So, I modified the configure check that checks if
      the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on
      AIX 4.3 and it will automatically build with IPv6 support disabled.
      07e58aaa
Loading