| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -8/+8 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 1 | -0/+5 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -37/+1 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -44/+1 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 1 | -51/+20 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 1 | -15/+0 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -11/+11 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 1 | -1/+1 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -3/+3 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -47/+28 |
* | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -137/+12 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -182/+40 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -9/+21 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -4/+13 |
* | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -2/+6 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -8/+0 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -7/+7 |
* | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+2 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -4/+28 |
* | Adding context to the warning message about unknown escapes | luke | 2007-03-19 | 1 | -1/+8 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -1/+1 |
* | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 1 | -0/+1 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -12/+41 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 1 | -2/+9 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 1 | -4/+32 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -1/+12 |
* | Still trying to track down the tagging problem | luke | 2006-12-29 | 1 | -3/+3 |
* | adding a bit better error reporting when tags are bad | luke | 2006-12-29 | 1 | -1/+1 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -1/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -74/+43 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -1045/+499 |
* | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -4/+14 |
* | Adding eat-last-line support in ERB | luke | 2006-09-03 | 1 | -1/+1 |
* | downgrading the template interpolation message | luke | 2006-08-30 | 1 | -1/+1 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -0/+21 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+10 |
* | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -1/+1 |
* | Fixing templating so it immediately fails when a variable is not found, as op... | luke | 2006-07-11 | 1 | -4/+19 |
* | Fixing templating bug that can result in what looks like an infinite loop, an... | luke | 2006-07-11 | 1 | -1/+7 |
* | Fixing error when template does not exist | luke | 2006-07-11 | 1 | -1/+1 |
* | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -0/+5 |
* | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -8/+33 |
* | Adding initial template support. It is just a function, and a method_missing... | luke | 2006-06-29 | 1 | -1/+13 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -0/+8 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 1 | -5/+11 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -17/+46 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -17/+70 |