summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg2001-08-241-0/+2
* added const char * => char * typecastDaniel Stenberg2001-08-141-1/+1
* corrected dubious use of the same variable twice in a function call,Daniel Stenberg2001-08-141-1/+1
* renamed Curl_ to curl_ for the printf() prefixesDaniel Stenberg2001-01-051-13/+13
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-13/+13
* updated license text in headersDaniel Stenberg2001-01-041-0/+9
* removed the storenonprintable function as it isn't used anymoreDaniel Stenberg2000-11-211-27/+0
* not printf()ing %s normally for character that weren't isprint() made thingsDaniel Stenberg2000-11-151-10/+3
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
* Initial revisionDaniel Stenberg1999-12-291-0/+1253