summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-9/+9
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-191-52/+55
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-4/+4
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-373/+389
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-63/+58
* Allowing trailing commas in selectorsluke2007-03-011-150/+154
* More code related to #517. Oops.luke2007-02-271-3/+3
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-475/+499
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-474/+484
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-301-395/+387
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-261/+278
* Fixing #445. Nodes can now inherit from default.luke2007-01-261-238/+247
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-231-187/+187
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-091-4/+4
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-34/+27
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-526/+563
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-699/+872
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-201-2/+2
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-191-22/+19
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-4/+4
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-557/+488
* This commit adds two important features (but which probably were notluke2006-09-151-488/+557
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-4/+4
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-281-223/+224
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-199/+214
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-754/+578
* Committing changes that require dollar signs in prototypesluke2006-08-141-195/+248
* Apparently objects were legal rvalues, which does not make any sense. Fixed ...luke2006-07-211-301/+292
* Adding support for default nodes as requested in #136.luke2006-06-131-206/+226
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-413/+406
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-081-171/+181
* Fixing #162. Node names must now be comma-separated.luke2006-05-311-188/+196
* Allowing empty filesluke2006-05-181-443/+448
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-181-28/+27
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-430/+447
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-383/+416
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-32/+45
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-426/+418
* Changing "set" to "tag"luke2006-04-111-6/+6
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-394/+416
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-346/+328
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-285/+336
* Supporting variables as the test value in both case statements and selectors.luke2006-03-031-214/+221
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-271-115/+127
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-8/+8
* Generate an error if the pattern for an import statement matches no file.lutter2006-02-231-21/+26
* Fix failure of test_importglobbing in test/parser/parser.rblutter2006-02-221-23/+33
* Adding single-quote syntactical elementluke2006-02-161-327/+342
* replacing all occurences of "is_a?" in the parser with "instance_of?"luke2006-02-081-24/+24