Skip to content
  1. Dec 31, 2013
  2. Dec 30, 2013
    • Steve Holme's avatar
      mprintf: Added support for I, I32 and I64 size specifiers · 0aafd77f
      Steve Holme authored
      Added support to the built-in printf() replacement functions, for these
      non-ANSI extensions when compiling under Visual Studio, Borland, Watcom
      and MinGW.
      
      This fixes problems when generating libcurl source code that contains
      curl_off_t variables.
      0aafd77f
  3. Dec 29, 2013
  4. Dec 28, 2013
  5. Dec 27, 2013
  6. Dec 26, 2013
  7. Dec 25, 2013
    • Daniel Stenberg's avatar
      curl_dofree: allow free(NULL) · 7b057f53
      Daniel Stenberg authored
      Previously this memdebug free() replacement didn't properly work with a
      NULL argument which has made us write code that avoids calling
      free(NULL) - which causes some extra nuisance and unnecessary code.
      Starting now, we should allow free(NULL) even when built with the
      memdebug system enabled.
      
      free(NULL) is permitted by POSIX
      7b057f53
    • Steve Holme's avatar
      RELEASE-NOTES: Synced with 0ff0a994 · 2dd9bfc5
      Steve Holme authored
      2dd9bfc5
  8. Dec 24, 2013
  9. Dec 23, 2013