diff options
Diffstat (limited to 'FUTURES')
-rw-r--r-- | FUTURES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -81,6 +81,15 @@ David: For 2.19 or later: ================== +Add variables similar to C's __FILE__ and __LINE__ for better diagnostics +from within awk programs. + +Add an explicit concatenation operator and assignment version. + +? Add a switch statement + +Add the ability to seek on an open file and retrieve the current file position. + Add lint checking everywhere, including check for use of builtin vars. only in new awk. |