Mercurial > nand-ecoscentric
diff packages/language/c/libc/stdio/current/ChangeLog @ 3277:5e8c9e64b5b0
* src/common/vsnprintf.c: If string truncated (C99 case), apply the
null termination in correct place.
* tests/sprintf2.c: Fix checks for return values if C99 implementation
snprintf() used.
| author | sergeig |
|---|---|
| date | Tue, 19 Feb 2013 13:37:12 +0000 |
| parents | 4fc5c84f2234 |
| children | a1df75458e13 |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,10 @@ +2012-02-19 Sergei Gavrikov <sergei.gavrikov@gmail.com> + + * src/common/vsnprintf.c: If string truncated (C99 case), apply the + null termination in correct place. + * tests/sprintf2.c: Fix checks for return values if C99 implementation + snprintf() used. + 2009-08-20 Uwe Kindler <uwe_kindler@web.de> * cdl/stdio.cdl Added option CYGIMP_LIBC_STDIO_C99_SNPRINTF
