| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 1 | -4/+4 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 1 | -223/+224 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -199/+214 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -754/+578 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 1 | -195/+248 |
* | Apparently objects were legal rvalues, which does not make any sense. Fixed ... | luke | 2006-07-21 | 1 | -301/+292 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -206/+226 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -413/+406 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -171/+181 |
* | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 1 | -188/+196 |
* | Allowing empty files | luke | 2006-05-18 | 1 | -443/+448 |
* | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 1 | -28/+27 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -430/+447 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -383/+416 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 1 | -32/+45 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -426/+418 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -6/+6 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -394/+416 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -346/+328 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 1 | -285/+336 |
* | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 1 | -214/+221 |
* | Fixing bug #75, providing support for unnecessary end commas. | luke | 2006-02-27 | 1 | -115/+127 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -8/+8 |
* | Generate an error if the pattern for an import statement matches no file. | lutter | 2006-02-23 | 1 | -21/+26 |
* | Fix failure of test_importglobbing in test/parser/parser.rb | lutter | 2006-02-22 | 1 | -23/+33 |
* | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -327/+342 |
* | replacing all occurences of "is_a?" in the parser with "instance_of?" | luke | 2006-02-08 | 1 | -24/+24 |
* | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 1 | -4/+4 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -19/+25 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -14/+12 |
* | Fixing most types to allow no statements | luke | 2006-01-18 | 1 | -209/+295 |
* | Fixed a couple of warnings, fixed a critical bug having to do with case state... | luke | 2006-01-12 | 1 | -3/+3 |
* | Further small bug fixes towards running puppet on my network | luke | 2005-10-25 | 1 | -50/+54 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -3/+3 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -20/+21 |
* | Nodes now support inheritance, for better or for worse. | luke | 2005-09-23 | 1 | -123/+119 |
* | The new "include" syntax works now. | luke | 2005-09-22 | 1 | -332/+405 |
* | I am still somewhat in mid-change, but I have made the biggest changes to mak... | luke | 2005-09-21 | 1 | -22/+15 |
* | Okay, significant change -- classes no longer accept arguments (which makes t... | luke | 2005-09-21 | 1 | -143/+142 |
* | adding stinkloads of comments to ast.rb (I am trying to go through and better... | luke | 2005-09-20 | 1 | -280/+348 |
* | My cfengine2puppet config now entirely parses. The biggest problem I ran int... | luke | 2005-09-18 | 1 | -19/+29 |
* | Successfully parsed my entire converted cfengine configuration; these are all... | luke | 2005-09-17 | 1 | -233/+240 |
* | fixing some tests | luke | 2005-09-15 | 1 | -19/+15 |
* | adding globbing to import | luke | 2005-09-14 | 1 | -40/+51 |
* | tracked down some sticky bugs related to having false values and empty string... | luke | 2005-09-13 | 1 | -142/+147 |
* | recompiling parser after removing extraneous debugging | Luke Kanies | 2005-08-26 | 1 | -53/+43 |
* | making array-as-name work in the language, and adding some more test snippets | Luke Kanies | 2005-08-25 | 1 | -54/+70 |
* | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 1 | -409/+330 |
* | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 1 | -0/+1264 |