From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27535 invoked by alias); 20 Aug 2009 16:09:19 -0000 Received: (qmail 27481 invoked by uid 419); 20 Aug 2009 16:09:18 -0000 Date: Thu, 20 Aug 2009 16:09:00 -0000 Message-ID: <20090820160918.27479.qmail@sourceware.org> From: jld@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/language/c/libc/stdio/current Ch ... 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: X-SW-Source: 2009/txt/msg00272.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jld@sourceware.org 2009-08-20 16:09:18 Modified files: packages/language/c/libc/stdio/current: ChangeLog packages/language/c/libc/stdio/current/cdl: stdio.cdl packages/language/c/libc/stdio/current/src/output: vfnprintf.cxx Added files: packages/language/c/libc/stdio/current/tests: snprintf.c Log message: * 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. * tests/snprintf.c: New test for snprintf including C99 implementation.