diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-05 12:58:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-05 12:58:18 +0200 |
commit | f489c70d2686bb0ea1c84d5c80a06ff019d04927 (patch) | |
tree | 9a36b4097aa962fa477b123a1861df7bb5537e7a | |
parent | bcb0224f8f2d19cd03a2527eec2f5eb42abef7cd (diff) | |
download | egawk-f489c70d2686bb0ea1c84d5c80a06ff019d04927.tar.gz egawk-f489c70d2686bb0ea1c84d5c80a06ff019d04927.tar.bz2 egawk-f489c70d2686bb0ea1c84d5c80a06ff019d04927.zip |
Doc updates.
-rw-r--r-- | FUTURES | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,8 @@ For 4.1 DONE: Redo the loadable modules interface from the awk level. + DONE: SYMTAB functionality. + Continue code reviews / code cleanup Consider making gawk output +nan for NaN values so that it @@ -28,6 +28,8 @@ Changes from 4.0.1 to 4.1 with a minimum of two. 8. Infrastructure upgrades: Automake 1.12.4. + +9. New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. See the manual. Changes from 4.0.1 to 4.0.2 --------------------------- |