Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | fix compiler warning: external declaration in primary source file | Yang Tse | |
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-08-24 | Fix wrong signed int formatting string directive in test case #557. | Yang Tse | |
This error did not cause test failures on systems where sizeof(int) == sizeof(long). | |||
2008-08-21 | Test case 557 now also verifies signed and unsigned int formatting. | Yang Tse | |
2008-08-20 | Simplify condition check | Yang Tse | |
2008-08-18 | Update test case 557 | Yang Tse | |
2008-08-18 | Added test case 557 to verify libcurl's internal curl_m*printf() functions | Yang Tse | |
formatting functionality when handling signed and unsigned longs, as well as our curl_off_t data type. |