diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-10 06:54:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-10 06:54:24 -0700 |
commit | b5c55a9feaa0748cd0eb1960dd13ed58d94236df (patch) | |
tree | 32cc5d17812b32e9625cc5173778f6eb910082db /txr.1 | |
parent | 9a2e3f62d60b7257d28e638c0abfc9abf815d868 (diff) | |
download | txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.gz txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.bz2 txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.zip |
Version 245txr-245
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date. Fixed repeated
word in documentation under env-hash.
* share/txr/stdlib/ver.tl: Bumped from incorrect 243
value to 245.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -368,9 +368,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2020-10-10 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2020-12-24 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 244) +\*(TX \- Programming Language (Version 245) .SH* SYNOPSIS .mono @@ -58881,7 +58881,7 @@ The .code env-hash function returns an .code :equal-based -hash whose keys and values are strings. The hash table is populated populated +hash whose keys and values are strings. The hash table is populated with the environment variables, represented as key-value character string pairs. @@ -72855,11 +72855,11 @@ Version 199 produces version 3 files and loads version 2 or 3. Versions 200 through 215 produce version 4 files and load version 2, 3 or 4. -Versions 216 through 243 produce version 5.0 files and load version 2, 3, 4 or 5, -regardless of minor version. +Versions 216 through 243 produce version 5.0 files and load +version 2, 3, 4 or 5, regardless of minor version. -Version 244 produces version 5.1 files and loads version 2, 3, 4 or 5, -regardless of minor version. +Versions 244 through 245 produce version 5.1 files and load +version 2, 3, 4 or 5, regardless of minor version. .SS* Semantic Differences between Compilation and Interpretation |