| Commit message (Expand) | Author | Age | Files | Lines |
| * | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 1 | -0/+12 |
| * | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+18 |
| * | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -0/+16 |
| * | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -0/+10 |
| * | Fixing node tests to handle comma separation | luke | 2006-06-01 | 1 | -1/+1 |
| * | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -0/+24 |
| * | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 1 | -0/+19 |
| * | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 1 | -5/+7 |
| * | Allowing empty files | luke | 2006-05-18 | 1 | -0/+14 |
| * | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 1 | -0/+37 |
| * | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 1 | -0/+32 |
| * | only performing collection tests if activerecord is available | luke | 2006-05-15 | 3 | -0/+12 |
| * | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -5/+15 |
| * | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 4 | -20/+89 |
| * | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 3 | -3/+96 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 6 | -41/+217 |
| * | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 2 | -0/+111 |
| * | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -0/+53 |
| * | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 3 | -43/+113 |
| * | It is just a snippet test, and thus a functional test but not a coverage test... | luke | 2006-05-09 | 1 | -0/+6 |
| * | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 2 | -22/+34 |
| * | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 2 | -0/+97 |
| * | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -2/+2 |
| * | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 1 | -1/+1 |
| * | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+37 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 3 | -0/+127 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -1/+1 |
| * | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -4/+4 |
| * | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -5/+31 |
| * | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+17 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 2 | -0/+37 |
| * | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+14 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 1 | -0/+1 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -24/+129 |
| * | getting rid of the parser tree, and moving everything into the language dir | luke | 2006-04-04 | 3 | -0/+424 |
| * | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 1 | -1/+1 |
| * | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -0/+8 |
| * | adding some extra info to the ldap test | luke | 2006-03-13 | 1 | -2/+7 |
| * | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 1 | -2/+4 |
| * | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -0/+31 |
| * | Supporting variables as the test value in both case statements and selectors. | luke | 2006-03-03 | 1 | -1/+2 |
| * | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 1 | -0/+49 |
| * | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 1 | -4/+5 |
| * | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 2 | -9/+42 |
| * | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+19 |
| * | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 1 | -4/+14 |
| * | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 2 | -34/+38 |
| * | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 2 | -1/+107 |
| * | Adding single-quote syntactical element | luke | 2006-02-16 | 1 | -0/+12 |
| * | Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ... | luke | 2006-02-15 | 1 | -1/+9 |