6.1.5
From RevaWiki
Reva version 6.1.5 from Jan 26, 2007
Download it and and its GPG signature
The MD5 signature is: 711089c74a409bb29ae81f3ad25606be
Go to the Reva forum
Report Reva bugs
Contents |
[edit]
BUGS FIXED
- bug #200 Please add "search2" (maybe with another name)
- bug #223 help improvements
- bug #224 superfluous cell+ in +lplace
- bug #225 "see" of constants eats stack .
- bug #226 "stack-size" is really "stack-depth"
- bug #227 "see type" bombs if "debugger" included .
- bug #228 Inputting a dot next to a digit crashes reva on the windows platform
- bug #229 Inputting a dot next to a digit crashes reva on the windows platform
- bug #230 strange problem with allocating a small string
- bug #231 2nip optimization
- bug #232 minor optimizations
- bug #233 "search" help
- bug #234 rot optimization
- bug #235 "see" zeros ToS .
[edit]
WORDS
- new: splitws xchg2 except_handler
- removed: 0 1 -1
- changed: ((cmp))
[edit]
EXAMPLES
- new: alg-test.f meteor.f sudoku.f
- upsies-downsies.f modified for new libraries
[edit]
MISC
- New sqlite3.dll (3.3.11)
- New pcre3.dll (7.0)
- Support for exception handling (e.g. GPF, divide-by-zero)
- disassembler works much better
- various small performance tweaks to some words
[edit]
LIBRARY
- new: alg/bintree alg/common alg/htable
- changed: debugger now traps exceptions and prints useful information on e.g. GPF
- changed: alg/array alg/list alg/stack string/misc
[edit]
KNOWN ISSUES
- exceptions on Linux do not give correct EIP or other registers
- exception codes not consistent between Windows and Linux
- 'util/disasm' changes the context order and I don't know why
