From owner-cvs-all@FreeBSD.ORG Sun Jun 29 22:54:35 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3DF21065680; Sun, 29 Jun 2008 22:54:35 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 919168FC14; Sun, 29 Jun 2008 22:54:35 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5TMsZas030174; Sun, 29 Jun 2008 22:54:35 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5TMsZ5d030173; Sun, 29 Jun 2008 22:54:35 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <200806292254.m5TMsZ5d030173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Sun, 29 Jun 2008 22:54:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio printf-pos.c printflocal.h vfprintf.c vfwprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 22:54:35 -0000 das 2008-06-29 22:54:26 UTC FreeBSD src repository Modified files: lib/libc/stdio printf-pos.c printflocal.h vfprintf.c vfwprintf.c Log: SVN rev 180106 on 2008-06-29 22:54:26Z by das Correctly handle malloc() failure. While here, reduce the code size a bit by removing some calls to the inline function addtype(). Revision Changes Path 1.3 +142 -95 src/lib/libc/stdio/printf-pos.c 1.2 +2 -2 src/lib/libc/stdio/printflocal.h 1.81 +9 -3 src/lib/libc/stdio/vfprintf.c 1.32 +9 -3 src/lib/libc/stdio/vfwprintf.c