Yang Tse
|
70b1cd798f
explicit value assignment for comparison result
|
hace 16 años |
Yang Tse
|
578f42d588
typecast constant in comparison
|
hace 16 años |
Yang Tse
|
9bb5da968c
Improved curl_m*printf() integral data type size and signedness handling
|
hace 16 años |
Yang Tse
|
f07c3171e3
cleanup the BOOL usage
|
hace 16 años |
Yang Tse
|
4dbfc91e2b
MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64
|
hace 16 años |
Yang Tse
|
afe7bb4b33
Fix a LONG_MIN and LLONG_MIN related bug in internal m*printf()
|
hace 16 años |
Yang Tse
|
f209a4804b
Fix one bug detected thanks to test case 557.
|
hace 16 años |
Yang Tse
|
5794ffe4bd
Some data type size adjustments.
|
hace 16 años |
Yang Tse
|
ceb49d3742
Get rid of ENABLE_64BIT symbol definition and usage.
|
hace 16 años |
Yang Tse
|
24b1890710
s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g
|
hace 16 años |
Daniel Stenberg
|
69aac49f79
made %llu work for printing unsigned long longs, added the generic curl source
|
hace 16 años |
Daniel Stenberg
|
2f928797cf
fix the treatment of the parameter-based precision, as in "%.*s%s" as
|
hace 17 años |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
hace 17 años |
Gunter Knauf
|
3f62bfb61d
fixed a warning which MingW gcc 4.2.1.
|
hace 17 años |
Yang Tse
|
be8a5d0aef
proper symbol definition check for all AmigaOS flavours
|
hace 18 años |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
hace 18 años |
Yang Tse
|
54db98c220
compiler warning fix
|
hace 18 años |
Daniel Stenberg
|
44d84ac164
Avoid typecasting a signed char to an int when using is*() functions, as that
|
hace 18 años |
Gisle Vanem
|
4f012ad703
Undefine correct symbol.
|
hace 18 años |
Gisle Vanem
|
c6ae0ebcbf
Cludge fix for djgpp 2.03 or older; it doesn't have snprintf() etc.
|
hace 18 años |
Daniel Stenberg
|
16bbd13af7
Diego Casorran patches to make (lib)curl build fine on Amiga again
|
hace 19 años |
Daniel Stenberg
|
6b1220b61d
Cory Nelson's work on nuking compiler warnings when building on x64 with
|
hace 19 años |
Dan Fandrich
|
1ba47e7af9
Add 'const' to immutable arrays.
|
hace 20 años |
Dan Fandrich
|
358e08b95d
Removed fputc() prototype since it's already in stdio.h
|
hace 20 años |
Gisle Vanem
|
f471a293ea
|
hace 20 años |
Daniel Stenberg
|
4cd5220d27
use ifdef not if
|
hace 20 años |
Daniel Stenberg
|
24d47a6e07
Paul Nolan fix to make libcurl build nicely on Windows CE
|
hace 20 años |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
hace 20 años |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
hace 20 años |
Daniel Stenberg
|
1d7ce36791
return faster when we "hit a wall" while printfing
|
hace 20 años |