diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-16 19:44:24 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-11-16 19:44:24 +0200 |
commit | 82e7082d1653a2143fc29d405fe40329188828b5 (patch) | |
tree | 127073d4ea9aa3e2623aef3cad8450f13876f625 | |
parent | d03f6f66493d8a8a80810f51fb363dfb7bcd02a5 (diff) | |
download | egawk-82e7082d1653a2143fc29d405fe40329188828b5.tar.gz egawk-82e7082d1653a2143fc29d405fe40329188828b5.tar.bz2 egawk-82e7082d1653a2143fc29d405fe40329188828b5.zip |
Update in NEWS.
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -23,17 +23,19 @@ Changes from 4.1.1 to 4.1.2 5. Indirect function calls now work for both built-in and extension functions. -6. In non-English locales, it was accidentally possible to use "letters" +6. Built-in functions are now included in FUNCTAB. + +7. In non-English locales, it was accidentally possible to use "letters" beside those of the English alphabet in identifiers. This has been fixed. (isalpha and isalnum are NOT our friends.) If you feel that you must have this misfeature, use `configure --help' to see what option to use when configuring gawk to reenable it. -7. The "where" command has been added to the debugger as an alias +8. The "where" command has been added to the debugger as an alias for "backtrace". This will make life easier for long-time GDB users. -8. Gawk no longer explicitly checks the current directory after doing +9. Gawk no longer explicitly checks the current directory after doing a path search of AWKPATH. The default value continues to have "." at the front, so most people should not be affected. If you have your own AWKPATH setting, be sure to put "." in it somewhere. The documentation |