diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-09-26 07:19:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-09-26 07:19:12 -0700 |
commit | e899df28747291f464e6d3e7e615c5872998ef5e (patch) | |
tree | 70d9df6865f31f8cef2107919ab70cfee5be3008 /RELNOTES | |
parent | 99131c676125d2c78f41e0ef42ad3d8433a7fac5 (diff) | |
download | txr-e899df28747291f464e6d3e7e615c5872998ef5e.tar.gz txr-e899df28747291f464e6d3e7e615c5872998ef5e.tar.bz2 txr-e899df28747291f464e6d3e7e615c5872998ef5e.zip |
Version 98.txr-98
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ + TXR 98 + 2014-09-26 + + + Features + + - New numeric constants givin pi, e and various limits of floating point + representation. + + - New syntax-error exception type; syntax errors in expressions passed + on the cmomand line with -p or -e throw exception how instead of silently + producing nil. + + - New --gc-delta option and gc-set-delta function related to + bugfix below. + + - New -C/--compat option for specifying compatibility. + + - New functions: partition and partition*. + + - Revamped documentation: nicely formatted with fonts and section numbering; + HTML version uses proportional font now, and has internal hyperlinks. + + - Exception names like file_error have been renamed to use a dash + like file-error. + + Bugs + + - Fixed bad memory performance when the program works with large + heaped objects, by making GC aware of this memory. + + - Fixed broken return value semantics of orf and and combinators. + + + TXR 97 2014-08-14 |