From 50f2661a839a7f76856a5f13733b9a2a7843c135 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 30 Oct 2018 17:57:11 -0700 Subject: Hide deprecated, undocumented variables. * arith.c (arith_init): Do not define *flo-dig*, *flo-max*, *flo-min*, *flo-epsilon*, *pi* and *e* unless compatibility with TXR 199 or earlier is requested. * txr.c (txr_main): Likewise for *self-path*. * txr.1: Compat note added. --- txr.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 073d8df8..69e75b52 100644 --- a/txr.1 +++ b/txr.1 @@ -64906,6 +64906,10 @@ of these version values, the described behaviors are provided if is given an argument which is equal or lower. For instance .code "-C 103" selects the behaviors described below for version 105, but not those for 102. +.IP 199 +After \*(TX 199, certain global variables that had been deprecated +for a long time, and no longer documented, were removed. Requesting 199 or +earlier compatibility restores those variables. .IP 190 Until \*(TX 190, the .code reset-struct -- cgit v1.2.3