summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/leaf.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #6280 - puppetdoc crashing on string interpolationBrice Figureau2011-02-111-1/+1
* Fix #5127 - error when accessing array elementsBrice Figureau2010-11-101-2/+10
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-031-1/+1
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-191-14/+0
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-181-0/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-171/+171
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-8/+8
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-091-5/+5
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-3/+11
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-171-4/+4
* Allow adding single key to hashesBrice Figureau2010-02-171-4/+23
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-171-0/+21
* Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-291-1/+6
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-23/+1
* Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-121-0/+4
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-1/+1
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-3/+1
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-2/+12
* Implement node matching with regexesBrice Figureau2009-08-011-3/+26
* Make sure node are referenced by their namesBrice Figureau2009-08-011-1/+17
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-0/+42
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-251-1/+13
* Using the FileCollection where appropriate.Luke Kanies2009-02-281-1/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-6/+6
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-8/+0
* Adding #629 -- an undef keyword now existsluke2007-05-171-0/+3
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-4/+2
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-17/+6
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Committing changes that require dollar signs in prototypesluke2006-08-141-0/+2
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-1/+10
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-0/+3
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-6/+6
* Adding single-quote syntactical elementluke2006-02-161-1/+9
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-5/+2
* Moving ast classes into separate filesluke2006-01-131-0/+89