| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix #1402 - Allow multiline comments | Brice Figureau | 2008-10-29 | 1 | -0/+5 |
| * | Fixing #1098 - Multiline strings now correctly increment the line count | Luke Kanies | 2008-10-04 | 1 | -0/+3 |
| * | Add parser for arbitrary expressions | Brice Figureau | 2008-10-01 | 1 | -4/+10 |
| * | Add an append (+=) variable operator: | Brice Figureau | 2008-09-21 | 1 | -0/+1 |
| * | Fixes #1274 - allow class names to start with numbers | James Turnbull | 2008-08-17 | 1 | -1/+1 |
| * | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -1/+5 |
| * | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -270/+391 |
| * | Removing tons of unnecessary calls to "nil?" from the lexer. | Luke Kanies | 2008-01-28 | 1 | -22/+6 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| * | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -2/+1 |
| * | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+1 |
| * | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+32 |
| * | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -1/+2 |
| * | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -1/+1 |
| * | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -3/+5 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -17/+79 |
| * | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 1 | -0/+1 |
| * | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 1 | -1/+0 |
| * | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+3 |
| * | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+0 |
| * | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -1/+1 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -0/+3 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -2/+3 |
| * | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -1/+1 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -0/+1 |
| * | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -1/+0 |
| * | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 1 | -2/+3 |
| * | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -4/+11 |
| * | removing "host" as a keyword; it was an alias for "node" | luke | 2006-01-03 | 1 | -1/+0 |
| * | removing ruby shebang at the top of all of the files | luke | 2005-11-23 | 1 | -3/+2 |
| * | The new "include" syntax works now. | luke | 2005-09-22 | 1 | -6/+7 |
| * | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 1 | -2/+2 |
| * | tracked down some sticky bugs related to having false values and empty string... | luke | 2005-09-13 | 1 | -3/+4 |
| * | removing if-related keywords | luke | 2005-09-02 | 1 | -3/+0 |
| * | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 1 | -0/+2 |
| * | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 1 | -0/+225 |