ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/microscheme/Changes
(Generate patch)

Comparing cvsroot/microscheme/Changes (file contents):
Revision 1.18 by root, Wed Dec 2 07:59:15 2015 UTC vs.
Revision 1.19 by root, Wed Dec 2 12:16:24 2015 UTC

43- subnormals are no longer flushed to zero in some comparisons. 43- subnormals are no longer flushed to zero in some comparisons.
44- new procedure: gensym? 44- new procedure: gensym?
45- scheme fix: gensym does not intern the symbol. 45- scheme fix: gensym does not intern the symbol.
46- scheme fix: properly support symbol names starting with '.' 46- scheme fix: properly support symbol names starting with '.'
47- scheme improvement: support |identifier| syntax. 47- scheme improvement: support |identifier| syntax.
48- many R7RS procedures have been added. 48- numerous R7RS improvements:
49 - many added procedures.
50 - aligned existing procedures.
49- R7RS multiline string (\whitespace) string parsing. 51 - multiline string (\whitespace) parsing.
50- removed unused 1kb linebuf from scheme context. 52- removed unused 1kb linebuf from scheme context.
51- abstract cell pointer types, to quickly experiment with different 53- abstract cell pointer types, to quickly experiment with different
52 representations. 54 representations.
53- use c99 rounding functions. 55- use c99 rounding functions.
54 56

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines