Update
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 Apr 2007 08:26:42 +0000 (08:26 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 30 Apr 2007 08:26:42 +0000 (08:26 +0000)
ChangeLog

index 225d8e3..f00f151 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
+       assumes the sorting is stable, while most qsort implementations
+       are not.  Use argument addresses to ensure they never compare as
+       equal.
+
+       * tests/test-argp-2.sh (usage-indent test): Fix output
+       (func_compare): Restore diff options
+       * tests/test-argp.c: Restore #include "progname.h"
+
 2007-04-29  Bruno Haible  <bruno@clisp.org>
 
        * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.