aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2021-04-03 14:00:22 +1000
committerSteve Bennett <steveb@workware.net.au>2021-04-03 14:06:53 +1000
commit3703a49423578649b67abe0e0457842e4ff911a2 (patch)
treef40294cad6b7f25cce1a68db8193e91e3ff19d4e /jim_tcl.txt
parentc3df59264eb27d4914c21f0901350a6d9eeb1807 (diff)
downloadjimtcl-3703a49423578649b67abe0e0457842e4ff911a2.zip
jimtcl-3703a49423578649b67abe0e0457842e4ff911a2.tar.gz
jimtcl-3703a49423578649b67abe0e0457842e4ff911a2.tar.bz2
expr: allow existing multiple argument support with --compat
Some users may not be ready to immediately move to the single-argument expr, so provide a --compat option to configure to support the previous behaviour as a transition strategy. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index aea64f4..49972b7 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -65,7 +65,7 @@ Changes since 0.80
8. `lsort -index` now supports multiple indices
9. Add support for `lsort -stride`
10. `open` now supports POSIX-style access arguments
-11. TIP 526, `expr` now only allows a single argument
+11. TIP 526, `expr` now only allows a single argument (unless --compat is enabled)
Changes between 0.79 and 0.80
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~