From owner-freebsd-bugs@FreeBSD.ORG Thu May 22 17:20:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B1E1106564A for ; Thu, 22 May 2008 17:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6C28FC23 for ; Thu, 22 May 2008 17:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4MHK4SH010840 for ; Thu, 22 May 2008 17:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4MHK4ro010839; Thu, 22 May 2008 17:20:04 GMT (envelope-from gnats) Date: Thu, 22 May 2008 17:20:04 GMT Message-Id: <200805221720.m4MHK4ro010839@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: bin/51171: /bin/sh has only 32-bit arithmetics that is not enough [PATCH INCLUDED] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 17:20:05 -0000 The following reply was made to PR bin/51171; it has been noted by GNATS. From: Jaakko Heinonen To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/51171: /bin/sh has only 32-bit arithmetics that is not enough [PATCH INCLUDED] Date: Thu, 22 May 2008 20:10:03 +0300 sh(1) in HEAD now supports 64 bit arithmetics on all supported architectures. See bin/122659. (Submitter's e-mail address is not valid anymore.) -- Jaakko