aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-03-15 20:09:02 +0000
committerUlrich Drepper <drepper@redhat.com>2007-03-15 20:09:02 +0000
commit44969f17bb8e323ab66799f73a05d23a5a2cf83a (patch)
tree6df32fdd8e591f15fa7d606c07f5370615dbfd15 /ChangeLog
parent05eb8975048ff270f6c0d61332e2130bcf2c9b6c (diff)
downloadglibc-44969f17bb8e323ab66799f73a05d23a5a2cf83a.tar
glibc-44969f17bb8e323ab66799f73a05d23a5a2cf83a.tar.gz
glibc-44969f17bb8e323ab66799f73a05d23a5a2cf83a.tar.bz2
glibc-44969f17bb8e323ab66799f73a05d23a5a2cf83a.zip
[BZ #4101]
* argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find ancestors with the same depths. Patch by Niels Moeller <nisse@lysator.liu.se>. (filter_doc): Don't crash if argp is NULL. * argp/Makefile (tests): Add tst-argp2. * argp/tst-argp2.c: New test. 2007-03-15 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 399a14c316..46086bf19e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-03-15 Jakub Jelinek <jakub@redhat.com>
+ [BZ #4101]
+ * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
+ ancestors with the same depths.
+ Patch by Niels Moeller <nisse@lysator.liu.se>.
+ (filter_doc): Don't crash if argp is NULL.
+ * argp/Makefile (tests): Add tst-argp2.
+ * argp/tst-argp2.c: New test.
+
+2007-03-15 Jakub Jelinek <jakub@redhat.com>
+
[BZ #4130]
* login/utmp_file.c (setutent_file): Use O_LARGEFILE for
open_not_cancel_2.