diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-13 08:49:17 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-13 08:49:17 -0800 |
commit | ef04dd4101f7aa6af724466d1ded707861d2a57d (patch) | |
tree | 0aea82df72f7e5a595423cd46ef1dbc24097dfdd /RELNOTES | |
parent | 034dbf2c965201eccab6a66c8a83fcd7a7c435b6 (diff) | |
download | txr-ef04dd4101f7aa6af724466d1ded707861d2a57d.tar.gz txr-ef04dd4101f7aa6af724466d1ded707861d2a57d.tar.bz2 txr-ef04dd4101f7aa6af724466d1ded707861d2a57d.zip |
Version 74txr-74
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES, txr.vim, dep.mk: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ + TXR 74 + 2014-01-13 + + + Features + + - Maintenance: builds on Cygwin, MinGW and Mac OS X 10.7.3. + + - New math functions: n-choose-k, n-perm-k, cum-norm-dist. + + - lisp-parse function renamed read; old name is obsolescent. + + - In the TXR pattern language, the @ escape can now evaluate a non-compound + TXR Lisp expression also. Previously compounds like @(+ 1 1) + were supported, but atoms like @foo were not. + + + Bugs + + - Small fix in how exponent fields of printed floating point values + are normalized. Across all platforms, there are now no leading zeros + after the 'e'. + + + TXR 73 2014-01-08 |