From owner-cvs-src@FreeBSD.ORG Fri Jan 27 12:40:16 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 DB71616A420; Fri, 27 Jan 2006 12:40:16 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C7043D45; Fri, 27 Jan 2006 12:40:16 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 546BF1FFDEC; Fri, 27 Jan 2006 13:40:14 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 919E31FFDE9; Fri, 27 Jan 2006 13:40:11 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6CFD74449E4; Fri, 27 Jan 2006 12:40:08 +0000 (UTC) Date: Fri, 27 Jan 2006 12:40:08 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Tom Rhodes In-Reply-To: <200601270517.k0R5HPp9081651@repoman.freebsd.org> Message-ID: <20060127123839.N24703@maildrop.int.zabbadoz.net> References: <200601270517.k0R5HPp9081651@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de 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 12:40:17 -0000 On Fri, 27 Jan 2006, 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 -MISRCS+=_Exit.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ - bsearch.c calloc.c div.c exit.c getenv.c getopt.c getopt_long.c \ +MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \ + bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \ ^^^^ I guess you didn't want to remove calloc.c ? > 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) > -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT