index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
strnatcmp.c
Age
Commit message (
Expand
)
Author
2010-02-22
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2009-08-12
Remove dead code
Alexander Levin
2009-08-12
Change the function name in strnatsort so that the code doesn't contradict it...
Alexander Levin
2009-08-04
Fix for:
Thomas Martitz
2009-03-17
Update the comment about our changes too.
Thomas Martitz
2009-03-17
Restore behavior of the original implementation strnatcmp to not ignore leadi...
Thomas Martitz
2009-03-09
Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...
Frank Gevaerts
2009-03-02
Make sure that sorting works both for signed and unsigned char (it depends on...
Alexander Levin
2009-03-02
Make natural sorting work properly with cyrillic chars: they should be placed...
Alexander Levin
2009-03-02
Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...
Thomas Martitz
2009-03-02
FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...
Thomas Martitz
2009-03-01
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...
Thomas Martitz