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