diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:17:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:17:42 +0300 |
commit | 89fa14e4ef45ac12811546abe03cf48fe997a694 (patch) | |
tree | f7dc7f6107777c4c50c4d9882337863ea662c306 | |
parent | ffe5198020a1bdeac3d3f4fb4a8a540510f64c91 (diff) | |
parent | ba52cf08f6d895a421c23b6f5f019d1b82da1f43 (diff) | |
download | egawk-89fa14e4ef45ac12811546abe03cf48fe997a694.tar.gz egawk-89fa14e4ef45ac12811546abe03cf48fe997a694.tar.bz2 egawk-89fa14e4ef45ac12811546abe03cf48fe997a694.zip |
Merge branch 'master' into feature/cmake
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------------ |