aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-16 19:44:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-16 19:44:24 +0200
commit82e7082d1653a2143fc29d405fe40329188828b5 (patch)
tree127073d4ea9aa3e2623aef3cad8450f13876f625
parentd03f6f66493d8a8a80810f51fb363dfb7bcd02a5 (diff)
downloadegawk-82e7082d1653a2143fc29d405fe40329188828b5.tar.gz
egawk-82e7082d1653a2143fc29d405fe40329188828b5.tar.bz2
egawk-82e7082d1653a2143fc29d405fe40329188828b5.zip
Update in NEWS.
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8791de31..d6a69af4 100644
--- a/NEWS
+++ b/NEWS
@@ -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