Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't emit code for version | Sascha Schumann | 2002-05-04 | 1 | -0/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -4/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | @ Updated natural comparison/sorting algorithm by Martin Pool | Andrei Zmievski | 2000-04-29 | 1 | -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 again | Zeev Suraski | 2000-04-13 | 1 | -0/+2 |
| | | | | | - Make non-gcc based platforms compile again | ||||
* | the asset call caused an undefined __eprintf here! | Thies C. Arntzen | 2000-04-13 | 1 | -0/+3 |
| | |||||
* | Added natural comparison/sorting routines using code from Martin Pool. | Andrei Zmievski | 2000-04-12 | 1 | -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) |