summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* Making the Functions module more resilientLuke Kanies2011-07-151-1/+4
* Clean up indentation, whitespace, and commented out codeJacob Helwig2011-06-281-6/+1
* Fix #4921 - race condition in Parser Functions creationBrice Figureau2010-11-121-2/+4
* Rewrote functions documentation to MarkdownJames Turnbull2010-08-111-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-79/+79
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-8/+8
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-6/+9
* Improving fix for #1175; tightening thread safetyMarkus Roberts2010-02-171-4/+9
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-28/+17
* Removing obsolete FCollection stub from FunctionsLuke Kanies2010-02-171-6/+0
* Functions are added to a module instead of ScopeLuke Kanies2010-02-171-3/+9
* Slightly restructuring "Functions" fileLuke Kanies2010-02-171-7/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* In order for ReST formatting to work properly, newlines andJames Turnbull2009-01-221-1/+1
* Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+14
* Fixed #1488 - Moved individual functions out of functions.rb intoJames Turnbull2008-08-261-217/+7
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-081-0/+8
* Put function in ticket #311 in correct locationJames Turnbull2008-05-241-0/+16
* Fix for ticket #1209James Turnbull2008-04-301-1/+1
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-3/+3
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-1/+3
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #854.Michael V. O'Brien2007-10-031-3/+1
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-2/+3
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-2/+2
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+0
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-3/+3
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-3/+4
* Applying a version of the diff to the defined() docs from David Schmittluke2007-07-121-1/+2
* Updating reference docsluke2007-06-201-1/+3
* correcting some of the function reference docsluke2007-05-101-3/+6
* Translating all of the docs except the type docs to RSTluke2007-04-231-4/+6
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-4/+0
* adding note about the class variables in the change logluke2007-04-201-0/+4
* Fixing the documentation to match reality, as reported in #548.luke2007-03-281-3/+2
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-7/+13
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+35
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+21
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-1/+1
* More code related to #517. Oops.luke2007-02-271-4/+12
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-3/+3
* Fixing documentation references to refer to the wikiluke2007-01-261-1/+1
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-7/+21
* Adding a bit more comments to the :template functionluke2007-01-051-1/+2
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-1/+1