Commit History

Author SHA1 Message Date
  Daniel Stenberg 736a40fec9 When cross-compiling, the configure script no longer attempts to use 20 years ago
  Daniel Stenberg 82d6cfa7fc Peter Wullinger pointed out that curl should call setlocale() properly to 20 years ago
  Daniel Stenberg af677c4e1d If long long is supported, check if [num]LL is supported for numerical 20 years ago
  Daniel Stenberg 7663775971 if basename was found, check for a prototype and if none was found, provide 20 years ago
  Daniel Stenberg 1239e48304 check for tld_strerror 20 years ago
  Daniel Stenberg 5c7dcc6c33 Dan Fandrich fix for hosts that need both -lnsl and -lsocket 20 years ago
  Daniel Stenberg 19a568a983 make the given path to --with-libidn override any other installation 20 years ago
  Daniel Stenberg f4252f8672 when building with libidn support, check for idna_strerror() which is 20 years ago
  Daniel Stenberg 8e87223195 - Based on Fedor Karpelevitch's formpost path basename patch, file parts in 20 years ago
  Daniel Stenberg 75e5967afd made pkg-config not get used if a path is given with --with-ssl 20 years ago
  Daniel Stenberg f71b3f48a1 Replaced the former date parser with a rewrite. No more yacc/bison needed. 20 years ago
  Daniel Stenberg 62ff567c47 the autobuilds failed all over on AIX, attempt to fix the strerror_r() problem 20 years ago
  Daniel Stenberg 62af3fb7b9 added a check for the xlc compiler on AIX, and if that is detect we use 20 years ago
  Daniel Stenberg db302a1055 define _THREAD_SAFE on (recent) AIX systems to build thread-safe code 20 years ago
  Daniel Stenberg 498a0fe795 Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX 20 years ago
  Daniel Stenberg 9d84442409 define the _XOPEN_SOURCE define in the config.h file instead, and also added a 20 years ago
  Daniel Stenberg 5ab9d72e45 fixed the default result for xopen and mimpure to work better 20 years ago
  Daniel Stenberg 6060e7ed96 experimental code to detect mips-sgi-irix systems that build without gcc 20 years ago
  Daniel Stenberg b55507c8a7 the krb4 stuff needs -lcom_err to link now, for some odd reason. This is 20 years ago
  Daniel Stenberg d20a05161a AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead 20 years ago
  Daniel Stenberg e3fc0d5e78 refer bug reports to the mailing lists, not the old email alias 20 years ago
  Daniel Stenberg f633ab688b commented out the check for gethostbyname_r() as we no longer use it 20 years ago
  Daniel Stenberg a7b99fc463 check for a fine poll() before it is used to sleep subsecond 20 years ago
  Daniel Stenberg 20705ca311 set an automake conditional for if this is a cross-compile or not 20 years ago
  Daniel Stenberg 4e7575fc7a checl for the idn_free stuff to remain functionall even with older libidn 20 years ago
  Daniel Stenberg d3d5cdf305 removed the warning if libidn isn't found 20 years ago
  Daniel Stenberg af43ce73e5 very minor output change 20 years ago
  Daniel Stenberg 91018f4f24 AC_CHECK_TOOL is prolly better to use when checking for ar 20 years ago
  Daniel Stenberg 3fc39a6efb alert the user if 'sed' or 'ar' couldn't be found, as it might very well 20 years ago
  Daniel Stenberg 78e6508e22 check the size of size_t for lib/mprintf.c 20 years ago