summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/astarray.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-1/+2
* Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-291-2/+1
* Fixed #1047 -- Puppet's parser no longer changes the orderLuke Kanies2008-02-281-21/+3
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-3/+2
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-131-0/+1
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-061-1/+1
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-17/+0
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-35/+28
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-21/+13
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-40/+4
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-211-1/+29
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+17
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-6/+15
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-3/+4
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+3
* Moving ast classes into separate filesluke2006-01-131-0/+85