summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-11/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-2/+0
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-191-6/+16
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-32/+10
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-4/+2
* Fixing #477. setvar() can now accept the file and line info from callers.luke2007-02-281-1/+1
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-272-18/+13
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+8
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-222-5/+15
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-0/+1
* changing selector error messageluke2007-01-261-1/+1
* Hopefully fixing tagging problemluke2006-12-291-2/+2
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-232-2/+19
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-131-0/+4
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-086-0/+14
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-3/+3
* adding explicit load of ast/branch to its subclassesluke2006-10-153-0/+6
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-065-67/+58
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0420-1137/+654
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-158-10/+10
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-284-18/+29
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-226-42/+129
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-222-0/+67
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-211-1/+29
* Committing changes that require dollar signs in prototypesluke2006-08-142-0/+3
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-1/+4
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-8/+25
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-10/+37
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-144-9/+27
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-132-4/+52
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-1/+6
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-135-13/+35
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-10/+22
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-092-17/+45
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+17
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-262-8/+9
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-262-6/+66
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-1/+1
* Changing "set" to "tag"luke2006-04-111-0/+26
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+2
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-4/+0
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-1/+10
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-1/+1
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-0/+3
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-45/+1
* Fixing #97. I was wrong about the object type I had, so I was calling "type"...luke2006-03-091-1/+1