From owner-cvs-src@FreeBSD.ORG Fri Jan 27 20:17:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 C875B16A420; Fri, 27 Jan 2006 20:17:01 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 169B443D6B; Fri, 27 Jan 2006 20:16:59 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k0RKGw51047680; Fri, 27 Jan 2006 13:16:58 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <43DA7FB9.2030704@samsco.org> Date: Fri, 27 Jan 2006 13:16:57 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Rhodes References: <200601270517.k0R5HPp9081651@repoman.freebsd.org> In-Reply-To: <200601270517.k0R5HPp9081651@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc a64l.3 a64l.c l64a.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 27 Jan 2006 20:17:02 -0000 Tom Rhodes wrote: > trhodes 2006-01-27 05:17:25 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > include stdlib.h > lib/libc/stdlib Makefile.inc > Added files: (Branch: RELENG_6) > lib/libc/stdlib a64l.3 a64l.c l64a.c > Log: > MFC: > > Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert > between a 32-bit integer and a radix-64 ASCII string. The l64a_r() function > is a NetBSD addition. > > PR: 51209 (based on submission, but very different) > Reviewed by: bde, ru > > Revision Changes Path > 1.57.2.1 +3 -2 src/include/stdlib.h > 1.48.8.1 +9 -7 src/lib/libc/stdlib/Makefile.inc > 1.1.2.1 +186 -0 src/lib/libc/stdlib/a64l.3 (new) > 1.1.2.1 +46 -0 src/lib/libc/stdlib/a64l.c (new) > 1.1.2.1 +52 -0 src/lib/libc/stdlib/l64a.c (new) Not compile tested by: trhodes Seriously, breaking a RELENG_* branch is simply unacceptable. I can almost kinda forgive breaking LINT once in a while, but not bothering to do a simple 'buildworld' after changing a library and/or a header is just lame. If building world is too much of a burden, I will provide you with an account on a machine that can build world in under 20 minutes. It's important that these kinds of screw-ups stop. Scott