summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/hostclass.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-141-10/+6
* 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-221-4/+14
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-133/+33
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-2/+0
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-1/+2
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-2/+14
* 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-091-12/+35
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-4/+4
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-1/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-8/+41
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-271-2/+5
* Moving ast classes into separate filesluke2006-01-131-0/+82