--- Begin Message ---
Subject: |
merging byte to wide char caches in gawk |
Date: |
Sun, 24 Apr 2016 19:40:55 +0300 |
User-agent: |
s-nail v14.8.6 |
Hi.
Here is my proposed patch for merging the byte to w.c. caches in gawk
by using the one in dfa.
I renamed the one in dfa to 'btowc_cache' since it caches bytes,
not multibyte characters. This compiles and gets through the test
suite.
I also changed the check for the return of mbrtowc since it returns
unsigned.
Thanks,
Arnold
dfa.diff
Description: Text Data
--- End Message ---
--- Begin Message ---
Subject: |
Re: merging byte to wide char caches in gawk |
Date: |
Fri, 2 Sep 2016 15:46:53 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
The silence in response to this has been thundering. :-(
Yes, it was pretty quiet....
I think we just now finally got around to incorporating all the ideas behind the
patch in Bug#23358, albeit in a different way, so I'm boldly closing the bug report.
--- End Message ---