summaryrefslogtreecommitdiff
path: root/tests/libtest/lib557.c
Commit message (Expand)AuthorAgeFilesLines
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-114/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-1/+1
* config: remove the check for and use of SIZEOF_SHORTDaniel Stenberg2022-08-111-151/+0
* mprintf: make dprintf_formatf never return negativeDaniel Stenberg2022-07-171-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-171-1/+0
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-081-3/+36
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* copyright: update/correct the year range on a few filesDaniel Stenberg2020-08-141-1/+1
* mprintf: Fix stack overflowsTobias Stoeckmann2020-07-271-0/+11
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* lib557: initialize variablesMarcel Raad2019-04-111-7/+7
* printf: fix format specifiersRikard Falkeborn2019-01-041-1/+1
* 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