diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-03 14:31:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-03 14:31:09 -0700 |
commit | 7ac594319e417266764a6bc041b74807f2fe13bd (patch) | |
tree | 0420019892d9df2c24e9616d4bf27156c6b54bc4 | |
parent | d38631df987863df81870894eccf6ee3f0d17c27 (diff) | |
download | txr-7ac594319e417266764a6bc041b74807f2fe13bd.tar.gz txr-7ac594319e417266764a6bc041b74807f2fe13bd.tar.bz2 txr-7ac594319e417266764a6bc041b74807f2fe13bd.zip |
Version 145.txr-145
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
-rw-r--r-- | RELNOTES | 24 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
4 files changed, 28 insertions, 4 deletions
@@ -1,3 +1,27 @@ + TXR 145 + 2016-07-03 + + + Features + + - The Windows installer version of TXR is now packaged + with the Cygnal DLL, which is the result of a new project: + http://www.kyheku.com/cygnal. + + Bugs + + - Fixed crash in getaddrinfo when host is not found. + - Issues in Windows version fixed by Cygnal project: + - Fixed unwanted console window suddenly popping up when the + console-less txr-win spawns a process. + - Command spawning (sh function, open-command) doesn't require + sh.exe shim executable any longer to switch to cmd.exe. + - Fixed issue of messed up REPL display in multi-line mode, + when lines reach the right edge of the display. + + + + TXR 144 2016-06-29 @@ -444,7 +444,7 @@ fi # -txr_ver=144 +txr_ver=145 # # The all important banner. diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 2aaee0c5..2d5c4647 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 144) +(defvarl lib-version 145) (defvarl *lib-version* lib-version) @@ -339,9 +339,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2016-06-29 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" +.TH TXR 1 2016-07-03 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" .SH* NAME -\*(TX \- text processing language (version 144) +\*(TX \- text processing language (version 145) .SH* SYNOPSIS .cblk |