index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
strnatcmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2010-02-22
*
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-12
*
Fix for:
Thomas Martitz
2009-08-04
*
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-17
*
Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...
Frank Gevaerts
2009-03-09
*
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-02
*
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...
Thomas Martitz
2009-03-01