| Commit message (Expand) | Author | Age | Files | Lines |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -498/+498 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -24/+8 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -207/+213 |
* | [#2713] Enable ELSIF | Jesse Wolfe | 2010-07-01 | 1 | -10/+17 |
* | Fix #3871 - Add the 'in' operator | Brice Figureau | 2010-02-17 | 1 | -1/+5 |
* | Fixing #3651 failing to pop comment stack for some constructs | Markus Roberts | 2010-02-17 | 1 | -0/+2 |
* | Fixing #448 - relationships have their own syntax | Luke Kanies | 2010-02-17 | 1 | -1/+13 |
* | Fixing #3668 - fixed autoloading classes from modules | Luke Kanies | 2010-02-17 | 1 | -5/+4 |
* | Markus's patch concerning string interpolation | Jesse Wolfe | 2010-04-12 | 1 | -2/+2 |
* | Resolving conflicts with ??? | Markus Roberts | 2010-02-17 | 1 | -3/+2 |
* | Moving the string interpolation parsing to the parser/lexer | Markus Roberts | 2010-02-17 | 1 | -8/+10 |
* | Finishing renaming :params to :parameters internally | Luke Kanies | 2010-02-17 | 1 | -3/+3 |
* | Adding support for class parameters | Luke Kanies | 2010-02-17 | 1 | -4/+1 |
* | Partially fixing #2954 - Adding class parameters | Luke Kanies | 2010-02-17 | 1 | -4/+5 |
* | Removing Interpreter class | Luke Kanies | 2010-02-17 | 1 | -1/+0 |
* | Allow adding single key to hashes | Brice Figureau | 2010-02-17 | 1 | -0/+3 |
* | Fix #2389 - Enhance Puppet DSL with Hashes | Brice Figureau | 2010-02-17 | 1 | -0/+48 |
* | Implement node matching with regexes | Brice Figureau | 2009-08-01 | 1 | -0/+1 |
* | Make sure node are referenced by their names | Brice Figureau | 2009-08-01 | 1 | -3/+7 |
* | Enhance selector and case statements to match with regexp | Brice Figureau | 2009-08-01 | 1 | -0/+1 |
* | Fix #2033 - Allow regexp in if expression | Brice Figureau | 2009-08-01 | 1 | -0/+6 |
* | Add AST::Regex, an AST leaf node representing a regex | Brice Figureau | 2009-08-01 | 1 | -0/+4 |
* | Add regexes and regex match operators to the parser | Brice Figureau | 2009-08-01 | 1 | -0/+2 |
* | Make sure the parser sees the correct line number | Brice Figureau | 2009-07-10 | 1 | -57/+62 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -7/+7 |
* | Fix #1088 - Collections overrides | Brice Figureau | 2009-03-14 | 1 | -1/+21 |
* | Add a doc attribute to AST nodes and fill it with the last seen comments | Brice Figureau | 2008-11-17 | 1 | -2/+20 |
* | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 1 | -0/+7 |
* | Fix #636 - Allow extraneous comma in function argument list | Brice Figureau | 2008-10-21 | 1 | -17/+19 |
* | Fix #1109 - allow empty if or else branches | Brice Figureau | 2008-10-07 | 1 | -0/+15 |
* | Fix #381 - Allow multiple resource overrides or references | Brice Figureau | 2008-10-05 | 1 | -2/+2 |
* | Add parser for arbitrary expressions | Brice Figureau | 2008-10-01 | 1 | -7/+80 |
* | Add an append (+=) variable operator: | Brice Figureau | 2008-09-21 | 1 | -1/+7 |
* | Fixing #1242 -- lack of storeconfigs only produces warning, not exception. | Luke Kanies | 2008-05-26 | 1 | -2/+2 |
* | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -2/+2 |
* | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -4/+3 |
* | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -2/+1 |
* | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 1 | -7/+7 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -225/+8 |
* | Removing notice about "import loop", which was happening constantly when auto... | luke | 2007-07-14 | 1 | -7/+4 |
* | Fixing #589 | luke | 2007-07-13 | 1 | -1/+1 |
* | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 1 | -1/+4 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -2/+24 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -0/+1 |
* | Fixing #548, and making functions support other rvalues, too, including other... | luke | 2007-06-18 | 1 | -3/+9 |
* | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+7 |
* | Fixing #568 | luke | 2007-05-17 | 1 | -2/+1 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -4/+7 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -14/+14 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -0/+3 |