From owner-svn-src-all@FreeBSD.ORG Tue Apr 27 03:52:28 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7650D106566B; Tue, 27 Apr 2010 03:52:28 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id E27C68FC08; Tue, 27 Apr 2010 03:52:27 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.4/8.14.4) with ESMTP id o3R3qPmf087655; Tue, 27 Apr 2010 07:52:26 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1272340346; bh=EpKidt0oNXub3YWtmChsC6H8uvY2Kd+Qn4O6j/A5bQ8=; l=558; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=rzeE6jkM0/MSinqDMIjUplK7XlrkjSeQwqt/XumMMK3MtcFQl+hZPhfkjkq917ArQ ud927brIAX2GaEO49oEB13YRUHIEcNRQ5ZUPGBMdGBSN1kJIBowlyf8ONpbyFiQtkc RXvm8InOdoAKwiySwIkCbwuVQCf6z/vKJPnta4JA= Received: (from ache@localhost) by nagual.pp.ru (8.14.4/8.14.4/Submit) id o3R3qPwi087654; Tue, 27 Apr 2010 07:52:25 +0400 (MSD) (envelope-from ache) Date: Tue, 27 Apr 2010 07:52:25 +0400 From: Andrey Chernov To: Jilles Tjoelker Message-ID: <20100427035224.GA87611@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jilles Tjoelker , src-committers@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, svn-src-head@FreeBSD.ORG References: <201004252043.o3PKhJi7065713@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004252043.o3PKhJi7065713@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@FreeBSD.ORG, svn-src-all@FreeBSD.ORG, src-committers@FreeBSD.ORG Subject: Re: svn commit: r207206 - head/bin/sh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 03:52:28 -0000 On Sun, Apr 25, 2010 at 08:43:19PM +0000, Jilles Tjoelker wrote: > Author: jilles > Date: Sun Apr 25 20:43:19 2010 > New Revision: 207206 > URL: http://svn.freebsd.org/changeset/base/207206 > > Log: > sh: Use stalloc for arith variable names. > > This is simpler than the custom memory tracker I added earlier, and is also > needed by the dash arith code I plan to import. Just wonder, do you have plans to implement ${!variable} sometimes? This bashism is very useful: VAR_a1=foo x=VAR_a1 echo ${!x} -- http://ache.pp.ru/