History log of /curl/lib/mprintf.c (Results 76 – 100 of 155)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_19_7, curl-7_19_6, curl-7_19_5
# 33a3753c 21-Apr-2009 Yang Tse

libcurl's memory.h renamed to curl_memory.h


Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1
# 651dad0c 13-Sep-2008 Yang Tse

fix compiler warning: external declaration in primary source file


# 59e378f4 06-Sep-2008 Yang Tse

remove unnecessary typecasting of malloc()


# 861b647e 06-Sep-2008 Yang Tse

remove unnecessary typecasting of realloc()


Revision tags: curl-7_19_0
# c9f2c54c 24-Aug-2008 Yang Tse

Remove debug tracing and nearly all changes introduced since revision 1.72

The effective result of this commit is revision 1.72 plus two changed lines. These
can be viewed in http://cool

Remove debug tracing and nearly all changes introduced since revision 1.72

The effective result of this commit is revision 1.72 plus two changed lines. These
can be viewed in http://cool.haxx.se/cvs.cgi/curl/lib/mprintf.c.diff?r1=1.72&r2=1.77

show more ...


# cbc04a7d 24-Aug-2008 Yang Tse

Debug trace curl_mprintf() on x86_64 and ia64 systems.


# bc69e46a 24-Aug-2008 Yang Tse

x86_64 fixes


# 13f035b9 24-Aug-2008 Yang Tse

x86_64 fixes


# 79cbe508 24-Aug-2008 Yang Tse

Test if type casting a 'signed int' to a 'signed long long' fails to do sign extension on x86_64.


# 70b1cd79 23-Aug-2008 Yang Tse

explicit value assignment for comparison result


# 578f42d5 23-Aug-2008 Yang Tse

typecast constant in comparison


# 9bb5da96 22-Aug-2008 Yang Tse

Improved curl_m*printf() integral data type size and signedness handling


# f07c3171 22-Aug-2008 Yang Tse

cleanup the BOOL usage


# 4dbfc91e 21-Aug-2008 Yang Tse

MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64


# afe7bb4b 21-Aug-2008 Yang Tse

Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()


# f209a480 21-Aug-2008 Yang Tse

Fix one bug detected thanks to test case 557.


# 5794ffe4 21-Aug-2008 Yang Tse

Some data type size adjustments.


# ceb49d37 21-Aug-2008 Yang Tse

Get rid of ENABLE_64BIT symbol definition and usage.

Improve HAVE_LONGLONG symbol description.


# 24b18907 11-Aug-2008 Yang Tse

s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g


# 69aac49f 30-Jun-2008 Daniel Stenberg

made %llu work for printing unsigned long longs, added the generic curl source
header


Revision tags: curl-7_18_2, curl-7_18_1, curl-7_18_0
# 2f928797 20-Nov-2007 Daniel Stenberg

fix the treatment of the parameter-based precision, as in "%.*s%s" as
previously the second %s would wrongly get the numerical argument that is used
for the variable precision for the first %

fix the treatment of the parameter-based precision, as in "%.*s%s" as
previously the second %s would wrongly get the numerical argument that is used
for the variable precision for the first %s...

show more ...


# ad6e2807 05-Nov-2007 Daniel Stenberg

removed space after if and while before the parenthesis for better source code
consistency


Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# 3f62bfb6 09-Aug-2007 Gunter Knauf

fixed a warning which MingW gcc 4.2.1.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# be8a5d0a 28-Feb-2007 Yang Tse

proper symbol definition check for all AmigaOS flavours


# c514a2a8 26-Feb-2007 Gisle Vanem

Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".


1234567