Commit History

Author SHA1 Message Date
  Dan Fandrich 38181fbc74 Fix the --enable-debug compiler warning options for older versions of gcc. 20 years ago
  Daniel Stenberg 18dd8154e2 Reverted the previous change and redid it differently as it seemed to not 20 years ago
  Daniel Stenberg e0b436f8e1 1 - do better when cross-compiling when checking for strerror_r() - alert 20 years ago
  Daniel Stenberg 55c015c136 typo AGAIN 20 years ago
  Daniel Stenberg bde6c6685e When using the icc compiler, we also ignore remark #1418 "external definition 20 years ago
  Daniel Stenberg 6f74820cfc if no strerror_r prototype is found, we provide our own to prevent picky 20 years ago
  Daniel Stenberg aae521d086 gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older 20 years ago
  Daniel Stenberg 1fc7ff878e Applied Joe Halpin's bugfixes to the NI_WITHSCOPEID test program. 20 years ago
  Daniel Stenberg 5d27f50f2f HAVE_NI_WITHSCOPEID spelled right! 20 years ago
  Daniel Stenberg 40d9855df2 Andrs Garca fixed a warning in the ioctlsocket() usage. 20 years ago
  Daniel Stenberg ecf7adba15 modified the NI_WITHSCOPEID to use an AF_INET6 socket immediately and 20 years ago
  Daniel Stenberg a2ea0abf7f Added CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHSCOPEID exists and 20 years ago
  Daniel Stenberg 7461592a16 strerror_r() detection changes: 20 years ago
  Daniel Stenberg 242be55771 added check for strerror_r() 20 years ago
  Daniel Stenberg 78e0ba82b0 ignore the icc warning 981 "operands are evaluated in unspecified order" 20 years ago
  Daniel Stenberg 7e6043f04f we ignore the ICC warning 1419 as well 20 years ago
  Daniel Stenberg 6789dfc5f5 Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild 20 years ago
  Daniel Stenberg 193a652e6a When setting aggressive pedantic compiler options, display what options 20 years ago
  Daniel Stenberg 85af357d81 Make icc ignore "invalid format string conversion" warnings as well. They 20 years ago
  Daniel Stenberg 0943f33438 Use __INTEL_COMPILER instead of __ICC to the cpp to detect the Intel icc 20 years ago
  Daniel Stenberg 6bd2de0c42 set debug options when using the icc compiler 20 years ago
  Daniel Stenberg 4fa58560bf Moved most of the set-debug-options-depending-on-compiler logic to the new 20 years ago
  Daniel Stenberg 4c70c3e820 Added escaping of the function name in the AC_DEFUN() macros, so that 21 years ago
  Daniel Stenberg 5f4fb857f0 Added proper #ifdef's for the #include files when checking for in_addr_t, 21 years ago
  Daniel Stenberg bf20ed5984 O_NONBLOCK does not work on BeOS according to Shard 21 years ago
  Daniel Stenberg 0bbe184f1f improved the non-block check a lot: 21 years ago
  Daniel Stenberg de9b76cef0 change the order of the in_addr_t tests, so that 'unsigned long' is tested 21 years ago
  Daniel Stenberg b9c60df04b added description in all AC_DEFINE() calls 22 years ago
  Daniel Stenberg 325391aef9 Albert Chin: 23 years ago
  Daniel Stenberg d220389647 Stoned Elipot's patch for the in_addr_t test 23 years ago