# ChangeLog for dev-lang/stratego # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/ChangeLog,v 1.24 2007/04/28 16:57:49 swegener Exp $ 28 Apr 2007; Sven Wegener stratego-0.14.ebuild, stratego-0.16.ebuild: Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. 04 Nov 2005; Karl Trygve Kalleberg -stratego-0.8.ebuild, -stratego-0.8.1.ebuild, -stratego-0.9.4.ebuild, -stratego-0.11.ebuild, -stratego-0.12.ebuild, -stratego-0.13.ebuild, stratego-0.14.ebuild, stratego-0.16.ebuild: -m Removed old versions. *stratego-0.16 (04 Nov 2005) 04 Nov 2005; Karl Trygve Kalleberg +stratego-0.16.ebuild: New upstream version. 04 May 2005; David Holm stratego-0.13.ebuild: Added to ~ppc. *stratego-0.13 (15 Jan 2005) 15 Jan 2005; Karl Trygve Kalleberg +stratego-0.13.ebuild: New upstream release *stratego-0.12 (06 Jan 2005) 06 Jan 2005; Karl Trygve Kalleberg +stratego-0.12.ebuild: New upstream release. Looooong overdue inclusion. My bad. 29 Dec 2004; Ciaran McCreesh : Change encoding to UTF-8 for GLEP 31 compliance 18 Sep 2004; Jason Wever stratego-0.8.1.ebuild: Stable on sparc. 18 Aug 2004; Karl Trygve Kalleberg stratego-0.11.ebuild: Marked stable on x86. 20 Jul 2004; Karl Trygve Kalleberg stratego-0.11.ebuild: Added proper LDPATH. *stratego-0.11 (18 Jul 2004) 18 Jul 2004; Karl Trygve Kalleberg stratego-0.11.ebuild: New upstream version. 15 May 2004; Bryan Østergaard stratego-0.8.1.ebuild, stratego-0.9.4.ebuild: Alpha keywording. *stratego-0.9.4 (19 Mar 2004) 19 Mar 2004; Karl Trygve Kalleberg stratego-0.9.4.ebuild: New upstream version. 16 Feb 2004; Aron Griffis stratego-0.8.1.ebuild: add ~ia64 13 Jan 2003; Karl Trygve Kalleberg stratego-0.8.1.ebuild: Unmasked. 09 Jan 2003; Karl Trygve Kalleberg stratego-0.8.1.ebuild: Added a fix by styx to make it compile properly. 09 Jan 2003; Karl Trygve Kalleberg : masked 0.8 for testing again. It has a minor bug in its build system that needs to fixed. 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords *stratego-0.8.1 (20 Oct 2002) 20 Oct 2002; Karl Trygve Kalleberg stratego-0.8.1.ebuild files/digest-stratego-0.8.1 : New upstream version. 02 Nov 2002; Karl Trygve Kalleberg stratego-0.8.1.ebuild : Fixed sandbox violation. *stratego-0.8 (20 Oct 2002) 02 Nov 2002; Karl Trygve Kalleberg stratego-0.8.ebuild : Fixed sandbox violation. 20 Oct 2002; Karl Trygve Kalleberg stratego-0.8.ebuild files/digest-stratego-0.8 : New upstream version. *stratego-0.7 (11 Apr 2002) 02 Nov 2002; Karl Trygve Kalleberg stratego-0.7.ebuild files/digest-stratego-0.7 : This version violates the sandbox and is superceded by 0.8, so I'm removing it. 11 Apr 2002; Karl Trygve Kalleberg stratego-0.7.ebuild files/digest-stratego-0.7: Stratego is a modular language for the specification of fully automatic program transformation systems based on the paradigm of RewritingStrategies. In Stratego, basic transformation rules are expressed by means of labeled conditional rewrite rules. Exhaustively applying all rewrite rules in a collection of valid rules is often not desirable; a system of rules can be non-terminating, or, more frequently, non-confluent. The latter means that different outcomes of the normalization process are possible depending on the position of application and the selection of rules. Therefore, it is necessary to have more control over the application of rules. In standard systems based on rewriting, normalization is controlled by a fixed default RewritingStrategy. In such systems more control is achieved by encoding the desired strategy with additional rewrite rules that spell out a traversal over the abstract syntax tree and apply the transformations in the desired order.