Age | Commit message (Expand) | Author |
---|---|---|
2004-04-22 | (v)snprintf() wrote past buffer end if string length was equal to buffer size | Jens Arnold |
2003-05-24 | Fixed bad %x handling | Linus Nielsen Feltzing |
2003-04-25 | remove the ifdef for simulator | Daniel Stenberg |
2003-04-25 | use size_t and not int as the prototype says so | Daniel Stenberg |
2003-04-25 | include the sprintf.h header, basicly for simulator purposes | Daniel Stenberg |
2003-03-16 | kill warning | Daniel Stenberg |
2003-03-16 | only do the fprintf() if not doing a simulator, since this file is used | Daniel Stenberg |
2003-03-16 | introducing fprintf(): | Daniel Stenberg |
2002-08-23 | bad bad bad snprintf() overflow the buffer if the string passed in with a | Daniel Stenberg |
2002-05-02 | Revert last change | Björn Stenberg |
2002-05-02 | Added support for %% | Björn Stenberg |
2002-05-02 | Added Gary's snprintf() and changed all places to use it. | Björn Stenberg |