From owner-cvs-src@FreeBSD.ORG Sat Apr 19 16:53:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDA237B401; Sat, 19 Apr 2003 16:53:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E0843FCB; Sat, 19 Apr 2003 16:53:19 -0700 (PDT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3JNrJ0U024087; Sat, 19 Apr 2003 16:53:19 -0700 (PDT) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3JNrJx4024082; Sat, 19 Apr 2003 16:53:19 -0700 (PDT) Message-Id: <200304192353.h3JNrJx4024082@repoman.freebsd.org> From: David Schultz Date: Sat, 19 Apr 2003 16:53:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio vfprintf.c vfwprintf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 23:53:21 -0000 das 2003/04/19 16:53:19 PDT FreeBSD src repository Modified files: lib/libc/stdio vfprintf.c vfwprintf.c Log: %E-like %g and %G conversions should remove trailing zeroes unless the # flag is present. Implement this behavior and add a comment describing it. Noticed by: Enache Adrian Pointy hat to: das Revision Changes Path 1.59 +7 -0 src/lib/libc/stdio/vfprintf.c 1.12 +7 -0 src/lib/libc/stdio/vfwprintf.c