From: Pavel Charvat Date: Sun, 10 Aug 2014 12:14:17 +0000 (+0000) Subject: Sorter: Noted that we need to fix a bug in radix sort. X-Git-Tag: v6.1.1~13 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2bcfa8c8b5e51a572b45eab3e194e403f528748b;p=libucw.git Sorter: Noted that we need to fix a bug in radix sort. --- diff --git a/TODO b/TODO index 4807e770..d47f715e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +- sorter: broken memory management in radix sort (can be bypassed with Sorter.Debug=32) - ipaccess: support IPv6 - transactions: Unit tests - Maint: git push --tags