summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/ifstatement.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-23/+23
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-171-1/+2
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-6/+11
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+3
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-5/+4
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-13/+0
* adding explicit load of ast/branch to its subclassesluke2006-10-151-0/+2
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+41