summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
Commit message (Expand)AuthorAgeFilesLines
* printf: make sure %x are treated unsignedDaniel Stenberg2013-06-251-8/+8
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-108/+9
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1197
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1197/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* MemoryTracking: fix logging of free() calls done where Curl_safefree is calledYang Tse2011-09-021-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+0
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-95/+51
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* dprintf_formatf: Value stored to 'left' is never readDaniel Stenberg2010-04-161-1/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* 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