changeset 8767:ed620dfb1990

Update
author Sergey Poznyakoff <gray@gnu.org.ua>
date Mon, 30 Apr 2007 08:26:42 +0000
parents 27923c808d14
children 0576f95aece5
files ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.