| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -353/+0 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -3/+3 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 1 | -5/+7 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -13/+79 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 1 | -0/+1 |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -8/+25 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -6/+2 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -1/+6 |
* | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -45/+1 |
* | Fixing #97. I was wrong about the object type I had, so I was calling "type"... | luke | 2006-03-09 | 1 | -1/+1 |
* | fixing some more logging issues | luke | 2006-03-06 | 1 | -4/+2 |
* | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 1 | -2/+2 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 1 | -44/+38 |
* | Removing all of the autoname code | luke | 2006-02-27 | 1 | -23/+0 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -18/+31 |
* | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 1 | -43/+35 |
* | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 1 | -2/+2 |
* | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -1/+1 |
* | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -3/+12 |
* | Fix snippet_componentmetaparams test | lutter | 2006-02-07 | 1 | -1/+1 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -28/+24 |
* | Moving ast classes into separate files | luke | 2006-01-13 | 1 | -0/+331 |