summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
* maint: Fix tests that don't run on their ownMatt Robinson2010-12-161-0/+1
* Fix for #5298 -- Collections need to do type lookupMarkus Roberts2010-11-161-1/+2
* Step towards [5298] -- cleanup indentation, etc. in AST::CollectionMarkus Roberts2010-11-161-51/+33
* Fix #4921 - race condition in Parser Functions creationBrice Figureau2010-11-121-2/+4
* Fix #5252 - line number mis-attribution during parsingBrice Figureau2010-11-111-3/+3
* Fix #5127 - error when accessing array elementsBrice Figureau2010-11-101-2/+10
* (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-272-5/+6
* Fix for #5022 -- Escaped newlines should be elidedMarkus Roberts2010-10-181-1/+2
* Fixed documentation typoJames Turnbull2010-10-011-1/+1
* Fixes #4792 (Duplicate definition since 2.6.1 upgrade)Paul Berry2010-09-301-0/+1
* Fix for #4804 -- escaped backslashes in interpolated stringsMarkus Roberts2010-09-281-1/+1
* (#4860) Add regression tests that would have caught bad params methodMatt Robinson2010-09-281-5/+1
* [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-1/+1
* [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-221-1/+3
* [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-232-49/+51
* Minimal fix for #4631 -- set implicit classes as in 0.25.xMarkus Roberts2010-09-231-0/+7
* Fixed versioncmp function typoJames Turnbull2010-09-161-1/+1
* Documentation updates for Markdown conversionJames Turnbull2010-09-141-3/+3
* Fix for #4693 -- implicit stages should never be serializedMarkus Roberts2010-09-071-1/+1
* Fixed extlookup documentation and spacingJames Turnbull2010-08-312-143/+134
* Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-13/+6
* Rewrote functions documentation to MarkdownJames Turnbull2010-08-1111-48/+50
* Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-11/+11
* [#4404] Remove requirement for source on Parser::Resource::ParamNick Lewis2010-08-041-1/+1
* added md5 support as requested in http://serverfault.com/questions/166199/pup...Alice Kærast2010-08-031-0/+5
* [#4381] extlookup shouldn't trigger reparses of .pp filesJesse Wolfe2010-08-031-3/+0
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-033-12/+7
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-033-17/+25
* [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-1/+1
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-034-10/+41
* [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-031-1/+1
* Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-0/+1
* extlookup() is a builtinJesse Wolfe2010-07-251-0/+173
* Fixed #4304 - Changed logging level for auto import messageJames Turnbull2010-07-251-1/+1
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-5/+4
* Tweak to fix for #4302--dangling ref to known_resource_typesMarkus Roberts2010-07-251-6/+5
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-0/+5
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-2/+1
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-191-1/+1
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-14/+14
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-7/+9
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-8/+10
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-182-16/+14
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-182-26/+6
* Fixes errant Trac references in documentationJames Turnbull2010-07-151-1/+1
* Minimal fix for #4205 -- incorrect Import loop messagesMarkus Roberts2010-07-111-2/+4
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-111-1/+1
* [#4208] Missing parameter breaks multithread compilationJesse Wolfe2010-07-101-3/+3