From: Sergey Poznyakoff Date: Mon, 30 Apr 2007 08:26:42 +0000 (+0000) Subject: Update X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a1fb52a9206ea32af32e5b60705a2d342fa3fc;p=pspp Update --- diff --git a/ChangeLog b/ChangeLog index 225d8e36ae..f00f1512f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-04-30 Sergey Poznyakoff + + * 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 * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.