summaryrefslogtreecommitdiff
path: root/ext/standard/strnatcmp.c
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Remove text editor modelinesPeter Kokot2019-03-231-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Remove HAVE_ASSERT_HPeter Kokot2018-09-091-1/+0
* Fix out-of bounds accessZenju2018-07-061-0/+4
* Drop some pieces of commented-out codeNikita Popov2016-09-041-10/+0
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* Fix undefined behaviour in strnatcmpAndrea Faulds2014-12-131-2/+2
* correct fix to the natcmp_exAnatol Belski2014-09-151-17/+1
* fix int overflow preserving the old behaviorAnatol Belski2014-09-141-2/+19
* Fix for bug #49698Rasmus Lerdorf2009-09-281-3/+3
* Restore intra-string whitespace collapsing broken in the previous change.Rasmus Lerdorf2009-08-081-3/+12
* Oops, true/false are not defined on Linux. They are on OSX.Rasmus Lerdorf2009-08-071-2/+3
* Only skip leading 0's - fixes a test I broke a while agoRasmus Lerdorf2009-08-071-3/+7
* Fix bug #49003 by tweaking the fix to bug #44929 slightly. Rasmus Lerdorf2009-07-211-2/+2
* - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters cor...Jani Taskinen2009-07-171-1/+1
* Don't strip a leading 0 in a floating point numberRasmus Lerdorf2009-04-091-2/+2
* Fixed bug #44929 - Better handling of leading zerosRasmus Lerdorf2009-04-081-2/+2
* Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).Ilia Alshanetsky2004-07-151-3/+3
* Fixed bug #19795Moriyoshi Koizumi2003-04-161-13/+13
* don't emit code for versionSascha Schumann2002-05-041-0/+2
* - 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
* @ Updated natural comparison/sorting algorithm by Martin PoolAndrei Zmievski2000-04-291-51/+83
* - Make Windows builds build againZeev Suraski2000-04-131-0/+2
* 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