aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:17:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:17:23 +0300
commitba52cf08f6d895a421c23b6f5f019d1b82da1f43 (patch)
treed8c23d25d704b7f048cb80561c824c82e71efab8
parent1e22f8a9ddba093f6ec2b181c07c736979dbd482 (diff)
downloadegawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.tar.gz
egawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.tar.bz2
egawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.zip
Add another task to TODO.
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index fd0c712d..bafb82c8 100644
--- a/TODO
+++ b/TODO
@@ -29,6 +29,9 @@ Minor Cleanups and Code Improvements
Fully synchronize whitespace tests (for \s, \S in Unicode
environment) with those of GNU grep.
+ See if something like b = a "" can be optimized to not do
+ a concatenation, but instead just set STRCUR on a.
+
Minor New Features
------------------