summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-1/+4
| | | | | | It failed because a Natural cannot be negative but drawEllipse tried to set negative values to a Natural variable; this variable's type was changed to an Int.
* Fixes #543.Dominik Picheta2013-07-271-1/+2
| | | | Changed signature of SetVideoMode so that the flags param is a uint32.
* new vm: lots of fixesAraq2013-07-273-52/+145
|
* bugfix: system.& for sequencesAraq2013-07-271-2/+2
|
* new vm: can execute simple programsAraq2013-07-262-9/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-251-1/+23
|\
| * Added macros.newIfStmt and macros.newVarStmt.Dominik Picheta2013-07-251-1/+23
| |
* | attempt to make C codegen aware of 'gensym'Araq2013-07-251-1/+1
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-251-1/+1
|\
| * bugfix: gensymAraq2013-07-251-1/+1
| |
* | new vm: next stepsAraq2013-07-252-3/+10
| |
* | new evaluation engine: next stepsAraq2013-07-253-12/+11
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-241-10/+10
|\
| * Merge pull request #527 from jbe/masterAraq2013-07-241-10/+10
| |\ | | | | | | export pointer types for SDL event objects
| | * export pointer types for SDL event objectsjbe2013-07-171-10/+10
| | |
* | | fixes #531Araq2013-07-2414-1/+663
| | |
* | | fixes #544Araq2013-07-244-3/+21
|/ /
* | added macros.genSymAraq2013-07-245-5/+23
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-241-1/+1
|\ \
| * | Fixes OSError deprecation warning.Dominik Picheta2013-07-211-1/+1
| | |
* | | first steps to a new evaluation engineAraq2013-07-244-0/+1768
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-2030-493/+893
|\ \
| * | Rebuilt C Sources.Dominik Picheta2013-07-180-0/+0
| | |
| * | Fixed libzip path for Arch Linux.Dominik Picheta2013-07-171-1/+1
| | |
| * | Rebuilt csources.Dominik Picheta2013-07-172-400/+0
| |/
| * Merge pull request #524 from gradha/pr_misc_docsSimon Hafner2013-07-153-12/+62
| |\ | | | | | | Miscellaneous doc tweaks
| | * Documents copyFile not copying attributes on posix.Grzegorz Adam Hankiewicz2013-07-161-2/+7
| | |
| | * Warns to not modify string findAll is iterating over.Grzegorz Adam Hankiewicz2013-07-161-1/+4
| | |
| | * Explains parseHex initialization quirk.Grzegorz Adam Hankiewicz2013-07-161-2/+26
| | |
| | * Adds some examples to JoinPath and / procs.Grzegorz Adam Hankiewicz2013-07-161-7/+25
| |/
| * Merge pull request #519 from gradha/pr_guards_against_nil_astAraq2013-07-091-1/+2
| |\ | | | | | | Avoids usefulFact recursion with nil parameter. Fixes #518.
| | * Avoids usefulFact recursion with nil parameter. Fixes #518.Grzegorz Adam Hankiewicz2013-07-091-1/+2
| |/
| * Merge pull request #504 from ventor3000/masterAraq2013-07-072-0/+450
| |\ | | | | | | modules poly and numeric added
| | * Fixed some minor stuff in module polyRobert Persson2013-07-071-15/+9
| | | | | | | | | | | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots.
| | * Optimized integrate function in module polyRobert Persson2013-07-071-10/+16
| | | | | | | | | | | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug
| | * Optimized divMod in polyRobert Persson2013-07-031-13/+11
| | | | | | | | | | | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower.
| | * Fixed a mixed bag of stuff poly and numericRobert Persson2013-07-032-51/+42
| | |
| | * Cleanup of poly an numeric modulesRobert Persson2013-07-022-63/+0
| | | | | | | | | | | | Removed some test code
| | * Added poly and numeric modulesRobert Persson2013-07-022-0/+524
| | |
| * | Merge pull request #515 from gradha/pr_idetools_improvementsAraq2013-07-076-51/+234
| |\ \ | | | | | | | | Idetools improvements
| | * | Adds idetools failure case for re"" being reported as a module.Grzegorz Adam Hankiewicz2013-07-062-1/+7
| | | |
| | * | Documents idetools skMacro with failure test case.Grzegorz Adam Hankiewicz2013-07-063-1/+53
| | | |
| | * | Documents idetools skLabel with failure test case.Grzegorz Adam Hankiewicz2013-07-063-0/+34
| | | |
| | * | Moves caasdriver comments into idetools document.Grzegorz Adam Hankiewicz2013-07-062-41/+96
| | | |
| | * | Mentions expected order of idetools suggest results.Grzegorz Adam Hankiewicz2013-07-061-1/+3
| | | |
| | * | Adds caas and idetools keywords to The One And Only Great Index.Grzegorz Adam Hankiewicz2013-07-061-8/+8
| | | |
| | * | Forces removal of nimcache dir for all caas runs.Grzegorz Adam Hankiewicz2013-07-061-0/+2
| | | | | | | | | | | | | | | | | | | | Now some test cases fail because they can't use a previous nimcache directory (which potentially could have wrong compiled code anyway).
| | * | Adds more idetools suggest failure cases.Grzegorz Adam Hankiewicz2013-07-062-0/+32
| | | |
| * | | Merge pull request #514 from exhu/fix_csource_tmplAraq2013-07-072-4/+4
| |\ \ \ | | | | | | | | | | Fix for Issue #510 : Moved linker flags to the end of cmd line in build.sh and bat templates
| | * | | Moved linker flags to the end of cmd line in build.sh and bat templatesYury Benesh2013-07-062-4/+4
| | | | |