-
zeeb90au committed revision 690 to the SmallBASIC SVN repository, changing 4 files.
2009-11-06 12:37:07 UTC by zeeb90au
-
zeeb90au committed revision 689 to the SmallBASIC SVN repository, changing 1 files.
2009-11-06 10:16:54 UTC by zeeb90au
-
Matrix inverse function is currently broken - implementation to be replaced with solution from this site if given permission: http://chi3x10.wordpress.com/2008/05/28/calculate-matrix-inversion-in-c/.
2009-11-01 06:35:13 UTC by zeeb90au
-
Add the ability to detect high CPU usage aborting the program. This could possibly replace the Turbo option.
2009-10-29 08:07:01 UTC by zeeb90au
-
This was implemented in June 2008.
2009-10-29 08:03:07 UTC by zeeb90au
-
Fix has been committed to code repository (subversion).
2009-10-17 05:20:00 UTC by zeeb90au
-
zeeb90au committed revision 688 to the SmallBASIC SVN repository, changing 3 files.
2009-10-17 05:17:37 UTC by zeeb90au
-
The for next iteration ends sometimes prematurely when using a floating point step. For example the next code
for i = 0 to n step .1 : ? i + " "; : next
ends for each "n" as follows:
0, 0.9, 1.9, 3, 4, 5, 6, 7, 8, 9, 9.9, 10.9, 11.9
The n.9 values are not correct when compared to the behaviour of the for next iteration when using integer values i.e. the iteration is executed up to and...
2009-09-30 12:48:35 UTC by driesnl
-
was fixed in 0.10.5.
2009-09-19 23:59:57 UTC by zeeb90au
-
This will be fixed in release 0.10.6.
2009-09-19 23:56:55 UTC by zeeb90au