summaryrefslogtreecommitdiff
path: root/firmware/common/strnatcmp.c
AgeCommit message (Expand)Author
2009-08-04Fix for:Thomas Martitz
2009-03-17Update the comment about our changes too.Thomas Martitz
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz