diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:18:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:18:26 +0300 |
commit | 24bc20355fa69ea02408b6ed605fa832a6bbc46d (patch) | |
tree | 1653eb25fffbd223348708f4639c5228037f25e7 /NEWS | |
parent | bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (diff) | |
download | egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.gz egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.bz2 egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.zip |
Remove code allowing non-English letters in identifiers.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. +Changes from 4.2.0 to 5.0.0 +--------------------------- + +1. The undocumented configure option and code that enabled the use of + non-English "letters" in identifiers is now gone. + Changes from 4.1.4 to 4.2.0 --------------------------- |