Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-04 | Fix variable initialization | Yang Tse | |
2010-02-04 | Modified test case 557 to additionally verify libcurl's internal curl_m*printf() | Yang Tse | |
functions formatting functionality when handling signed and unsigned shorts. | |||
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. |