diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:17:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:17:23 +0300 |
commit | ba52cf08f6d895a421c23b6f5f019d1b82da1f43 (patch) | |
tree | d8c23d25d704b7f048cb80561c824c82e71efab8 | |
parent | 1e22f8a9ddba093f6ec2b181c07c736979dbd482 (diff) | |
download | egawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.tar.gz egawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.tar.bz2 egawk-ba52cf08f6d895a421c23b6f5f019d1b82da1f43.zip |
Add another task to TODO.
-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 ------------------ |