summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-15 12:58:43 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-15 12:58:43 +0200
commit3576fe40421775a3d8e20a0a7a3c751cc062d742 (patch)
treeedf70cf71e3189e4416d99d0b0728a241006f2de /TODO
parent79fbe93a20957ec382da76fdc2af5cf0a2de5e6f (diff)
downloadgawk-3576fe40421775a3d8e20a0a7a3c751cc062d742.tar.gz
More doc updates.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5f10b2b5..c46aedd7 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Sun Feb 3 20:34:46 IST 2019
+Fri Feb 15 12:51:55 IST 2019
============================
There were too many files tracking different thoughts and ideas for
@@ -30,6 +30,11 @@ Minor Cleanups and Code Improvements
See if something like b = a "" can be optimized to not do
a concatenation, but instead just set STRCUR on a.
+ Review all conditional warnings to see if they should be made
+ into calls to lintwarn. The advantage is that that --lint=fatal
+ would then make such warnings exit gawk, along with regular
+ lint warnings.
+
Minor New Features
------------------
@@ -43,6 +48,10 @@ Minor New Features
Enhance --lint=invalid to apply in more places.
+ Remove, if possible, the limitation that eval in the debugger
+ cannot run code that calls user defined functions which
+ execute return.
+
? Add an optional base to strtonum, allowing 2-36.
? Optional third argument for index indicating where to start the