From 6d6f0ee9432d48c882bd845017bd9a79f98cacdb Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 25 Aug 2013 15:34:41 +0200 Subject: [PATCH] Some improvements/simplifications in strnatcmp() function. --- doc/Changelog.html | 3 ++- etc/Prerequisites/strnatcmp/src/strnatcmp.cpp | 21 ++++++++++++------- src/Config.h | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 9fdc61a3..ad6696d1 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -26,11 +26,12 @@ a:visited { color: #0000EE; }
  • Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0
  • Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1
  • Updated GNU Wget binary to v1.13.4 (2011-09-17) +
  • Updated language files (big thank-you to all contributors !!!)
  • Fixed a potential deadlock during startup when %TMP% points to an invalid folder
  • Fixed a superfluous "beep" sound that appeared on application startup
  • Fixed the Ogg Vorbis quality modes "-1" and "-2" (those were clipped to "0" before)
  • Fixed a bug that could cause the output directory to be reset mistakenly -
  • Implemented "natural ordering" for sorting input files, using strnatcmp() by Martin Pool +
  • Implemented "natural order" string comparison/sorting, using strnatcmp() by Martin Pool
    Changes between v4.06 and v4.07 [2013-04-28]: