diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-03-28 06:11:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-03-28 06:11:44 -0700 |
commit | a2e63996f74878c2d9db56f98d3491acebc88e10 (patch) | |
tree | cc3a66e36160da95e3a9ab8fc18d2209abd38a15 /txr.1 | |
parent | b2bc064a2378ed838067d445fc054e99a451eeed (diff) | |
download | txr-285.tar.gz txr-285.tar.bz2 txr-285.zip |
Version 285.txr-285
* RELNOTES: Updated.
* configure (txr_ver): Bumped version.
* stdlib/ver.tl (lib-version): Bumped.
* txr.1: Bumped version and date.
* txr.vim, tl.vim: Regenerated.
* time.c (struct tm_wrap): Fix for platforms without
HAVE_TM_ZONE. We still need tm_wrap defined, just
not the zone member. Out of the platforms I build
releases for, Solaris is the only one like this.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -430,9 +430,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2022-12-30 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2023-03-28 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 284) +\*(TX \- Programming Language (Version 285) .SH* SYNOPSIS .mono @@ -87040,7 +87040,7 @@ versions 2, 3, 4 and 5, regardless of minor version. Versions 252 through 259 produce version 6.0 files and load only version 6, regardless of minor version. -Versions 260 through 284 produce version 7.0 files and load +Versions 260 through 285 produce version 7.0 files and load versions 6 and 7, regardless of minor version. Version 261 introduces JSON .code #J |