forked from len0rd/rockbox
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive
sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly be used in other places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6c023cb64
commit
d13f1a485f
10 changed files with 332 additions and 17 deletions
|
@ -49,6 +49,7 @@ common/strcasestr.c
|
|||
common/strcat.c
|
||||
common/strchr.c
|
||||
common/strcmp.c
|
||||
common/strnatcmp.c
|
||||
common/strcpy.c
|
||||
common/strncmp.c
|
||||
common/strncpy.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue