From owner-freebsd-ports@FreeBSD.ORG Sat Feb 26 22:15:45 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BBFD16A4CE for ; Sat, 26 Feb 2005 22:15:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7A843D55 for ; Sat, 26 Feb 2005 22:15:45 +0000 (GMT) (envelope-from ggonter@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so596835wra for ; Sat, 26 Feb 2005 14:15:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=qL06zvUdYhGsERAC3zvvsf9xunz9wbA1zVtM2BLX9sDiAGhFUeXZwPHJQY8kIS4cnnCYsaW3tbnUwCuC8H60/2IHEDaHI6YWbi9OiVGvvzTMwPMKViDaebpfkST7WiBc2AS3nBA7fYVDc05x1lfrGwqB93l2ezR5QL8UshGS1UY= Received: by 10.54.26.45 with SMTP id 45mr208222wrz; Sat, 26 Feb 2005 14:15:43 -0800 (PST) Received: by 10.54.7.31 with HTTP; Sat, 26 Feb 2005 14:15:42 -0800 (PST) Message-ID: <5cfbc4730502261415c100db3@mail.gmail.com> Date: Sat, 26 Feb 2005 23:15:42 +0100 From: Gerhard Gonter To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: proper handling of gcvt() X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gerhard Gonter List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 22:15:45 -0000 While trying to port ooRexx I stumbled over a call to gcvt(). Now I wonder what would be the proper way to deal with this function that does not exist in FreeBSD. Are there any examples that can be used for inspiration? GG