summaryrefslogtreecommitdiffstats
path: root/firmware/common/strnatcmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann1-56/+56
2009-08-12Remove dead codeAlexander Levin1-16/+1
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin1-3/+5
2009-08-04Fix for:Thomas Martitz1-5/+5
2009-03-17Update the comment about our changes too.Thomas Martitz1-2/+3
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz1-5/+35
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts1-3/+6
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin1-9/+19
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin1-8/+8
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz1-33/+3
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz1-2/+5
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-0/+179