Commit graph

932 commits

Author SHA1 Message Date
claudio
8dbf6c06f3 Merge branch 'master' of ssh://git.code.sf.net/p/newrpl/sources 2017-10-20 23:06:18 -04:00
claudio
33cec81db9 Added optional 32-bit attributes to variable names (for future CAS use).
Fixed bug in FLOOR.
2017-10-20 23:05:55 -04:00
claudiol
704742c66a Added PROOT multiplicity, better error management. 2017-10-20 17:48:14 -04:00
claudiol
2eb26c0a67 Improved PROOT precision. 2017-10-20 13:08:01 -04:00
claudiol
32887f6fe6 Fixed bug - local variable names remain unquoted 2017-10-18 12:44:32 -04:00
claudiol
987b77d831 Added polynomial solver. Implemented PROOT. 2017-10-17 18:12:10 -04:00
claudiol
f8a95dbc0b Fixed IMAGE, added KER 2017-10-09 19:08:41 -04:00
claudiol
ec779fd6ff Added BASIS, CHOLESKY,CON,COND,CROSS,CSWP,DET 2017-10-06 18:13:58 -04:00
claudiol
d70f3a1570 Implemented CHOLESKY 2017-10-05 11:06:03 -04:00
claudiol
38ff5e60b1 Implemented BASIS command. 2017-10-04 13:14:21 -04:00
claudiol
2e11fd2272 Fixed CRDIR overwrites directories. Added pivoting to Bareiss-Gauss elimination. 2017-10-02 19:32:14 -04:00
claudiol
a9a87251cb Started matrix partial pivot implementation. 2017-09-29 19:02:15 -04:00
claudiol
6c1858d9e7 Changed SIZE to return the size of string in bytes, not characters. 2017-09-28 17:12:45 -04:00
claudiol
bb1baf5fd8 Fixed auto off initialization. 2017-09-27 17:41:13 -04:00
claudiol
16e216a39c Fixed bug 0+tiny = 0. 2017-09-27 12:52:23 -04:00
claudiol
91bf37266c Fixed +/- going to the wrong offset. 2017-09-25 09:25:36 -04:00
claudiol
a4db59a552 Merge branch 'master' of ssh://git.code.sf.net/p/newrpl/sources 2017-09-21 17:22:41 -04:00
claudiol
1e3a4a17c7 Fixed local variable environments when calling between programs. 2017-09-21 17:19:38 -04:00
claudio
113cfbd8de Changed Micron to use micro U+00B5 character 2017-09-20 22:58:00 -04:00
claudiol
a5065b397d Fixed micron definition using the wrong UTF8 code. 2017-09-20 12:20:11 -04:00
claudiol
555c2987ba Fixed screen glitch when cmd line takes whole screen. 2017-09-20 09:11:45 -04:00
claudiol
353e6b7b54 Fixed fonts tool. Rebuilt all fonts. 2017-09-19 13:08:45 -04:00
claudiol
65f3227ab7 Fixed bug in SETNFMT 2017-09-19 11:04:02 -04:00
claudiol
369b9a7a15 Added text editor width user setting. Fixed SD card initialization allows clock change. 2017-09-19 10:52:29 -04:00
claudiol
6994063f07 Fixed visual glitches with fonts. 2017-09-19 10:28:19 -04:00
claudiol
2e50fa0d82 Fixed ISTRUE operator on reals. 2017-09-16 12:51:09 -04:00
claudiol
9c832b2a54 Fixed denormalized zero in divmodReal. 2017-09-16 12:40:06 -04:00
claudiol
eb1b8998d9 Fixed bug in Cmd Line height. 2017-09-15 16:03:08 -04:00
claudiol
20ea78153b Fixed bug cursor position with custom fonts. 2017-09-15 15:32:33 -04:00
claudiol
0a6a0f4487 Fixed display glitch in menu when going from 7 to 6 elements. Added list support for STO (incomplete). 2017-09-15 11:43:18 -04:00
claudiol
6e19f790f0 Fixed user fonts not preserved across OFF. 2017-09-15 11:06:11 -04:00
claudiol
a749b9e7bc Renamed STOADD to SADD. Added RHEAD/RTAIL. Added help for SADD, RHEAD, RTAIL. 2017-09-15 09:48:01 -04:00
claudiol
faeb25e53b Added list support to all complex commands. Fixed local variables inside WHILE loops. Added flexibility to STO+,-,*,/. Added command STOADD. 2017-09-14 16:52:30 -04:00
claudiol
f5327e986a Added ISTRUE operator. Used it for REPEAT, THEN, THENCASE and UNTIL..END. 2017-09-01 18:47:48 -04:00
claudiol
a9041bb42a Fixed more glitches with user fonts. 2017-09-01 13:05:50 -04:00
claudio
d8960ec281 Fixed screen updating when fonts are changed. 2017-08-31 23:04:12 -04:00
claudiol
459402a818 Fixed SAME bug on integers. Added custom font support. 2017-08-31 18:49:31 -04:00
claudio
ab3d9c168b Added support for escape sequences in strings. 2017-08-27 18:32:19 -04:00
claudiol
fd93c7729e Reorganized menus, added new commands, added help, updated database. 2017-08-25 17:59:41 -04:00
claudiol
47fbb47632 Fixed stuck shift during alpha-hold. Bound -> to Alpha hold plane. 2017-08-25 13:16:17 -04:00
claudiol
cd1e2357a9 Merge branch 'master' of ssh://git.code.sf.net/p/newrpl/sources 2017-08-24 17:36:13 -04:00
claudiol
dabfa8b282 Added command DIGITS 2017-08-24 17:35:57 -04:00
claudio
3782c0076b Fixed bug in LN(), fixed normalization bug in divmod, and overflow error in integers. 2017-08-23 23:07:31 -04:00
claudiol
34a6011d44 Fixed MAPLIST-> bug. 2017-08-21 09:43:48 -04:00
claudiol
9ee05bb891 Fixed SDARCHIVE/SDRESTORE halt behavior. 2017-08-18 18:14:35 -04:00
claudiol
99c76f0fa3 Implemented buffered writes on file system. Implemented SDARCHIVE/SDRESTORE. Fixed bug in ->Q. 2017-08-17 19:12:05 -04:00
claudiol
bf8dfea3e5 Added STKPUSH/STKPOP/STKDROP/STKPICK to the menu. Fixed implementation of SEQ. 2017-08-14 18:19:35 -04:00
claudiol
c66bc29eff Fixed POSREV/NPOSREV. Renamed STKPUSH,STKDROP,STKPOP, added STKPICK. Fixed command line display bug. 2017-08-14 10:22:59 -04:00
claudio
7ab0ae94c4 Fixed POSREV/NPOSREV not going in reverse. 2017-08-13 22:36:35 -04:00
claudiol
7fc9ee9f85 Updated version number 2017-08-11 16:18:32 -04:00