Change #270227
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Tue 09 Jun 2026 21:47:23 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 856f8c760a3ffbf71a07a4eecdf7adca7b24bfdf |
Comments
Change texindex sort order to two level case insensitive/sensitive * texindex/texindex.awk (string_compare) (string_compare_ignorecase, string_compare_noignorecase) (string_compare_internal): Add functions beyond string_compare. Replace character-by-character logic with two-pass comparison. The first is case insensitive, the second is case sensitive. * texindex/ti.texi: add test cases and try to explain the change.
Changed files
- ChangeLog
- texindex/texindex.awk
- texindex/ti.texi