summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser_support.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-1/+1
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-2/+5
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-62/+49
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-151-1/+2
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-3/+19
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-1/+5
* Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer2008-08-231-13/+18
* Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies2008-04-101-2/+6
* Found an array that leaked pretty quickly between reparsingLuke Kanies2008-03-211-9/+12
* Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-1/+1
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-5/+2
* Fixing error thrown when the end of the file is encountered unexpectedlyLuke Kanies2007-10-051-4/+6
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+1
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-1/+5
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-13/+5
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-231-8/+6
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-0/+11
* The new parser configuration object works now,Luke Kanies2007-08-161-0/+2
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447