summaryrefslogtreecommitdiff
path: root/tests/libtest/lib557.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* code style: use spaces around plusesDaniel Stenberg2017-09-111-0/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-35/+35
* lib557: no longer use CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-11/+11
* test557: fix ubsan runtime error due to int left shiftJay Satiro2017-05-291-2/+6
* test557: set a known good numeric localeDan Fandrich2017-05-041-1/+13
* lib557.c: use a shorter MAXIMIZE representationDaniel Stenberg2016-12-221-1/+1
* lib557: move the "enable LONGLINE" to allow more long linesDaniel Stenberg2016-12-211-2/+1
* printf: fix floating point buffer overflow issuesDaniel Stenberg2016-12-191-3/+133
* test557: verify printf() with 128 and 129 argumentsDaniel Stenberg2016-10-081-0/+104
* mprintf: Fix processing of width and prec argsJay Satiro2016-05-131-0/+49
* lib557: allow too long linesDaniel Stenberg2016-04-031-4/+7
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* libtest: fixed linker errors on msvcSergei Nikulov2015-03-031-3/+0
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Fix variable initializationYang Tse2010-02-041-1/+1
* Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse2010-02-041-5/+304
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-211-2/+2
* include "memdebug.h"Yang Tse2008-09-201-0/+2
* Fix wrong signed int formatting string directive in test case #557.Yang Tse2008-08-241-1/+1
* Test case 557 now also verifies signed and unsigned int formatting.Yang Tse2008-08-211-0/+399
* Simplify condition checkYang Tse2008-08-201-11/+4
* Update test case 557Yang Tse2008-08-181-104/+531
* Added test case 557 to verify libcurl's internal curl_m*printf() functionsYang Tse2008-08-181-0/+269