diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-17 07:44:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-17 07:44:05 -0800 |
commit | 0231fc1659ea0a75e058b38c3085d7631162f1b1 (patch) | |
tree | ca3007cf8a576ed058914a8dce6ce99f1997931a /RELNOTES | |
parent | ad61d6202ad62eba4fd3c97ccba74e26c0cb5ac7 (diff) | |
download | txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.tar.gz txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.tar.bz2 txr-0231fc1659ea0a75e058b38c3085d7631162f1b1.zip |
Version 72txr-72
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ + TXR 72 + 2013-12-17 + + + Features + + - Syslog functionality: openlog, closelog, syslog, setlogmask. + Plus: the *stdlog* stream for logging directly to syslog. + + - Stream properties. + + - logand and logior functions become variadic. + + - Signal handling support. TXR Lisp code can catch POSIX signals. + + - Syntax changes in the area of symbol names. Package prefixes are + supported now, like foo:bar (symbol bar in package foo). + + Bugs + + - Nonsensical error diagnostics in intern and delete-package, in the + case when a package doesn't exist. + + - defvar is documented now and behaves more similarly to the Common Lisp + defvar. + + - seek-stream with a zero offset was reporting the current offset instead + of seeking regardless of the value of the whence argument. + + + TXR 71 2013-12-07 |