From d13f1a485f0e35a6fbbd0a664f14acc3798d52a0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 1 Mar 2009 17:55:59 +0000 Subject: 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 --- firmware/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index de42ada0cc..0b6bb155b0 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -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 -- cgit v1.2.3