summaryrefslogtreecommitdiff
path: root/ext/standard/strnatcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-4/+11
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* @ Updated natural comparison/sorting algorithm by Martin PoolAndrei Zmievski2000-04-291-51/+83
| | | | | | | | @ <mbp@humbug.org.au>. (Andrei) Martin Pool updated the natural comparison/sort algorithm so that fractions compare more "naturally", e.g. 1.002 < 1.1.
* - Make Windows builds build againZeev Suraski2000-04-131-0/+2
| | | | | - Make non-gcc based platforms compile again
* the asset call caused an undefined __eprintf here!Thies C. Arntzen2000-04-131-0/+3
|
* Added natural comparison/sorting routines using code from Martin Pool.Andrei Zmievski2000-04-121-0/+121
@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(), @ natsort(), and natcasesort(). These are useful for comparing and sorting @ strings that contain numbers. Based on the code from Martin Pool @ <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/ @ for more info on natural sorting. (Andrei)