diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-22 20:32:05 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-22 20:32:05 +0200 |
commit | d330a2bdc9d6892dc55ce8f5d299196f32ab1003 (patch) | |
tree | f5a95b6ab6d34679192183bad8fee26ddf2ca994 /NEWS | |
parent | f8f77e08c471d62bb462db5498f1980c564cdc78 (diff) | |
download | egawk-d330a2bdc9d6892dc55ce8f5d299196f32ab1003.tar.gz egawk-d330a2bdc9d6892dc55ce8f5d299196f32ab1003.tar.bz2 egawk-d330a2bdc9d6892dc55ce8f5d299196f32ab1003.zip |
Enable interval expressions for --traditional. Update docs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Boolean. This is mainly for use with data exchange to/from languages or environments that support real Boolean values. See the manual for details. +5. As BWK awk has supported interval expressions since 2019, they are +now enabled even if --traditional is supplied. The -r/--re-interval option +remains, but it does nothing. + Changes from 5.1.1 to 5.1.2 --------------------------- |