6.0.8
From RevaWiki
Reva version 6.0.8. from August 09, 2006
Download it
This version has (finally) implemented contexts. Please see that page for more information one what contexts are and how you might use them.
Contents |
[edit]
Bugs fixed
- bug #142 fsqrt wrong & not in documentation
- bug #140 ' hello not visible .
- bug #138 ekey doesn't work on Windows
[edit]
Words
See contexts for most of the new words.
- new
- setclass (hide) ctx>name exit~ in~ to~ (to~) context: setfind~ .contexts 'context context: .~ ~ reset~ xwords +to
- fixed
- cb{
- removed
- voc: lastvoc
[edit]
Examples
[edit]
Library
- crypt/md5 library fixed
- util/classes streamlined
[edit]
Misc
The help system now uses SQLite, the help is compiled from a plain-ish text format into a SQL database.
[edit]
Known issues
Moving a word from a context to the ~ context doesn't work yet:
~os : a ; to~ ~ a exit~
