summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warningYang Tse2010-02-201-1/+1
* fix compiler warningYang Tse2010-02-201-1/+1
* fix printf-style format stringsYang Tse2010-02-041-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+0
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* Remove debug tracing and nearly all changes introduced since revision 1.72Yang Tse2008-08-241-96/+21
* Debug trace curl_mprintf() on x86_64 and ia64 systems.Yang Tse2008-08-241-0/+61
* x86_64 fixesYang Tse2008-08-241-2/+3
* x86_64 fixesYang Tse2008-08-241-27/+32
* Test if type casting a 'signed int' to a 'signed long long' fails to do sign ...Yang Tse2008-08-241-1/+10
* explicit value assignment for comparison resultYang Tse2008-08-231-2/+2
* typecast constant in comparisonYang Tse2008-08-231-1/+1
* Improved curl_m*printf() integral data type size and signedness handlingYang Tse2008-08-221-55/+53
* cleanup the BOOL usageYang Tse2008-08-221-29/+16
* MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64Yang Tse2008-08-211-1/+1
* Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()Yang Tse2008-08-211-9/+26
* Fix one bug detected thanks to test case 557.Yang Tse2008-08-211-2/+2
* Some data type size adjustments.Yang Tse2008-08-211-4/+7
* Get rid of ENABLE_64BIT symbol definition and usage.Yang Tse2008-08-211-18/+25
* s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/gYang Tse2008-08-111-1/+1
* made %llu work for printing unsigned long longs, added the generic curl sourceDaniel Stenberg2008-06-301-14/+27
* fix the treatment of the parameter-based precision, as in "%.*s%s" asDaniel Stenberg2007-11-201-1/+4
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-68/+68
* fixed a warning which MingW gcc 4.2.1.Gunter Knauf2007-08-091-3/+3
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-281-1/+1
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-1/+0
* compiler warning fixYang Tse2007-02-011-5/+5
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-1/+1
* Undefine correct symbol.Gisle Vanem2006-07-061-1/+1
* Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.Gisle Vanem2006-07-051-0/+4
* Diego Casorran patches to make (lib)curl build fine on Amiga againDaniel Stenberg2005-07-131-0/+3
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-261-4/+4
* Add 'const' to immutable arrays.Dan Fandrich2004-12-151-5/+5
* Removed fputc() prototype since it's already in stdio.hDan Fandrich2004-12-141-4/+0
* Un-do changes for WinCE; cdecl decoration is not needed.Gisle Vanem2004-11-081-14/+3
* use ifdef not ifDaniel Stenberg2004-11-021-1/+1
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-3/+15
* Replaced all uses of sprintf() with the safer snprintf(). It is just aDaniel Stenberg2004-06-241-397/+404
* Source cleanups. The major one being that we now _always_ use a Curl_addrinfoDaniel Stenberg2004-06-241-62/+48
* return faster when we "hit a wall" while printfingDaniel Stenberg2004-05-121-13/+22
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* the aprintf() versions now return NULL if _any_ alloc along the way failed,Daniel Stenberg2004-05-101-3/+10
* prevent warnings when using the gcc option -Wunreachable-codeDaniel Stenberg2004-05-051-5/+11
* stricter variable type usageDaniel Stenberg2004-03-231-5/+6
* don't use 'register'Daniel Stenberg2004-03-081-13/+21
* fixed the test code to workDaniel Stenberg2004-03-011-18/+13
* Support 'z' for size_t-sized integer printing, as in %zd or %zx.Daniel Stenberg2004-03-011-5/+6
* use %ld when printf()ing long variables (and removed use of 'register')Daniel Stenberg2004-02-261-3/+4