summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/casestatement.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-30/+30
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-171-1/+3
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-091-1/+1
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-171-3/+1
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-26/+11
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+2
* 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-12/+0
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-30/+9
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-8/+9
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-1/+10
* adding explicit load of ast/branch to its subclassesluke2006-10-151-0/+2
* Supporting variables as the test value in both case statements and selectors.luke2006-03-031-2/+2
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-4/+5
* Moving ast classes into separate filesluke2006-01-131-0/+78