From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QVJwM-0000Dt-Jr for garchives@archives.gentoo.org; Sat, 11 Jun 2011 08:53:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D27761C0B6; Sat, 11 Jun 2011 08:52:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A0B871C126 for ; Sat, 11 Jun 2011 08:52:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BEA82AC013 for ; Sat, 11 Jun 2011 08:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8FBE580058 for ; Sat, 11 Jun 2011 08:52:15 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: f9612e1b3e07cc64dbfb72406d3e7d03b2fa07df Date: Sat, 11 Jun 2011 08:52:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e63e9cd0f3e7f4ecb90870e74e555018 commit: f9612e1b3e07cc64dbfb72406d3e7d03b2fa07df Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Sat Jun 11 08:44:35 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sat Jun 11 08:44:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Df9612e1b Merge remote-tracking branch 'mu/array_expansion' bashast/bashast.g | 12 ++-- bashast/gunit/array.gunit | 12 ++-- bashast/libbashWalker.g | 44 ++++++------ scripts/function_def.bash | 8 ++ scripts/function_def.bash.result | 8 ++ scripts/var_def.bash | 3 - scripts/var_def.bash.result | 2 - scripts/var_expansion.bash | 25 +++++-- scripts/var_expansion.bash.result | 23 +++++-- src/core/interpreter.cpp | 134 +++++++++++++++++++------------= ------ src/core/interpreter.h | 24 ++++++- test/script_compiler.sh | 5 +- 12 files changed, 179 insertions(+), 121 deletions(-)