aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:17:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-05-25 01:17:42 +0300
commit89fa14e4ef45ac12811546abe03cf48fe997a694 (patch)
treef7dc7f6107777c4c50c4d9882337863ea662c306
parentffe5198020a1bdeac3d3f4fb4a8a540510f64c91 (diff)
parentba52cf08f6d895a421c23b6f5f019d1b82da1f43 (diff)
downloadegawk-89fa14e4ef45ac12811546abe03cf48fe997a694.tar.gz
egawk-89fa14e4ef45ac12811546abe03cf48fe997a694.tar.bz2
egawk-89fa14e4ef45ac12811546abe03cf48fe997a694.zip
Merge branch 'master' into feature/cmake
-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
------------------