1. 05 Oct, 2004 2 commits
    • Daniel Stenberg's avatar
      Only include libgen.h if we have a basename as well. · 121197bc
      Daniel Stenberg authored
      Mainly meant to deal with the IRIX case which seems to requrie a "-lgen" lib
      to find the basename function and thus without the gen lib, it finds the
      header but not the function and our replacement function has a prototype
      that doesn't match the IRIX one.
      
      A different approach would be to make configure detect and use -lgen for the
      systems that require it.
      121197bc
    • Daniel Stenberg's avatar
      let our basename() be static · d5dd8e0f
      Daniel Stenberg authored
      d5dd8e0f
  2. 04 Oct, 2004 3 commits
  3. 03 Oct, 2004 5 commits
  4. 02 Oct, 2004 2 commits
  5. 01 Oct, 2004 6 commits
  6. 30 Sep, 2004 10 commits
  7. 29 Sep, 2004 1 commit
  8. 28 Sep, 2004 5 commits
  9. 26 Sep, 2004 3 commits
  10. 25 Sep, 2004 1 commit
  11. 22 Sep, 2004 2 commits