aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/YieldProlog/YP.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compiler Connection! One world, one compiler!Melanie Thielker2008-09-261-2701/+0
|
* Formatting cleanup.Jeff Ames2008-08-181-37/+37
|
* Mantis#1931. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-08-131-15/+302
| | | | | | | | | | | * Yield Prolog 1.0.1 Released : it passes all but 9 of the 421 tests in the ISO Prolog test suite (97.8%) . * support dynamic predicates and rules. * support 'import' to use external static functions improves connection to C# functions * Matches Yield Prolog r831
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
|
* squashing warnings crittersDr Scofield2008-07-161-0/+4
|
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-161-211/+973
| | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+5
|
* Mantis#1475. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-06-071-33/+237
| | | | | | | This patch brings the Yield Prolog in sync with the YP r669. Biggest item is support for functions asserta and assertz , providing dynamic databases.
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-17/+17
|
* Update svn properties.Jeff Ames2008-06-011-1440/+1440
|
* Mantis#1314. Thank you kindly, Kinoc for YieldProlog.Charles Krinke2008-05-311-0/+1440
I have added everything *except* the patch to .../LSL/Compiler.cs. The Compiler.cs patch has a namespace issue. Lets make a second patch to close the gap.