summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/function.rb
Commit message (Expand)AuthorAgeFilesLines
* [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-1/+1
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-031-1/+0
* Code smell: Two space indentationMarkus Roberts2010-07-091-34/+34
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-6/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-4/+2
* Improving fix for #1175; tightening thread safetyMarkus Roberts2010-02-171-3/+1
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-2/+1
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-251-0/+5
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Move function existance test to parser evaluationBrice Figureau2008-11-171-12/+16
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+3
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-081-1/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-10/+3
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-2/+0
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+2
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-0/+2
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-1/+4
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-4/+3
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+51