about summary refs log tree commit diff
path: root/posix/tst-fnmatch6.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab2020-09-161-0/+37
The variable idx contains the index into the extra array, whereas wextra points into the extra array at this index, containing the length of the following collating sequence in the wide character representation.