| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removing unnecessary debug output | Luke Kanies | 2009-08-03 | 1 | -1/+0 |
| * | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 1 | -92/+64 |
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -11/+11 |
| * | Modules now can find their own paths | Luke Kanies | 2009-05-15 | 1 | -1/+1 |
| * | Fix snippets tests failing because of activated storeconfigs | Brice Figureau | 2009-05-15 | 1 | -0/+18 |
| * | Merge branch '0.24.x' | Luke Kanies | 2008-10-22 | 1 | -0/+13 |
| |\ |
|
| | * | Fix #936 - Allow trailing comma in array definition | Brice Figureau | 2008-10-21 | 1 | -0/+13 |
| * | | Merge commit 'turnbull/0.24.x' | Luke Kanies | 2008-08-26 | 1 | -0/+8 |
| |\| |
|
| | * | Fix leaking LoadedFile when adding templates to be watched | Andrew Shafer | 2008-08-23 | 1 | -0/+8 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-04-11 | 1 | -1/+8 |
| |\| |
|
| | * | Fixed #1184 -- definitions now autoload correctly all of the time. | Luke Kanies | 2008-04-10 | 1 | -1/+8 |
| * | | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 1 | -8/+21 |
| |\| |
|
| | * | Found an array that leaked pretty quickly between reparsing | Luke Kanies | 2008-03-21 | 1 | -0/+1 |
| | * | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -2/+2 |
| | * | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 1 | -6/+6 |
| | * | Fixing #1017 -- environment-specific modulepath is no | Luke Kanies | 2008-02-04 | 1 | -0/+12 |
| * | | Another round of test-fixes toward eliminating global resource | Luke Kanies | 2008-01-14 | 1 | -11/+0 |
| |/ |
|
| * | Fixing a parser test -- really, just removing tests | Luke Kanies | 2007-11-13 | 1 | -17/+3 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+1 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 1 | -1/+1 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -1/+2 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| * | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -0/+8 |
| * | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -1/+1 |
| * | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 1 | -2/+2 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -1/+1 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -1/+1 |
| * | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -2/+2 |
| * | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -3/+3 |
| * | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -7/+7 |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -0/+17 |
| * | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -44/+443 |
| * | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+13 |
| * | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 1 | -2/+2 |
| * | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -3/+3 |
| * | Fixing #588 - the parser correctly ignores directories in globbing now | luke | 2007-04-20 | 1 | -0/+16 |
| * | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -0/+7 |
| * | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 1 | -0/+38 |
| * | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 1 | -0/+44 |
| * | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 1 | -0/+11 |
| * | Partially fixing #460, take 3 -- fully-qualified classes can now be included. | luke | 2007-01-30 | 1 | -0/+5 |
| * | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 1 | -0/+16 |
| * | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 1 | -0/+8 |
| * | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 1 | -5/+14 |
| * | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -3/+3 |
| * | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -1/+1 |
| * | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -7/+7 |
| * | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -3/+8 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -0/+23 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -1/+3 |