aboutsummaryrefslogtreecommitdiffstats
path: root/FUTURES
diff options
context:
space:
mode:
Diffstat (limited to 'FUTURES')
-rw-r--r--FUTURES12
1 files changed, 10 insertions, 2 deletions
diff --git a/FUTURES b/FUTURES
index f591ad3c..8747b1da 100644
--- a/FUTURES
+++ b/FUTURES
@@ -1,3 +1,9 @@
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
This file lists future projects and enhancements for gawk. Items are listed
in roughly the order they will be done for a given release. This file is
mainly for use by the developers to help keep themselves on track, please
@@ -40,13 +46,15 @@ For 3.2
Make POSIX 2001 behavior the default for sub/gsub.
+ Add IPv6 support.
+
+ Add an optional base to strtonum, allowing 2-36.
+
Simplify awk.h.
Consider moving var_value info into Node_var itself
to reduce memory usage.
- Add IPv6 support.
-
Look at ISO C 99 printf features.
Consider integrating Fred Fish's DBUG library into gawk.