From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17096 invoked by alias); 3 Jul 2014 08:21:48 -0000 Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 17072 invoked by uid 419); 3 Jul 2014 08:21:46 -0000 Message-ID: <20140703082146.17066.qmail@sourceware.org> From: jld@sourceware.org Date: Thu, 03 Jul 2014 08:21:00 -0000 To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2014/txt/msg00019.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jld@sourceware.org 2014-07-03 08:21:46 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/src/common: sprintf.cxx Log message: * src/common/sprintf.cxx (__sprintf_chk): Implement alias for use with libsupc++ in fortified linux distributions. [ Bugzilla 1001139 ]