| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing notice about "import loop", which was happening constantly when auto... | luke | 2007-07-14 | 1 | -9/+6 |
* | Fixing #589 | luke | 2007-07-13 | 1 | -366/+376 |
* | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 1 | -405/+414 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -578/+637 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -329/+334 |
* | Fixing #548, and making functions support other rvalues, too, including other... | luke | 2007-06-18 | 1 | -575/+621 |
* | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -2/+9 |
* | Fixing #568 | luke | 2007-05-17 | 1 | -266/+257 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -553/+602 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -9/+9 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -52/+55 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 1 | -4/+4 |
* | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 1 | -373/+389 |
* | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 1 | -63/+58 |
* | Allowing trailing commas in selectors | luke | 2007-03-01 | 1 | -150/+154 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 1 | -3/+3 |
* | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 1 | -475/+499 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -4/+4 |
* | Partially fixing #460, take 3 -- fully-qualified classes can now be included. | luke | 2007-01-30 | 1 | -474/+484 |
* | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 1 | -395/+387 |
* | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 1 | -261/+278 |
* | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 1 | -238/+247 |
* | Fixing #348. Overrides now support an extra end-comma. | luke | 2006-12-23 | 1 | -187/+187 |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 1 | -4/+4 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -34/+27 |
* | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 1 | -526/+563 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -699/+872 |
* | adding an extra make target for debugging, rather than defaulting to always c... | luke | 2006-09-20 | 1 | -2/+2 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -22/+19 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -4/+4 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 1 | -557/+488 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 1 | -488/+557 |
* | 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 |