argp fixes from Sergey.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Sep 2004 16:46:18 +0000 (16:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Sep 2004 16:46:18 +0000 (16:46 +0000)
lib/ChangeLog

index f72d532e8ad1b023fc8ac07934c7f918e25bcd8f..d712b8d5316fb05f27f91143b1207c092318991c 100644 (file)
@@ -1,3 +1,10 @@
+2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
+       (hol_entry_help): Never translate an empty string.
+       Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
+       * argp.h (OPTION_NO_TRANS): New option.
+
 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
 
        * xvasprintf.c: Include xalloc.h.