| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 2 | -17/+33 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 2 | -8/+5 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 22 | -351/+41 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 4 | -13/+25 |
* | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 1 | -3/+3 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 3 | -78/+63 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 2 | -2/+228 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -1/+1 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -1/+1 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 3 | -37/+29 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 1 | -2/+5 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 2 | -3/+3 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 1 | -3/+9 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -2/+4 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 1 | -9/+7 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -2/+3 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+8 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -1/+1 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -1/+6 |
* | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+3 |
* | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 3 | -25/+19 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -11/+9 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -2/+0 |
* | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 1 | -6/+16 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 2 | -32/+10 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -4/+2 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 1 | -1/+1 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 2 | -18/+13 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 2 | -5/+15 |
* | Fixing executable tests to take new rundir into account | luke | 2007-02-01 | 1 | -1/+2 |
* | Fixing selector tests to get rid of a lame hash ordering bug in the tests. | luke | 2007-02-01 | 1 | -0/+1 |
* | changing selector error message | luke | 2007-01-26 | 1 | -1/+1 |
* | Hopefully fixing tagging problem | luke | 2006-12-29 | 1 | -2/+2 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 2 | -2/+19 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -2/+9 |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -0/+4 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 6 | -0/+14 |
* | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 1 | -3/+3 |
* | adding explicit load of ast/branch to its subclasses | luke | 2006-10-15 | 3 | -0/+6 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 5 | -67/+58 |
* | Removing some left-over debugging | luke | 2006-10-04 | 1 | -4/+0 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 20 | -1137/+654 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 8 | -10/+10 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 4 | -18/+29 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 6 | -42/+129 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 2 | -0/+67 |
* | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 1 | -1/+29 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 2 | -0/+3 |
* | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 1 | -1/+4 |