build: fix circular header inclusion with other packages
[platform/upstream/curl.git] / lib / mprintf.c
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-02 Yang TseMemoryTracking: fix logging of free() calls done where...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel Stenbergdprintf_formatf: Value stored to 'left' is never read
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-04 Yang Tsefix printf-style format strings
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-09-13 Yang Tsefix compiler warning: external declaration in primary...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-08-24 Yang TseRemove debug tracing and nearly all changes introduced...
2008-08-24 Yang TseDebug trace curl_mprintf() on x86_64 and ia64 systems.
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang Tsex86_64 fixes
2008-08-24 Yang TseTest if type casting a 'signed int' to a 'signed long...
2008-08-23 Yang Tseexplicit value assignment for comparison result
2008-08-23 Yang Tsetypecast constant in comparison
2008-08-22 Yang TseImproved curl_m*printf() integral data type size and...
2008-08-22 Yang Tsecleanup the BOOL usage
2008-08-21 Yang TseMSVC's __int64 data type is only available when _INTEGR...
2008-08-21 Yang TseFix a LONG_MIN and LLONG_MIN related bug in internal...
2008-08-21 Yang TseFix one bug detected thanks to test case 557.
2008-08-21 Yang TseSome data type size adjustments.
2008-08-21 Yang TseGet rid of ENABLE_64BIT symbol definition and usage.
2008-08-11 Yang Tse s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
2008-06-30 Daniel Stenbergmade %llu work for printing unsigned long longs, added...
2007-11-20 Daniel Stenbergfix the treatment of the parameter-based precision...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-09 Gunter Knauffixed a warning which MingW gcc 4.2.1.
2007-02-28 Yang Tseproper symbol definition check for all AmigaOS flavours
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2007-02-01 Yang Tsecompiler warning fix
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-07-06 Gisle VanemUndefine correct symbol.
2006-07-05 Gisle VanemCludge fix for djgpp 2.03 or older; it doesn't have...
2005-07-13 Daniel StenbergDiego Casorran patches to make (lib)curl build fine...
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-12-14 Dan FandrichRemoved fputc() prototype since it's already in stdio.h
2004-11-08 Gisle VanemUn-do changes for WinCE; cdecl decoration is not needed.
2004-11-02 Daniel Stenberguse ifdef not if
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-06-24 Daniel StenbergSource cleanups. The major one being that we now _alway...
2004-05-12 Daniel Stenbergreturn faster when we "hit a wall" while printfing
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-10 Daniel Stenbergthe aprintf() versions now return NULL if _any_ alloc...
2004-05-05 Daniel Stenbergprevent warnings when using the gcc option -Wunreachabl...
2004-03-23 Daniel Stenbergstricter variable type usage
2004-03-08 Daniel Stenbergdon't use 'register'
2004-03-01 Daniel Stenbergfixed the test code to work
2004-03-01 Daniel StenbergSupport 'z' for size_t-sized integer printing, as in...
2004-02-26 Daniel Stenberguse %ld when printf()ing long variables (and removed...
2004-02-25 Daniel Stenbergdisable the use of long double, we don't use it
2004-02-25 Daniel StenbergBased on a patch by Greg Hewgill I modified how long...
2004-02-21 Daniel Stenbergadded some extra typecasts to prevent compiler warnings...
2004-02-20 Daniel StenbergNo longer support Z as a flag to print size_t, it isn...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-10-26 Daniel Stenbergsnprintf() made a single-byte buffer overflow, as it...
2003-08-19 Daniel StenbergRespect HAVE_LONGLONG to support 'long long'
2003-08-06 Daniel Stenbergfix the treatment of the variable width specifier ...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergreverted bad header replacement
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-05-21 Daniel Stenbergmaprintf() and vmaprintf() now work better when printfi...
2002-02-18 Daniel Stenbergfixed a long long mistake
2002-01-18 Daniel Stenberg#ifndef and #define magic to prevent compiler warnings...
2002-01-18 Daniel Stenbergcut off a big piece of comment and added a pointer...
2001-11-27 Daniel StenbergEric Lavigne updates
2001-11-12 Daniel Stenbergmade CURLOPT_HTTPPROXYTUNNEL work for plain HTTP as...
2001-11-12 Daniel Stenberginclude setup.h
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-24 Daniel Stenbergextern declarations no longer done on windows (T. Bhara...
2001-08-14 Daniel Stenbergadded const char * => char * typecast
2001-08-14 Daniel Stenbergcorrected dubious use of the same variable twice in...
2001-01-05 Daniel Stenbergrenamed Curl_ to curl_ for the printf() prefixes
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-04 Daniel Stenbergupdated license text in headers
2000-11-21 Daniel Stenbergremoved the storenonprintable function as it isn't...
2000-11-15 Daniel Stenbergnot printf()ing %s normally for character that weren...
2000-10-09 Daniel Stenbergadded memory debugging include file
1999-12-29 Daniel StenbergInitial revision