summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixing #2752 - "require" loads "include"Luke Kanies2009-10-261-1/+4
| * Bug #2534 Raise error if property appears twiceJesse Wolfe2009-10-271-0/+6
| * Use notice() in the versioncmp() docsTodd Zullinger2009-10-261-1/+1
| * Fix #2691 - Collection AR request should not include params if querying with ...Brice Figureau2009-10-251-8/+14
* | Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-0910-515/+291
* | Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-123-0/+12
|/
* Bug #1900 Parsing of quoted $ in stdinJesse Wolfe2009-10-191-1/+1
* Fixing #2735 - node classes are immed. added to classlistLuke Kanies2009-10-181-0/+3
* Proposed alternative solution for #2664 (REGEX / DIV lexing)Markus Roberts2009-10-161-31/+29
* Fix #2707 config_version fails more helpfullyRein Henrichs2009-10-151-1/+4
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-1/+1
* Fix #2664 - Mathematic expressions mis-lexed as RegexBrice Figureau2009-09-221-1/+1
* Fixing #2632 - 'require' works for 0.25 clientsLuke Kanies2009-09-222-8/+20
* Fixing relationship metaparam backward compatibilityLuke Kanies2009-09-221-6/+25
* Adding version information to the catalog for compatLuke Kanies2009-09-221-0/+4
* Fix #2638 - Allow creating several nodes with matching namesBrice Figureau2009-09-172-1/+5
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-3/+1
* Merged fix for #2601Markus Roberts2009-09-161-10/+4
* Make regsubst() function operate on arrays (feature #2491).Thomas Bellman2009-09-151-30/+44
* Ticket #2525 don't fail find_manifest on invalid module namesMarkus Roberts2009-09-051-13/+11
* Fixing #2592 - you can escape slashes in regexesLuke Kanies2009-09-041-3/+14
* The first regex node now matches firstLuke Kanies2009-09-011-8/+15
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-2/+12
* Fix parser error outputTodd Zullinger2009-08-241-1/+1
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-7/+14
* Fixes #2493Markus Roberts2009-08-141-0/+2
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-0/+1
* Add shellquote() function.Thomas Bellman2009-08-081-0/+41
* Fixed #2486 - Missing require 'monitor' in parser_support.rbJames Turnbull2009-08-041-0/+1
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-52/+63
* Fixing tests broken by caching autoload resultsLuke Kanies2009-08-021-1/+1
* Adding support for an external catalog versionLuke Kanies2009-08-011-1/+11
* Implement node matching with regexesBrice Figureau2009-08-016-572/+604
* Make sure node are referenced by their namesBrice Figureau2009-08-016-579/+600
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-015-617/+652
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-015-635/+692
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-013-38/+93
* Add regexes and regex match operators to the parserBrice Figureau2009-08-012-775/+773
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+7
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-2/+7
* Implement ephemeral scope variablesBrice Figureau2009-08-012-19/+44
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-1/+30
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-1/+5
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-241-0/+6
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-102-9/+15
* Make sure the parser sees the correct line numberBrice Figureau2009-07-104-233/+292
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-058-82/+69
* Adding a special class to handle loaded classes/defines/nodesLuke Kanies2009-07-051-0/+85
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-1/+4
* Updated split function and add split function unit tests (courtesy of Thomas ...James Turnbull2009-06-121-6/+22