# HG changeset patch # User jld # Date 1404375705 0 # Node ID a1df75458e136955a3270e0108bb2d9a93d2e3c2 # Parent 5d16532287ee95f7dcdb370c6b6449cd4cc82ca6 * src/common/sprintf.cxx (__sprintf_chk): Implement alias for use with libsupc++ in fortified linux distributions. [ Bugzilla 1001139 ] diff --git a/packages/language/c/libc/stdio/current/ChangeLog b/packages/language/c/libc/stdio/current/ChangeLog --- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,8 @@ +2014-07-03 John Dallaway + + * src/common/sprintf.cxx (__sprintf_chk): Implement alias for use + with libsupc++ in fortified linux distributions. [ Bugzilla 1001139 ] + 2012-02-19 Sergei Gavrikov * src/common/vsnprintf.c: If string truncated (C99 case), apply the @@ -7,7 +12,7 @@ 2012-02-19 Sergei Gavrikov - * cdl/stdio.cdl Added option CYGIMP_LIBC_STDIO_C99_SNPRINTF + * cdl/stdio.cdl: Added option CYGIMP_LIBC_STDIO_C99_SNPRINTF for activation of C99 compliant snprintf() return value. * src/output/vfnprintf.cxx: Added optional C99 compliant return value calculation. @@ -580,7 +585,7 @@ 2000-05-02 Jonathan Larmour